Hi,
I have a Crew list sheet for Sports TV Production. I have the positions listed in one column, and a column for the Crew Names for Game 1, Game 2, Game 3 and game 4.
I need to identify duplicate entries across the columns for Games 1 - 4. I think I'd need a "helper" column for each of my "game" columns. I've been trying to use this =IF(COUNTIFS([Game 1]:[Game 1], [Game 1]@row, [Row ID]:[Row ID], @cell <= [Row ID]@row) > 1, 1) or variations on that formula but it seems that it is only looking for duplicates in the Game 1 Column.
Is there a formula that looks for duplicates across different columns?
Ultimately, I want to show all of the "non-dupes" in a report where my production team can leave comments on crew performance without a multitude duplicates.
I've attached a photo of my Crew sheet template