Conditional formatting
Highlight cells that match a rule — duplicates, dates, thresholds, top N, blank rows. Every formula you can use as a Conditional Formatting rule.
12 pages · 12 how-to
How-to guides
How to highlight duplicate values
Highlight duplicate cells automatically with Conditional Formatting using a COUNTIF rule — no formulas to copy manually.
How to highlight cells greater than a value
Use Conditional Formatting with a simple greater-than rule to automatically color cells that exceed a threshold value.
How to highlight the highest value in a range
Color the maximum value in a range automatically using a Conditional Formatting rule based on the MAX function.
How to highlight the lowest value in a range
Color the minimum value in a range using a Conditional Formatting rule built on the MIN function.
How to highlight blank cells
Use conditional formatting with ISBLANK to automatically highlight empty cells in your spreadsheet for easy visual identification.
How to highlight cells that contain specific text
Use conditional formatting with SEARCH or ISNUMBER(SEARCH()) to highlight any cell containing a specific word or phrase automatically.
How to shade every other row
Use conditional formatting with MOD and ROW to automatically apply alternating row colors for a banded, readable table layout.
How to highlight weekend dates
Use conditional formatting with WEEKDAY to automatically highlight Saturday and Sunday dates in any calendar or date column.
How to highlight a row based on one cell value
Use conditional formatting with a mixed reference formula to highlight an entire row whenever a specific column's value meets your condition.
How to highlight the top 10 percent
Use conditional formatting with PERCENTILE to automatically highlight the highest-performing values in a dataset — no manual sorting needed.
How to highlight values not in another list
Use conditional formatting with COUNTIF to flag values in one column that do not appear in a reference list, revealing discrepancies instantly.
How to highlight cells that contain errors
Use conditional formatting with ISERROR to automatically flag formula errors like #N/A, #DIV/0!, or #VALUE! across your spreadsheet.