Hi,
I'm trying to find a formula to highlight duplicate values in a column in Smartsheet.
I think I have tried every formula that I can find online and in this Community, but all come back with #unparseable error. The column "Duplicate" in checkbox type is created and waites to be used. Similar formulas as mentioned below have been tested without any luck.
Please advise me in detail how to create this formular since I'm very new to Smartsheet.
=IF(COUNTIFS([COLUMN NAME]$1:[COLUMN NAME]@row, [COLUMN NAME]@row) > 1, 1)
=IF(COUNTIFS(COLUMN NAME:COLUMN NAME, COLUMN NAME@row)>1,1)
Best Regards
Anne NO