Countifs for removing duplicates using multiple criterion

MTaber
✭✭✭
Any suggestions on how to flag duplicates based on the following:
-Would like to flag items with "NO" in the Evaluated Column if the Vendor also has an Evaluated "YES" for that item number. In example below, highlighted SAG data would flag the "NO" line (the vendor "SAG" has two entries for "Item Number" 1- a "YES" and a "NO").
Answers
-
Hi @MTaber,
To flag rows with "NO" in the Evaluated column when the same Vendor Name and Item Number also have a "YES", follow these steps:- Create a new column called
Duplicate Flag
. - Use this Formula in the
Duplicate Flag
column:
=IF(AND(Evaluated@row = "NO", COUNTIFS([Company Name]:[Company Name], [Company Name]@row, [Item Number]:[Item Number], [Item Number]@row, Evaluated:Evaluated, "YES") > 0), "Flag", "") - Apply conditional formatting to highlight rows where the
Duplicate Flag
column contains "Flag".
I hope this will help!
Best regards,
Leela Lodhi - Create a new column called
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!