FormulaCraft

How to highlight a row based on one cell value in Excel and Google Sheets

Topic:Conditional formatting
Excel & Google Sheets
=$C2="Complete"

Verified example

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

TaskOwnerStatusDue
DesignAliceCompleteJan 5
DevBobIn ProgressJan 12
TestingCarlosCompleteJan 18
DeployDianaPendingJan 25

=$C2="Complete"TRUE

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 full row range you want to format, e.g. A2:E20.
  2. 2Open Conditional Formatting and choose 'Use a formula'.
  3. 3Enter =$C2="Complete" (dollar sign before the column, not the row). Choose a fill color and save. The entire row will highlight when column C says 'Complete'.

Tips

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.

Frequently asked

Can I highlight a row based on a number condition instead of text?

Yes. Use =$D2>100 to highlight any row where the value in column D exceeds 100. Any comparison operator works in the formula.

More on Conditional formatting

See all →

Formulas used

Related tasks

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

Last reviewed: