I have a workbook where I want to select an employee's name and a month to pull data matching those 2 criteria. Then I have metrics I want it to pull from the sheet that matches the employee's name and pull the data matching the month and metrics name.
Here is the sheet (named 1x1s) where I want to select the name and month and have the data generate:
In the same workbook are sheets named the employee's name (one sheet per employee) and it lists their metrics for each month:
So, for instance, in this example I would want cell D5 on the sheet named 1x1s to pull the metric for Metric1 from the sheet Employee 1 under column matching Jan. Is this possible? I know I could do a super messy if and formula for each employee for each month but there has got to be an easier way (I was thinking indirect or vlookup but not sure).
Here is the sheet (named 1x1s) where I want to select the name and month and have the data generate:
In the same workbook are sheets named the employee's name (one sheet per employee) and it lists their metrics for each month:
So, for instance, in this example I would want cell D5 on the sheet named 1x1s to pull the metric for Metric1 from the sheet Employee 1 under column matching Jan. Is this possible? I know I could do a super messy if and formula for each employee for each month but there has got to be an easier way (I was thinking indirect or vlookup but not sure).