Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
emerald_dragonfly
 
Posts: n/a
Default Pricing scale selection

I have a sliding price scale for transport based upon wgt. The greater the
weight being transported the lower the cost per 100 lbs.
Example:
0 to 664 - flat rate of 35.00
665 to 999 - 5.25
1000 to 2499 - 4.75
2500 to 4999 - 3.00
5000 to 9999 - 2.50
10000 or greater - 1.95

How can I get Excel to automatically select the correct rate when I enter
the wgt of the shipment?
  #2   Report Post  
Max
 
Posts: n/a
Default

One way ..

Assume weights are in A1 down

Put in say, B1:

=VLOOKUP(A1,{0,35;665,5.25;1000,4.75;2500,3;5000,2 .5;10000,1.95},2)

Copy B1 down
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"emerald_dragonfly" wrote in
message ...
I have a sliding price scale for transport based upon wgt. The greater

the
weight being transported the lower the cost per 100 lbs.
Example:
0 to 664 - flat rate of 35.00
665 to 999 - 5.25
1000 to 2499 - 4.75
2500 to 4999 - 3.00
5000 to 9999 - 2.50
10000 or greater - 1.95

How can I get Excel to automatically select the correct rate when I enter
the wgt of the shipment?



  #3   Report Post  
Anne Troy
 
Posts: n/a
Default

Hi, ed. Try this: http://www.myexpertsonline.com/freedls/shipwts.zip
Note that I provide a formula to get the rate AND a formula to get the
amount to charge for shipping.
rate: =IF(C7<665,35,VLOOKUP(C7,Weights!A2:B6,2))
amount: =IF(C8<665,35,VLOOKUP(C8,Weights!A2:B6,2)*C8/100)
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"emerald_dragonfly" wrote in
message ...
I have a sliding price scale for transport based upon wgt. The greater

the
weight being transported the lower the cost per 100 lbs.
Example:
0 to 664 - flat rate of 35.00
665 to 999 - 5.25
1000 to 2499 - 4.75
2500 to 4999 - 3.00
5000 to 9999 - 2.50
10000 or greater - 1.95

How can I get Excel to automatically select the correct rate when I enter
the wgt of the shipment?



  #4   Report Post  
CLR
 
Posts: n/a
Default

=IF(A1<665,35,LOOKUP(A1,{665,1000,2500,5000,10000; 5.25,4.75,3,2.5,1.95})

Vaya con Dios,
Chuck, CABGx3


"emerald_dragonfly" wrote in
message ...
I have a sliding price scale for transport based upon wgt. The greater

the
weight being transported the lower the cost per 100 lbs.
Example:
0 to 664 - flat rate of 35.00
665 to 999 - 5.25
1000 to 2499 - 4.75
2500 to 4999 - 3.00
5000 to 9999 - 2.50
10000 or greater - 1.95

How can I get Excel to automatically select the correct rate when I enter
the wgt of the shipment?



  #5   Report Post  
emerald_dragonfly
 
Posts: n/a
Default

I am having trouble adding a maximum total price to this formula. I want the
calculated total to never exceed 465.00 How can I do that?

"emerald_dragonfly" wrote:

I have a sliding price scale for transport based upon wgt. The greater the
weight being transported the lower the cost per 100 lbs.
Example:
0 to 664 - flat rate of 35.00
665 to 999 - 5.25
1000 to 2499 - 4.75
2500 to 4999 - 3.00
5000 to 9999 - 2.50
10000 or greater - 1.95

How can I get Excel to automatically select the correct rate when I enter
the wgt of the shipment?



  #6   Report Post  
CLR
 
Posts: n/a
Default

=MIN(YourSumFormula,465)

Vaya con Dios,
Chuck, CABGx3


"emerald_dragonfly" wrote in
message ...
I am having trouble adding a maximum total price to this formula. I want

the
calculated total to never exceed 465.00 How can I do that?

"emerald_dragonfly" wrote:

I have a sliding price scale for transport based upon wgt. The greater

the
weight being transported the lower the cost per 100 lbs.
Example:
0 to 664 - flat rate of 35.00
665 to 999 - 5.25
1000 to 2499 - 4.75
2500 to 4999 - 3.00
5000 to 9999 - 2.50
10000 or greater - 1.95

How can I get Excel to automatically select the correct rate when I

enter
the wgt of the shipment?



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
Volume and pricing calculations Karen Excel Worksheet Functions 1 May 31st 05 11:52 PM
Chart scale & paper size F3 New Users to Excel 0 May 27th 05 10:01 PM
Excel Charts - Data being Plotted beyond Primary X-Axis Scale Yvonne Fochesato Charts and Charting in Excel 1 May 1st 05 03:36 AM
Fit Selection Setting Doesn't Hold Brett Excel Discussion (Misc queries) 1 April 20th 05 10:22 PM
limit cell list selection based on the selection of another list lorraine Excel Worksheet Functions 2 December 14th 04 08:17 PM


All times are GMT +1. The time now is 05:48 PM.

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

About Us

"It's about Microsoft Excel"