Highlight duplicates across multiple columns

I think I already have the formula working for my Number column, but I would also like it to check additional columns "Number Field 2" "Item Number" for duplicate values.

Not just checking for duplicates down one single column but occurring in any of the fields and highlighting those occurrences.

I hope that explains what I am trying to do.

=AND(COUNTIF(Number:Number, Number@row) > 1, LEN(Number@row) > 0)

Tags:

Best Answers

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!