I am trying to use INDEX (COLLECT) to match information from two columns to turn out a result in the third column. This is just a demo (actual variables are different) but here is the general format I'm going for, where I want to get the "occasion" result in a separate datasheet based on the information in "clothing type" and "color."
The formula I am currently using is: =INDEX(COLLECT({Occasion}, Color@row, {Color}, Clothing Type@row, {Clothing Type}, 1)), but it is showing UNPARSEABLE. If anyone has any tips it would be so appreciated!