Flagging duplicates from 2 separate columns

Greetings -
I'm having an issue trying to flag duplicates from 2 separate columns in the same sheet. I have been able to flag duplicates in a single stand-alone column but trying to using the same formula with the "COUNTIFS" function is leaving the flagged cell blankΒ (as seen in row 2 of the screenshot attached).
Here is the formula I am currently using:Β =IF(COUNTIFS([Tracking ID]:[Tracking ID], [Tracking ID]3, [Tracking ID SCAN]:[Tracking ID SCAN], [Tracking ID SCAN]3) =Β 0, 1, 0))
Any thoughts or suggestions?Β
Thanks in advance!
Comments
-
I'm not sure exactly what you are trying to accomplish. Using your screenshot...
Β
Are you trying to flag the row because it has identical values in the Tracking ID and Tracking ID SCAN columns?
Β
What exactly is your criteria for a duplicate flag?
-
HelloΒ Paul,
Β
I am trying to flagΒ duplicates not only for the same row but any dataΒ in the each of the 2 columnsΒ (Tracking ID & Tracking ID Scan).
- The "Tracking ID" columnΒ is a data dump from our internal platform.
- The "Tracking ID Scan"Β column is a part #Β scanned into the Smartsheet using the Smartsheet Mobile App scanner on the first available cell in that column.Β
IΒ need to identify if anything scanned into the "Tracking ID Scan" column is not anywhere in the "Tracking ID" column by the "Duplicate Flag" column not being checked.
Β
I hope that helps. Please let me know if you have any other questions. Thanks!
-
SoΒ you just want to flag on a row by row basis if the Tracking ID SCAN is anywhere in the Tracking ID column?
-
That is correct, any suggestions?
-
Works perfectly! Many thanks Paul!
Help Article Resources
Categories
Check out the Formula Handbook template!