Hi Guys
I have a sheet with data as shown in columns A:"H below. I also currently have a function as shown = index($d8:h11,match(b3,$b8:4B11,0)match($b2,D7:h7,0).
I now want to add in other Type Options B through D. How can I change the array $d8:$h11 so that it is based on whatever is selected in cell b4?
Many thanks
dmcgoo
I have a sheet with data as shown in columns A:"H below. I also currently have a function as shown = index($d8:h11,match(b3,$b8:4B11,0)match($b2,D7:h7,0).
I now want to add in other Type Options B through D. How can I change the array $d8:$h11 so that it is based on whatever is selected in cell b4?
Many thanks
dmcgoo
Book1 | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | |||
1 | |||||||||||||||||||||||||
2 | Personnel Type | B | |||||||||||||||||||||||
3 | Personnel ID | 3 | |||||||||||||||||||||||
4 | Type | B | |||||||||||||||||||||||
5 | |||||||||||||||||||||||||
6 | Type | A | B | C | D | ||||||||||||||||||||
7 | ID# | 1 | 2 | 3 | 4 | 5 | 1 | 2 | 3 | 4 | 5 | 1 | 2 | 3 | 4 | 5 | 1 | 2 | 3 | 4 | 5 | ||||
8 | Transaction Ref | A | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | |||
9 | B | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | ||||
10 | C | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | ||||
11 | D | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | ||||
Sheet1 |