Hi,
I'm trying to use Index/Match to list the mission statement(s) for each selected non-profit from a dropdown that allows multiple selection. The mission statement lives on a reference sheet and I'm able to get the mission statement if only one non- profit is selected but not when multiple is selected.
I thought I found a formula (below) that would accomplish this based on the description of the issue but no luck so far.
=IF(CONTAINS([Non-Profits]@row, {Master List: Bank Participated Non-Profits Range 2}), INDEX(COLLECT({Master List: Bank Participated Non-Profits Range 1}, {Master List: Bank Participated Non-Profits Range 2}, CONTAINS([Non-Profits]@row, @cell)), 1))