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
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!