Hi, I’m looking for a formula that will flag when a name is appearing in different columns in the same row. This is to flag scheduling conflicts.
Column A, Column B, Column C, Column D
Participant X, Participant X, Participant Y, Participant Z
Here is my current formula for 2 columns:
IF(AND({Column A} != "", {Column A} = {Column B}),"Duplicate")
It works. But when I try to add more columns, it breaks down. Can anyone help? Or is there another method altogether?

