I am trying to write a formula that pulls in multiple contacts from 1 sheet into another. The current set up I have is in the main sheet I have 5 columns that have dropdown lists in them with up to 21 selections. Based on the teams that are selected in those columns I would like to populate 5 new columns that have contact information for the chosen teams. In a separate sheet I have the teams broken out into their own columns and then the specific contacts are in the cells below.
So far I have tried this formula to pull in the contact list in a column that only has 1 team selected:
=IF([ACCOUNTABLE TEAMS]@row = "NTL Strat -C2/CIV", INDEX(COLLECT({Email Recipients by Dept RASCI Range 1}))) but I am receiving an Incorrect Argument Error.
But this formula needs to account for multiple teams being selected within the dropdown list.
Any help or fixes would be greatly appreciated!