ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Can you link HLOOKUP AND VLOOKUP formulas and return their interce (https://www.excelbanter.com/excel-worksheet-functions/106904-can-you-link-hlookup-vlookup-formulas-return-their-interce.html)

j.e.med

Can you link HLOOKUP AND VLOOKUP formulas and return their interce
 
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.

Bob Umlas

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.




j.e.med

Can you link HLOOKUP AND VLOOKUP formulas and return their int
 
Bob,

Thanks for you help this will save us hours of work!
Jean

"Bob Umlas" wrote:

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.






All times are GMT +1. The time now is 12:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com