Thread: 2-Dim Lookup
View Single Post
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
use
=INDEX(A1:G20,MATCH(lookup_1,A1:A20,0),MATCH(looku p_2,A1:G1,0))

--
Regards
Frank Kabel
Frankfurt, Germany

"Jeff Spiccoli" schrieb im
Newsbeitrag ...
Hi,

I've been using VLookup and it works well. But now I'd like Excel to

choose
the cell that matches both the vertical and horizontal indexes. IE

I'd like
it to choose the formula or value that is, say, below the value 3

(HLookup)
AND to the right of value 51 (as VLookup).

Can anyone help me?

Thanks in advance.

Jeff