Highlight cells with rules (top 10, duplicates, greater than threshold)—great for quick visual QA before sending reports.
Examples
- Highlight cells > budget
- Color scales for heatmaps
- Icon sets for KPI traffic lights
- Formula-based:
=MOD(ROW(),2)=0zebra stripes
Accessibility
Do not rely on color alone—pair with icons or labels for color-blind readers.
Important interview questions and answers
- Q: Formula rules?
A: Custom logic per cell—powerful but can slow huge sheets. - Q: Duplicate highlight?
A: Finds repeated values in selection.
Self-check
- Name two conditional format use cases.
- Why not rely on color alone?
Tip: Add a text label column alongside red/green fills for accessibility.
Interview prep
- Formula rules?
Custom logic per cell for highlighting.