Finding duplicates with a helper column among number strings starting with zero
Hello!
I'm trying to create a helper column with conditional formatting to identify duplicates in a column. The numbers in this column are employee numbers pulled from an HR report, so I cannot change how they are formatted. Some of them start with a zero, while others start with a one. I tried using the formula =COUNTIFS(Column:Column, Column@row) to count if an employee number appears more than once on this sheet. This formula isn't working correctly though - it returns a 0 for any number that begins with a zero as if there is no match, which I am assuming is something to do with the apostrophe that naturally appears at the beginning of number strings that start with zero. Does anyone have any advice or a workaround for this?
Thanks in advance!
Best Answer
-
I would suggest a helper column that converts them all into numbers. Then write your formula based off of this helper column.
=VALUE([Employee ID]@row)
Answers
-
I would suggest a helper column that converts them all into numbers. Then write your formula based off of this helper column.
=VALUE([Employee ID]@row)
-
Thanks Paul, that worked!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!