Conditional Format Checkmark
Hello, I am trying to add conditional formatting to my smartsheet that will checkmark the checkbox column (duplicate TCIN) if there is a duplicate in "TCIN" column.
Please help. I tried adding a help column to identify duplicate with countif formula, then tied the checkbox column to the duplicate, however cannot get the checkmark to be checked. Instead only highlights cell.
Answers
-
You could add a column formula to your checkbox column that will check for duplicates:
=IF(COUNTIF(TCIN:TCIN, TCIN@row) > 1, 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!