View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Domenic[_2_] Domenic[_2_] is offline
external usenet poster
 
Posts: 265
Default index match help

Try...

=INDEX(PRX!A1:H111,MATCH(1,IF(PRX!A1:A111=Referenc e!J9,IF(PRX!C1:C111=Ref
erence!F5,1)),0),MATCH(Reference!K6,PRX!A1:H1,0 ))

....confirmed with CONTROL+SHIFT+ENTER.

Hope this helps!

http://www.xl-central.com

In article ,
Kashyap wrote:

I tried with the below formula as well, but not resired result

=INDEX(PRX!A1:H111,MATCH(1,IF(PRX!A2:A111=Referenc e!J9,IF(PRX!C2:C111=Referenc
e!F5,1)),0),MATCH(Reference!K6,PRX!A1:H1,0 ))
Control+shift+enter

I need to index A:H
match J9 with A:A
match F5 with C:C
match H1 with A1:H1