I'm trying to create a formula to check for duplicate values across six columns. I have a formula that shows if columns 2-6 contain a duplicate of column 1. However, I need to check if columns 2 & 3 are duplicated, and so on and so forth. How can I modify the formula below to do this? Thanks!
=CONTAINS([Field of Study 1]@row, [Field of Study 2]@row:[Field of Study 6]@row)