Thread: data lookup
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default data lookup


with the item to row match in A1, the item to column match in B1, and a
table that is D6:G9 (row names in C6:C9, column headers in D5:G5

then

=OFFSET($C$5,MATCH(A1,$C$6:$C$9,0),MATCH(B1,$D$5:$ G$5,0))

should look up for you

QUOTE=Amazon]What is the appropriate function to find data at the
intersection of columns
and rows? I've used VLOOKUP tables where I renamed cells in the left
column, but never in the top row also. Would this work, and how would
I
write the formula so that the proper data is returned?

Thanks.
Jane


--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=486174