Conditional formatting
Formatting rules make a sheet self-monitoring: values crossing a threshold highlight themselves. Overused, they produce a rainbow that communicates nothing.
Method
- Highlight exceptions, not everything. Colour applied to a minority of cells draws the eye; colour everywhere is wallpaper.
- Use formula-based rules for real conditions. Rules referencing other cells express the actual business condition rather than a simple value test.
- Keep the palette small and meaningful. Two or three colours with consistent meaning across the workbook, since inconsistent colour coding actively misleads.
- Never rely on colour alone. Add an icon or a text flag, because colour-only meaning excludes many readers and fails in print (see color-contrast).
- Apply to ranges, not cell by cell. Rules multiplied across thousands of individual cells slow recalculation and become unmanageable (see spreadsheet-performance).
- Document what the colours mean. A small legend on the sheet, since a reader cannot inspect rules to find out.
- Review rules periodically. Accumulated overlapping rules produce unpredictable results as they layer.
Boundaries
Formatting draws attention and does not enforce anything, so it complements validation rather than replacing it (see data-validation-rules). Many rules degrade performance. Formatting is lost or altered when exporting to other formats.