I've looked at several index/match and index/indirect formulas here but I cannot wrap my head around this. I have all data on 1 sheet, but need to show the results from the formula on another sheet. Here is what I am working with:
Sheet Analysts has all the data I need.
Column A is AGENT ID: The list of names (i.e MSMITH)
Columns B - Z are different metrics I need to view (labeled Accuracy, # of Calls, Tenure) etc etc. .. a very simple table.
For example, on Sheet2 labeled Seating, I have two dropdowns - AGENT ID and Metric. I want the years of tenure to populate in a specific cell (see below)
The closest I feel I've gotten to get it working is using this: =INDEX(INDIRECT("Analysts!["&$G$16&"]"),MATCH($I$19,Analysts![AGENT ID],0)).
To clarify, the tenure data for MSMITH would be located in Analysts Z38. If I change the Metric to say, Accuracy, it would be Analysts P38.
Please help!
-- corrupted image removed --
Sheet Analysts has all the data I need.
Column A is AGENT ID: The list of names (i.e MSMITH)
Columns B - Z are different metrics I need to view (labeled Accuracy, # of Calls, Tenure) etc etc. .. a very simple table.
For example, on Sheet2 labeled Seating, I have two dropdowns - AGENT ID and Metric. I want the years of tenure to populate in a specific cell (see below)
The closest I feel I've gotten to get it working is using this: =INDEX(INDIRECT("Analysts!["&$G$16&"]"),MATCH($I$19,Analysts![AGENT ID],0)).
To clarify, the tenure data for MSMITH would be located in Analysts Z38. If I change the Metric to say, Accuracy, it would be Analysts P38.
Please help!
-- corrupted image removed --
Last edited by a moderator: