FormulaCraft

How to highlight the lowest value in a range in Excel and Google Sheets

Topic:Conditional formatting
Excel & Google Sheets
=A2=MIN($A$2:$A$6)

Verified example

Computed by a real spreadsheet engine on the sample data below.

Score
80
95
72
60
88

=A2=MIN($A$2:$A$6)FALSE

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 the range (e.g., A2:A6).
  2. 2Open Conditional Formatting with a custom formula rule.
  3. 3Enter =A2=MIN($A$2:$A$6) and choose a highlight color — all cells equal to the minimum value are highlighted.

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

What if there are zeros in my data that I don't want treated as the minimum?

Filter zeros out in the MIN: =A2=MINIFS($A$2:$A$6,$A$2:$A$6,">0") highlights the minimum of non-zero values (MINIFS available in Excel 2019+ and Google Sheets).

Can I highlight both the min and max in one pass?

Apply two separate Conditional Formatting rules — one for MIN and one for MAX — with different colors. Both rules coexist on the same 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: