Finding Duplicate Formula not working
I'm trying to find duplicates in [Invoice Number] column. I added a column "Duplicates" and wrote the formula:
=COUNTIF([Invoice Number]:[Invoice Number], [Invoice Number]@row)
Then I could conditionally format any count over 1 and thus finding the duplicates.
Its working for the most part, but I have identified one duplicate in the [Invoice Number] column that's not counting, its returning the value of 0. However, If I retype the duplicate invoice numbers that are duplicated, the formula works. ??? When I do retype, the cell value shifts to the other side of the cell as if the field format changed when I retyped the number. This is an imported sheet, not sure if a "cell format" in excel is overwriting the column format of Text/Number in Smartsheet?
Another issue is some cells where the [Invoice Number] isn't duplicated, its returning the value of "0" rather than "1".
All other duplicates are working. Counting if duplicated, returning value of 1 when not.
Answers
-
It sounds like you have a mix of text and number strings in your [Invoice Number] column. Converting them all into text strings in a hidden helper column and then referencing this helper column in your duplicates formula should do the trick.
=[Invoice Number]@row + ""
[column name] plus quote quote
-
Please disregard - I hit the post comment button by accident and now I don't see a way to delete, just edit.
Help Article Resources
Categories
Check out the Formula Handbook template!