Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
Highlight Top Records In Google Sheet - Excel Tips and Tricks
1 Views • Oct 29, 2025
Description
Here are the steps outlined in my video.
Highlight Top Records
1) Select dataset (without header)
2) Format ~ Conditional Formatting
3) Rules as "Custom formula is"
4) =$C5>=LARGE($C$5:$C$30,$C$2)
5) DONE
Lets breakdown this formula
=$C5: This refers to the value in cell C5. The $ sign before the column letter (C) ensures that when you copy the formula to other cells horizontally, the column reference remains fixed while the row can change.
>=: This is a comparison operator that stands for "greater than or equal to." It checks if the value on the left is greater than or equal to the value on the right.
LARGE($C$5:$C$30, $C$2): This function calculates the nth largest value from a range of cells. In this case, it's looking for the value in cell C2 (which should be a number indicating the 'n' value) in the range C5 to C30.
So, the formula is comparing whether the value in cell C5 is greater than or equal to the nth largest value in the range C5:C30, where 'n' is specified in cell C2. If the value in C5 satisfies this condition, the formula will return TRUE; otherwise, it will return FALSE.
How do I highlight top 5 in Google Sheets?,How do you highlight top n values in each row?,How do you find the highest value in each row in Google Sheets?,How to Highlight Highest or Lowest Value in Google Sheets,
Check out my complete suite of Microsoft Excel Tips and Tricks.
https://www.youtube.com/@RabiGurungXybernetics/shorts
https://www.tiktok.com/@xybernetics247
https://www.instagram.com/rabi.gurung247/
https://www.pinterest.ca/RabiGurungXybernetics/excel-tips-and-tricks/
https://twitter.com/XyberneticsInc/media
https://www.reddit.com/r/Excel247/
https://www.facebook.com/XyberneticsInc/reels/
#microsoft #excel #tips #tipsandtricks #microsoftexcel #accounting #fyp #fypシ #exceltips #exceltricks
More from User
Awesome Formula Trick In Excel - Excel Tips and Tricks
ExcelTips247
Create Interactive Candlestick Charts in Excel with dynamic ticker - Excel Tips and Tricks
ExcelTips247
Create Interactive Candlestick Charts in Excel with dynamic ticker - Excel Tips and Tricks
ExcelTips247
Create Interactive Candlestick Charts in Excel - Excel Tips and Tricks
ExcelTips247
Create Interactive Candlestick Charts in Excel - Excel Tips and Tricks
ExcelTips247
How do you create a choose function in Excel? - Excel Tips and Tricks
ExcelTips247
Related Videos
Excel Tips and Tricks - Online Attendance Sheet With Checkbox In Google Sheet
ExcelTips247
Generate Random Time in Google Sheets - Excel Tips and Tricks
ExcelTips247
Color Banding In Google Sheets - Excel Tips and Tricks
ExcelTips247
Remove Gridlines Google Sheets - Excel Tips and Tricks
ExcelTips247
Google Sheet Shortcut: How to Paste Without Formatting - Excel Tips and Tricks
ExcelTips247
How to add a search bar with contains substring in Google Sheet - Excel Tips and Tricks
ExcelTips247