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 Is VLOOKUP what I need for this?

100 500 1000 3000 5000 7500 MIN
BUF 31.21 30.35 29.12 27.89 26.33 24.78 34.39
DTW 30.67 30.07 28.84 27.6 26.08 24.52 34.39

how can I retrieve the proper cost in this sheet. Top row is the price
break in pounds. Left column is the destination; "BUF" is Buffalo, NY "DTW"
is Detroit.
For example if I am shipping between 500 and 999 lbs. my cost per hundred
pounds is 30.35 to "BUF". I need a formula that will detirmine this, after I
select or enter the weight and destination in another cell, then calculate
the total. I am totally at your mercy and need some urgent help.
Thanks to any brave pros' that may have the answer and reply to me.

EddieA
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Is VLOOKUP what I need for this?

Assuming the reference table as posted is in A1:H3
Assume paired inputs will be made in J2:K2 down
Wt inputs in J2 down, eg: 550
Destination inputs in K2 down, eg: BUF
Then in L2, copied down:
=INDEX($B$2:$G$3,MATCH(K2,$A$2:$A$3,0),MATCH(J2,$B $1:$G$1,1))
will return the required cost results, eg: 30.35
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,600 Files:362 Subscribers:60
xdemechanik
---
"Eddie A" wrote:
100 500 1000 3000 5000 7500 MIN
BUF 31.21 30.35 29.12 27.89 26.33 24.78 34.39
DTW 30.67 30.07 28.84 27.6 26.08 24.52 34.39

how can I retrieve the proper cost in this sheet. Top row is the price
break in pounds. Left column is the destination; "BUF" is Buffalo, NY "DTW"
is Detroit.
For example if I am shipping between 500 and 999 lbs. my cost per hundred
pounds is 30.35 to "BUF". I need a formula that will detirmine this, after I
select or enter the weight and destination in another cell, then calculate
the total. I am totally at your mercy and need some urgent help.
Thanks to any brave pros' that may have the answer and reply to me.

EddieA

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 in vlookup - taking the result as array name SupperDuck Excel Worksheet Functions 2 June 2nd 07 11:05 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) MikeR-Oz New Users to Excel 1 March 22nd 06 09:01 AM
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( Oso Excel Worksheet Functions 2 January 26th 05 06:56 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 12:53 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"