Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=A2>100Computed by a real spreadsheet engine on the sample data below.
| Value |
| 80 |
| 150 |
| 100 |
| 210 |
| 55 |
=A2>100→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.
Select the entire data range (all columns), then use a custom formula with the column locked: =$B2>100. Each row is painted when its column-B value exceeds the threshold.
Yes — use a custom formula rule like =A2>$E$1 with the threshold in E1. In Google Sheets you can also write =A2>INDIRECT("E1") if the rule complains about direct references.
The built-in rule is strictly greater-than, so switch to a custom formula: =A2>=100.
Combine tests with AND in a custom formula: =AND(A2>100,$C2="Active") highlights values over 100 only on rows whose status column reads Active.
Highlight the smallest number in a range with Conditional Formatting and a MIN-based custom formula in Excel and Google Sheets — including how to ignore blanks and highlight the lowest N.
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: