Hi, I'm currently calculating if something is a duplicate by using the following formula:
=IF(AND([PASS NUMBER]@row <> "", COUNTIFS([PASS NUMBER]:[PASS NUMBER], [PASS NUMBER]@row) > 1), "Duplicate", "Not a Duplicate")
However, I now intend to expand the use of this sheet, so would like to include another column to specify the site. How can I incorporate the site column to determine if the row is an actual duplicate?
e.g. if two '14' pass numbers were issued. One for the Hay site and one for the Cardiff site. I wouldn't want this to flag as a duplicate. Only if '14' was used twice at the Hay site.
Thanks!