Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=COUNTIF($C$2:$C$6,A2)=0Computed by a real spreadsheet engine on the sample data below.
| Invoice | Ref List |
| INV-001 | INV-001 |
| INV-002 | INV-003 |
| INV-003 | INV-005 |
| INV-007 |
=COUNTIF($C$2:$C$6,A2)=0→TRUE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
Change =0 to >0: =COUNTIF($C$2:$C$100,A2)>0 will highlight only the values that do appear in the reference list.
Highlight the smallest number in a range with Conditional Formatting and a MIN-based custom formula in Excel and Google Sheets — including how to ignore blanks and highlight the lowest N.
How-toHighlight cells above a threshold with Conditional Formatting in Excel and Google Sheets — built-in greater-than rules, custom formulas, whole-row highlighting, and dynamic thresholds.
How-toHighlight duplicate cells automatically with Conditional Formatting using a COUNTIF rule — no formulas to copy manually.
How-toColor the maximum value in a range automatically using a Conditional Formatting rule based on the MAX function.
How-toUse conditional formatting with ISBLANK to automatically highlight empty cells in your spreadsheet for easy visual identification.
How-toUse conditional formatting with SEARCH or ISNUMBER(SEARCH()) to highlight any cell containing a specific word or phrase automatically.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: