Hello to All,
I am working on a sheet to verify that one column "Badge Selection" contains drop down values from another column with drop down values "Badges". I have a third column "Badge Verification" that returns a 'true' if values in "Badge Selection" contain values found in "Badge Verification". This formula works for 1 drop down value selected, but for some reason, when I have multiple drop down values selected in column "Badge Selection", column "Badge Verification" comes back as false.
Here is the formula used in column "Badge Verification".
=IF(CONTAINS([Badge Selection]@row, [Badge Verification]@row), "True", "False")
Any help is greatly appreciated, thank you!