juangregory
New Member
- Joined
- Jul 29, 2022
- Messages
- 7
- Office Version
- 365
- Platform
- Windows
Dear Excel gurus: i have a sheet that looks like this:
And what I'm trying to do is to have another sheet do a lookup on a Field List with Alpha, Beta, Gamma, etc. and pull the Department, all periods, and all hours so that I can graph them. That way the end user can use the dropdown to see historical trending.
So let's say i have another sheet that has this:
But =index('Sheet1!a:c',match($a$1,'Sheet1!a:a',0),match(a3,'Sheet1!b:b',0)) in the Hours column only gets me a #REF.
Is this because Period in Sheet1 is not a unique value? Is there a workaround?
Thank you in advance.
Department | Period | Hours Worked |
Alpha | 1 | 324 |
Alpha | 2 | 421 |
Alpha | 3 | 221 |
Beta | 1 | 331 |
Beta | 2 | 89 |
Beta | 3 | 111 |
Gamma | 1 | 0 |
Gamma | 2 | 12 |
Gamma | 3 | 212 |
And what I'm trying to do is to have another sheet do a lookup on a Field List with Alpha, Beta, Gamma, etc. and pull the Department, all periods, and all hours so that I can graph them. That way the end user can use the dropdown to see historical trending.
So let's say i have another sheet that has this:
(Dept pulldown) | |
Period | Hours |
1 | |
2 | |
3 | |
4 |
But =index('Sheet1!a:c',match($a$1,'Sheet1!a:a',0),match(a3,'Sheet1!b:b',0)) in the Hours column only gets me a #REF.
Is this because Period in Sheet1 is not a unique value? Is there a workaround?
Thank you in advance.