View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Carim Carim is offline
external usenet poster
 
Posts: 510
Default Lookup a row and column and return value

Hi Steve,


Say you are inputing in cell E1 : 178 and in cell F1 : 20% , in your
result cell type:

=INDEX(A1:C4,MATCH(E1,A1:A4),MATCH(F1,A1:C1))

HTH
Cheers
Carim