I used the following Match/Index formula to populate the "Assigned To" column of my sheet based on the "Role" column. I have a look up table at the top of my sheet.
=IFERROR(INDEX([Assigned To]$6:[Assigned To]$20, MATCH(Role@row, Role$6:Role$20, 0)), "Needs Role")
There are many tasks on my sheet which are assigned to multiple roles, so I need to update the "Assigned To" column with multiple contacts as well. Does anyone have a formula that would accomplish this?
