Nested Lookups
Posted by JohnS on October 21, 2001 11:17 AM
I have a 3-column table that contains X-Y-Z data that I need to identify a value in X, then select from a set of values in Y (a single X value has multiple Y values), to yield the desired value in Z. This can be coded in VBA using arrays, but I was wondering whether anyone has any luck using any kind of hard-wired functions in Excel for this nested lookup.
I haven't had much luck with INDEX or MATCH.
Thanks.