Finding duplicates in a column with multiple product #'s
Jamie Null
✭✭✭
Hi,
Is there a way to find duplicates when a column may contain multiple product numbers which are comma separated? I was able to get the below formula to flag red when only one event number is duplicated in a one to one ratio, and also have the formula disregard blanks. Any ideas if there is a way to find duplicates when your data is comma separated?
=IF([Event #]1 = 0, 0, IF(COUNTIF([Event #]:[Event #], [Event #1) > 1, 1))
Example of the data
EVENT #
Event001
Event001, Event003
Event002
Event003, Event 001
Tags:
Comments
-
You would want to replace the criteria portion of your COUNTIF with a FIND function.
COUNTIFS([Event #]:[Event #], FIND([Event #]1, @cell) > 0)
-
You are a lifesaver! Thanks Paul!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!