Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vlookup, add parameter, on error return user defined value jims2994 Excel Worksheet Functions 0 July 7th 06 02:56 PM
Nesting VLOOKUP & HLOOKUP tuph Excel Worksheet Functions 5 March 17th 06 12:00 AM
Can vlookup or hlookup look to other worksheets within a workbook. flgc54 Excel Worksheet Functions 1 March 12th 05 12:31 AM
How do I find a value in an array (VLOOKUP? HLOOKUP?) M Skabialka New Users to Excel 2 March 11th 05 02:52 AM


All times are GMT +1. The time now is 06:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"