Hi all,
Trying to identify when I get a duplicate that meets both criteria, when the Work Order Number is the same and when the Service Area is the same.
I'm using the following formula, =IF(COUNTIFS([Pass Number]:[Pass Number],[Pass Number]@row,Site:Site,Site@row)>1,"Duplicate","Not Duplicate")
But its not working properly as its identifying duplicates if only one of the criteria matches.