I am trying to write a formula based on two sheets. One sheet, Team Members, that has the following columns:
Column 1 - Region
Column 2 - Industry
Column 3 - Contact
The other sheet has many columns, but it has matching columns of the same
Column 3 - Region
Column 4 - Industry
Column 10 - Contact
I've tried a bunch of things, none of them work - but this may be too advanced for me. Any advice? The range I defined was the entire table on the team member sheet.
=INDEX(COLLECT({Team Members Range 1}, [Region]@row, [Industry]@row, 3)))