JustTheTim
New Member
- Joined
- Feb 23, 2018
- Messages
- 8
Hello, I'm slightly above a novice with Excel. I'm trying to figure out a quicker way of returning values from a master data sheet to another sheet that is showing the individual categories. Master data has approximately 14 teams. Each team is scored on 8 different metric ratings every month of the year. I have 9 total sheets in the workbook: 1 for Master data, the rest are named according to the metric ratings. I have used Define Name for each of the metric ratings as well as teams and month. This was my first attempt:
=INDEX(AHT_Rating,MATCH($B$2,Team,0),MATCH($A3,Month_Value,0))
AHT_Rating, Team, Month_Value are all Defined Names (ranges in a single column). AHT is the metric. B2 contains "Team 11" and A3 contains "1". The response I'm getting is #N/A
Any help would be appreciated. I know I may be way off so feel free to ask clarifying questions.
=INDEX(AHT_Rating,MATCH($B$2,Team,0),MATCH($A3,Month_Value,0))
AHT_Rating, Team, Month_Value are all Defined Names (ranges in a single column). AHT is the metric. B2 contains "Team 11" and A3 contains "1". The response I'm getting is #N/A
Any help would be appreciated. I know I may be way off so feel free to ask clarifying questions.