Cross referencing for duplicate numbers
We have a Completed Smart sheet of people we have contacted for an ongoing project. Weekly we get a new sheet which sometimes had duplicate names of people we have already contacted. Is there a way to easily search our new sheet for duplicates found from our Completed sheet?
Answers
-
You could add a "helper column" into this new, second sheet to check the Name column in the Completed sheet and see if the same name appears.
Try a cross-sheet formula like this:
=IF(COUNTIF({Name Column Completed sheet}, [Name Column]@row) >=1, "In Completed Sheet", "No Duplicate")
This says, COUNT if the name in this row is present in the Completed sheet's column. If it is (if the COUNT is equal to - or greater than 1), return "In Completed Sheet".
You can adjust what text appears "In these" when there's a count of 1 or more. Let me know if this makes sense or if you still need help!
Cheers,
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives