Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=IF(COUNTIF($A$2:A2,A2)>1,"Duplicate","Unique")Computed by a real spreadsheet engine on the sample data below.
| ID | Status |
| 101 | Unique |
| 102 | Unique |
| 101 | Duplicate |
| 103 | Unique |
| 104 | Unique |
=IF(COUNTIF($A$2:A2,A2)>1,"Duplicate","Unique")→Unique
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.
Use conditional formatting with the formula =COUNTIF($A$2:A$100,A2)>1 to highlight duplicate cells.
Yes, adjust the formula to reference the specific column you want to check for duplicates.
Yes, the COUNTIF function works with both text and numeric data.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: