Hello
In the below, how can I lookup the first row for a particular letter X and then the second row for another value XX and then return the value below XX ?
E.g. let's say I want to return the value under B and then under BC, i.e. 6.
I would prefer to avoid OFFSET and also not to rely on empty cells as they can be filled.
Last, using INDEX to return the position of the first lookup and then use that to limit the next lookup array is a bit messy.
Would any lookup search mode (next smallest/largest etc) could work with text?
Thanks!
In the below, how can I lookup the first row for a particular letter X and then the second row for another value XX and then return the value below XX ?
E.g. let's say I want to return the value under B and then under BC, i.e. 6.
I would prefer to avoid OFFSET and also not to rely on empty cells as they can be filled.
Last, using INDEX to return the position of the first lookup and then use that to limit the next lookup array is a bit messy.
Would any lookup search mode (next smallest/largest etc) could work with text?
Thanks!
A | B | |||
AA | AB | BB | BC | |
1 | 3 | 5 | 6 | |
2 | 4 | 7 | 8 |