I'm trying to match values between two multi drop downs. In one sheet there are rows that are associated with multiple groups, in the summary sheet are the groups that are selected. Is there a way to write a formula that will look at the summary values in the dropdown and see if any of those values exist in the second sheet's dropdowns?
I've tried to use the HAS function to populate, but if there are more than one value in the summary sheet, it comes back as false.
=IF(HAS([Group Name]@row, {ProjectGroup}), 1, 0)
Main Sheet
Summary Sheet
Any help would be greatly appreciated