Finding Duplicate entries across three columns
I am working on our departments budget worksheet that is linked in with our Finance department. I have found that entries are being duplicated and can not figure out why. They have the same time stamp and information. There are 2 columns that I am cross referencing and sometimes 3 to find these duplications. I have tried several of the conditional formatting rules as well as the check box and I can not get this to work.
I am looking for “ If the Vendor Name and Amount are the same ( and if there is an invoice number and it is the same) the marked so I can then move it to another sheet.
Any Advice???
Answers
-
Hi @Tara Newman
The way to do this is to first use a COUNTIFS formula to count how many rows match that same criteria, and then if this COUNTIF is more than 1, check a box.
COUNTIFS([Vendor Name]:[Vendor Name], [Vendor Name]@row, Amount:Amount, Amount@row, [Invoice Number]:[Invoice Number], [Invoice Number]@row)
=IF(COUNTIFS([Vendor Name]:[Vendor Name], [Vendor Name]@row, Amount:Amount, Amount@row, [Invoice Number]:[Invoice Number], [Invoice Number]@row) >1, 1, 0)
Then put this in a checkbox column. You can use this helper checkbox column in your Conditional formatting if you'd like, too!
Let me know if this works for you.
Cheers!
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!