Tired of only one cell changing color?
If only the cell showing "Done" changes color, it's easy to miss at a glance. Mixing absolute and relative references in your formula highlights the whole row instead, making matching records far easier to spot in a long list.
Combine multiple conditions with AND or OR
You aren't limited to a single condition β wrapping your comparisons inside AND() or OR() in the same formula lets you highlight rows that meet two or more conditions at once, such as a status column and a due-date column together.
Frequently Asked Questions
Why does the dollar sign only go in front of the column letter?
Locking only the column keeps that column fixed as the reference while the row number changes for each row in the selected range, so every row is checked against the same column.
Can I apply more than one condition at a time?
Yes. Nesting AND or OR inside your formula lets you highlight rows only when two or more conditions are true at the same time.