View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs daddylonglegs is offline
external usenet poster
 
Posts: 1
Default table, index, array, match, lookup?


Hi spxer,

For your example do you want the result to be 3 or M3?

For the former

=MATCH(I3,INDEX(L1:P4,0,MATCH(H3,L1:P1)))

or the latter

=ADDRESS(MATCH(I3,INDEX(L1:P4,0,MATCH(H3,L1:P1))), MATCH(H3,L1:P1)+COLUMN(L1)-1,4)


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=569606