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
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Select the full row range (e.g., A2:D6) and use a custom formula: =$B2>100 — lock the column with $ so the formula always checks column B for each row.
Yes — create two separate Conditional Formatting rules: one for >100 (red fill) and one for <50 (green fill). Rules are applied in order, so manage priority via Manage Rules.
Highlight 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-toColor the minimum value in a range using a Conditional Formatting rule built on the MIN 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: