I need help with highlighting a duplicate cell in a column.
Kim Betita
✭✭
I need to highlight duplicate cells in a column. I tried Conditional Formatting but the option is not available.
Answers
-
Hi @Kim Betita,
I think you should use a helper/checkbox column that differentiates which rows contain duplicates. Then, use conditional formatting to highlight the desired column cells if the helper column is checked. I tend to use this formula for finding duplicates:
Find Duplicates (HELPER)
= IF(COUNTIFS(ColumnName:ColumnName, ColumnName@row) > 1, 1, 0)
Conditional formatting
IF HELPER is equal to 1 then apply highlight to ColumnName column
Renée Roberge
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!