Duplicate Values: =If(Countif doesn't work with concatenated formula.

I am trying to identify duplicate values in a column titled [Program ID]. [Program ID] is the result of a concatenate formula: =[Site Num]@row + "." + ProgNum@row The result of the above formula is a decimal number like 7.1, 8.4, 50.3, etc.

I am using the following formula in a helper column to identify duplicates in the [Program ID] column: =IF(COUNTIF([Program ID]:[Program ID], [Program ID]@row) > 1, "Duplicate", "Unique")

The helper column only returns "Unique" even if duplicates are inserted in the [Program ID] column as seen below. However, If I change the '"." to a "-" in the concatenate formula, the =IF(COUNTIF formula works!

Thanks for your help!!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!