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
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 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!