Hello,
I'm attemting to perform a VLOOKUP on multiple tables, but am having challenges. First of all I don't think it is possible to perform a VLOOKUP on multiple tables so I thought it practical to copy the tables's data into one large table, then perform the VLOOKUP from that that one "master table". Unfortunately this does not work UNLESS I put the "master table" in some kind of ascending order. I prefer not to use macros...only formulas.
Here is the code I am currently working with:
=IF((C67>0),VLOOKUP(C67,Entry!$AI$4:AI59,2),"")
Any suggestion will be much appreciated.
Thanks.
Dalex
I'm attemting to perform a VLOOKUP on multiple tables, but am having challenges. First of all I don't think it is possible to perform a VLOOKUP on multiple tables so I thought it practical to copy the tables's data into one large table, then perform the VLOOKUP from that that one "master table". Unfortunately this does not work UNLESS I put the "master table" in some kind of ascending order. I prefer not to use macros...only formulas.
Here is the code I am currently working with:
=IF((C67>0),VLOOKUP(C67,Entry!$AI$4:AI59,2),"")
Any suggestion will be much appreciated.
Thanks.
Dalex