Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=A2=MIN($A$2:$A$6)Computed by a real spreadsheet engine on the sample data below.
| Score |
| 80 |
| 95 |
| 72 |
| 60 |
| 88 |
=A2=MIN($A$2:$A$6)→FALSE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
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).
Apply two separate Conditional Formatting rules — one for MIN and one for MAX — with different colors. Both rules coexist on the same range.
Highlight duplicate cells automatically with Conditional Formatting using a COUNTIF rule — no formulas to copy manually.
How-toUse Conditional Formatting with a simple greater-than rule to automatically color cells that exceed a threshold value.
How-toColor the maximum value in a range automatically using a Conditional Formatting rule based on the MAX function.
How-toUse conditional formatting with ISBLANK to automatically highlight empty cells in your spreadsheet for easy visual identification.
How-toUse conditional formatting with SEARCH or ISNUMBER(SEARCH()) to highlight any cell containing a specific word or phrase automatically.
How-toUse conditional formatting with MOD and ROW to automatically apply alternating row colors for a banded, readable table layout.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: