Check box behavior
I need a formula to:
if document number column is a duplicate entry then the checkbox needs to be checked and if the document number is blank or a non-duplicate value then unchecked- can Smartsheet do this?
Best Answer
-
Try something like this...
=IF(AND([Document Number]@row <> "", COUNTIFS([Document Number]:[Document Number], [Document Number]@row) > 1), 1)
Answers
-
Try something like this...
=IF(AND([Document Number]@row <> "", COUNTIFS([Document Number]:[Document Number], [Document Number]@row) > 1), 1)
-
This worked! Thanks a lot Paul!!!
-
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!