Re: Simultaneous vlookups from multiple data lookup ranges
Hi
I still havent managed to arrive at the appropriate formula. The problem was to substitute a set range A3:A15 with a variable one.
I have reached at the below with poor results
=INDEX($A$1:$H$15,2+MATCH(J7,OFFSET($A$3:$A$15,0,VLOOKUP(J6,A1:H2,2)),MATCH(J6,$A$1:$H$1,0)+1))
Can you help me?