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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!