FormulaCraft

How to highlight the top 10 percent in Excel and Google Sheets

Topic:Conditional formatting
Excel & Google Sheets
=A2>=PERCENTILE($A$2:$A$6,0.9)

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Select your data range, e.g. A2:A100.
  2. 2Open Conditional Formatting and choose 'Use a formula'.
  3. 3Enter =A2>=PERCENTILE($A$2:$A$100,0.9) — the 0.9 represents the 90th percentile (top 10%). Lock the PERCENTILE range with $ signs so it doesn't shift. Choose a highlight color and save.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

How do I highlight the top 10 values instead of the top 10 percent?

Use =A2>=LARGE($A$2:$A$100,10) to highlight any value that is at least as large as the 10th-largest value in the range.

More on Conditional formatting

See all →

Formulas used

Related tasks

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: