Page 1 of 1

3 dimension lookup

Posted: Thu Feb 18, 2021 7:32 am
by sna
Hi Dear
I got a problem with look up value to return number from the right.
I can use IFERROR with vlookup to achieve that.
I also need to ask for any formula else to do that?
Thanks

Re: 3 dimension lookup

Posted: Thu Feb 18, 2021 12:36 pm
by puriwutpokin
B9=AGGREGATE(15,6,D$2:D$5/(A$2:C$5=A9),1)

Re: 3 dimension lookup

Posted: Thu Feb 18, 2021 2:55 pm
by sna
Thank you 🙏