Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=A1=MIN($A$1:$A$100)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.
In a Conditional Formatting custom-formula rule, use =A1=MIN($A$1:$A$100). The tested cell is relative and the MIN range is absolute with $.
Blanks evaluate as 0. Exclude them with =AND(A1<>"",A1=MIN($A$1:$A$100)) so only real numbers are considered.
Use SMALL: the custom formula =A1<=SMALL($A$1:$A$100,3) highlights the three smallest values.
The custom formula is identical. Only the menu path differs — Conditional Formatting, New Rule in Excel; Format, Conditional formatting in Google Sheets.
Highlight cells above a threshold with Conditional Formatting in Excel and Google Sheets — built-in greater-than rules, custom formulas, whole-row highlighting, and dynamic thresholds.
How-toHighlight duplicate cells automatically with Conditional Formatting using a COUNTIF rule — no formulas to copy manually.
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: