Darren_workforce
Board Regular
- Joined
- Oct 13, 2022
- Messages
- 146
- Office Version
- 365
- Platform
- Windows
I am working off of 2 tabs. The 'source' tab is what my supervisor updates so we know the team assignment breakdown and who falls under which manager. There are more columns but I am hoping 2 groups is enough. Row 2 is where each of the team manager names is entered.
On my second 'lookup' tab, I have the following formula:
My hopes were to add an agent name down Column A of my 'lookup' tab and have it generate the manager name in Column B of the same tab. However, I'm getting an #N/A error. I've looked up a few websites and am not sure what it is I am doing wrong. The only thing I am guessing is that instead of looking left and right, I'm wanting to look up from the location of the agent name so I need to account for that?
Example: If I enter "Mary Thomas" into Column A of the 'lookup' tab, the results in the adjacent B cell would be "James"
Brittany Black would result in "Sydney"
SOURCE TAB:
On my second 'lookup' tab, I have the following formula:
Excel Formula:
=INDEX(source!B2:P2,MATCH(A2,source!B3:P33))
Example: If I enter "Mary Thomas" into Column A of the 'lookup' tab, the results in the adjacent B cell would be "James"
Brittany Black would result in "Sydney"
SOURCE TAB:
Last edited: