Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to calculate average last N values in a table in Excel
  • How to do a t-Test in Excel?
  • How to combine 2 or more chart types in a single chart in Excel
  • How To Insert and Customize Sparklines in Excel
  • Get column index in Excel Table

References

  • Vlookup Examples in Excel
  • How to get address of first cell in range in Excel
  • How to get relative row numbers in a range in Excel
  • To count total rows in a range in Excel
  • How to retrieve first match between two ranges in Excel

Data Validations

  • Excel Data validation number multiple 100
  • Excel Data validation require unique number
  • Excel Data validation exists in list
  • Excel Data validation must not contain
  • Excel Data validation must contain specific text

Highlight data by quartile in Excel

by

This tutorial shows how to Highlight data by quartile in Excel using the example below;

Formula

=A1>=QUARTILE(data,quart)

Explanation

To highlight cells by quartile, you can apply conditional formatting with a formula that uses the QUARTILE function.

In the example shown, we are using 4 different conditional formatting rules. Each rule highlights a quartile in the range B4:F11 using the QUARTILE function. The formulas look like this:

=B4>QUARTILE(B4:F11,3)
=B4>=QUARTILE(B4:F11,2)
=B4>=QUARTILE(B4:F11,1)
=B4>=QUARTILE(B4:F11,0)

Note that we are highlighting quartiles in a specific order, starting with quartile 4 and ending with quartile 1.

It’s important that the formula be entered relative to the upper left most cell in the data, in this case cell B4.

How this formula works

The QUARTILE function is automatic, and will calculate the 1st quartile with an input of 1, the 2nd quartile with an input of 2, and the 3rd quartile with an input of 3. With an input of 0, quartile returns the minimum value in the data.

The trick in this case is to arrange the conditional formatting rules so that they run in the same direction. The first rule highlights values greater than the 3rd quartile. The second rule highlights values greater than the 2nd quartile, the 3rd rule highlights data greater than the 1st quartile, and the last rule highlights data greater than the minimum value.

Post navigation

Previous Post:

COSH function: Description, Usage, Syntax, Examples and Explanation

Next Post:

Excel Data validation require unique number

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • Invoice status with nested if in Excel
  • Complete List of Excel Logical Functions, References and Examples
  • How to use Excel FALSE Function
  • OR function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Get fiscal quarter from date in Excel
  • Get last working day in month in Excel
  • Get month name from date in Excel
  • WEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • How to join date and text together in Excel

Grouping

  • Map text to numbers in Excel
  • Group numbers with VLOOKUP in Excel
  • How to randomly assign people to groups in Excel
  • Group numbers at uneven intervals in Excel
  • Group arbitrary text values in Excel

General

  • How to Create Calendar in Excel
  • Spell Check in Excel
  • Split Cell Content Using Text to Columns in Excel
  • How to calculate total from percentage in Excel
  • How to get Excel workbook path only
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning