View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Umlas Bob Umlas is offline
external usenet poster
 
Posts: 301
Default Can you link HLOOKUP AND VLOOKUP formulas and return their interce

If your table is A1:H50:
=INDEX(A1:H50,MATCH(miles,A1:A50,0),MATCH(weight,A 1:H1,0))

"j.e.med" wrote in message
...
We have a table/spreadsheet that has various weight categories set up in
columns and various mile categories set up in rows, where the intercept of
the two is the rate per pound we charge for delivery. We are attempting

to
set up a formula that based on the weight it will find the appropriate

column
and based on the miles will find the appropriate row and return the

intercept
of the two.