Hi
Am try to extract where the data intersects
Example: Match 315 (B2) 2 (C2) the value which intersects at M24...result must be Value in F5
I used index and match but am getting #ref
=IF(ISNA(INDEX('Domestic EP'!$D$4:$N$32,MATCH(Sheet3!B2,'Domestic EP'!$B$4:$B$32,FALSE),MATCH(Sheet3!C2,'Domestic EP'!$C$4:$C$32,FALSE),MATCH(Sheet3!D2,'Domestic EP'!$D$3:$N$3,FALSE))),"0",(INDEX('Domestic EP'!$D$4:$N$32,MATCH(Sheet3!B2,'Domestic EP'!$B$4:$B$32,FALSE),MATCH(Sheet3!C2,'Domestic EP'!$C$4:$C$32,FALSE),MATCH(Sheet3!D2,'Domestic EP'!$D$3:$N$3,FALSE))))
Thanks
Am try to extract where the data intersects
Example: Match 315 (B2) 2 (C2) the value which intersects at M24...result must be Value in F5
I used index and match but am getting #ref
=IF(ISNA(INDEX('Domestic EP'!$D$4:$N$32,MATCH(Sheet3!B2,'Domestic EP'!$B$4:$B$32,FALSE),MATCH(Sheet3!C2,'Domestic EP'!$C$4:$C$32,FALSE),MATCH(Sheet3!D2,'Domestic EP'!$D$3:$N$3,FALSE))),"0",(INDEX('Domestic EP'!$D$4:$N$32,MATCH(Sheet3!B2,'Domestic EP'!$B$4:$B$32,FALSE),MATCH(Sheet3!C2,'Domestic EP'!$C$4:$C$32,FALSE),MATCH(Sheet3!D2,'Domestic EP'!$D$3:$N$3,FALSE))))
Thanks