FormulaCraft

How to highlight cells greater than a value in Excel and Google Sheets

Topic:Conditional formatting
Excel & Google Sheets
=A2>100

Verified example

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

Value
80
150
100
210
55

=A2>100FALSE

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 you want to format (e.g., A2:A6).
  2. 2Open Conditional Formatting: Excel — Home → Conditional Formatting → Highlight Cell Rules → Greater Than. Sheets — Format → Conditional Formatting → Format cells if: Greater than.
  3. 3Enter your threshold (e.g., 100) and choose a highlight color, then click OK or Done.

Tips

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.

Frequently asked

How do I highlight an entire row when a cell in that row exceeds the threshold?

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.

Can I use two colors — one for above and one for below?

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.

More on Conditional formatting

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: