Find duplicates based on multiple criteria
Hello everyone,
I need some help with correct formula to find out duplicates. Is there a way to find duplicate records if case number, client's name, from date, and to date are the same? The first and last records are duplicate but how do I set up a correct formula? I currently only have case number and name columns in my formula but not dates.
Thanks,
Best Answer
-
Try something like this...
=IF(COUNTIFS([Case Number]:[Case Number], [Case Number]@row, [Client's Name]:[Client's Name], [Client's Name]@row, [From Date]:[From Date], [From Date]@row, [To Date]:[To Date], [To Date]@row) > 1, 1)
Answers
-
Try something like this...
=IF(COUNTIFS([Case Number]:[Case Number], [Case Number]@row, [Client's Name]:[Client's Name], [Client's Name]@row, [From Date]:[From Date], [From Date]@row, [To Date]:[To Date], [To Date]@row) > 1, 1)
-
Hi Paul,
Thank you so much for help. It worked :)
Thanks,
Bryan
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!