Computer Tech, Gaming & Electronics THIS SPACE OPEN FOR ADVERTISEMENT. YOU SHOULD BE ADVERTISING HERE! Silicon Valley.
Tips & tricks, tech support, home theatre, online gaming, reviews, latest news... |  |
04-20-2009, 08:35 PM
|
#1 | Rs has made me the woman i am today!
Join Date: Jan 2002 Location: Burb-Coq
Posts: 4,025
Thanked 0 Times in 0 Posts
Failed 0 Times in 0 Posts
| anyone good with excel?
I'm hoping to get some help if someone can create a formula for me in excel I want to have a cell where I can enter the weight of an item and based on the weight I have a range of tables that will give the end result the value
By entering the weight if it's between 0 - 10 LBS I've sort of posted my chart below it cost 8.76 if the package is less then 10 lbs however when the item goes between 11 to 50 lbs an additional dollar is added to ever pound?
Any one willing to give it a shot and help me out i'd really apprecaite it ... maybe via msn if I'm not explaining to well..
To: VANCOUVER VICTORIA WESTERN BC EASTERN BC NORTHERN BC OKANAGON CALGARY EDMONTON
BASE RATE
0 - 10 LBS 6.7 7.73 8.76 8.76 13.91 7.73 8.76 8.76
ADD PER LB
11 -- 50 0.79 0.111 0.156 0.245 0.279 0.168 0.134 0.156
51 -- 100 0.79 0.111 0.156 0.245 0.279 0.168 0.134 0.156
101 -- 300 0.79 0.111 0.156 0.245 0.279 0.168 0.134 0.156
|
| |
04-20-2009, 08:58 PM
|
#2 | Willing to sell body for a few minutes on RS
Join Date: Aug 2004 Location: Duncan, BC
Posts: 10,128
Thanked 5,568 Times in 2,107 Posts
Failed 231 Times in 90 Posts
|
I thought we were adding an extra dollar per pound ?
|
| |
04-20-2009, 08:59 PM
|
#3 | Even when im right, revscene.net is still right!
Join Date: Jun 2002 Location: North Van
Posts: 1,323
Thanked 75 Times in 26 Posts
Failed 1 Time in 1 Post
|
So you want different rates depending on which city they choose? And the additional $ on every lbs over 10lbs or the total weight? Your "ADD PER LB" rates are all the same too.
Last edited by Stevie P; 04-20-2009 at 09:13 PM.
|
| |
04-20-2009, 09:37 PM
|
#4 | MiX iT Up!
Join Date: May 2006 Location: vancouver
Posts: 8,148
Thanked 2,074 Times in 870 Posts
Failed 642 Times in 183 Posts
|
seems easy..... but i dont understand ur numbers.... mayb if u stick it in a excel sheet.. that will help...
its using IF Statements..
__________________ Sometimes we tend to be in despair when the person we love leaves us, but the truth is, it's not our loss, but theirs, for they left the only person who couldn't give up on them.
Make the effort and take the risk.. "Do what you feel in your heart to be right- for you'll be criticized anyway. You'll be damned if you do, and damned if you don't." - Eleanor Roosevelt |
| |
04-20-2009, 11:24 PM
|
#5 | I bringith the lowerballerith
Join Date: Jul 2005 Location: Vancouver
Posts: 1,153
Thanked 4 Times in 4 Posts
Failed 24 Times in 5 Posts
|
I did it, i have a 4 chain if statement formula =)
|
| |
04-20-2009, 11:25 PM
|
#6 | I bringith the lowerballerith
Join Date: Jul 2005 Location: Vancouver
Posts: 1,153
Thanked 4 Times in 4 Posts
Failed 24 Times in 5 Posts
|
=IF(C13<=10,C13*B3,IF(C13<=50,(10*B3)+((C13-10)*C3),IF(C13<=100,(10+B3)+(C13-10)*C3+(C13-50)*D3,IF(C13<=300,(10*B3)+(C13-10)*C3+(C13-50)*D3+(C13-100)*E3,"Limit Reached"))))
|
| |
04-21-2009, 06:04 AM
|
#7 | Rs has made me the woman i am today!
Join Date: Jan 2002 Location: Burb-Coq
Posts: 4,025
Thanked 0 Times in 0 Posts
Failed 0 Times in 0 Posts
|
Thanks Wix and everyone else Wix has some idea of what I was heading toward probably because I didn't explain it well enough for everyone to understand....
The city really doesn't matter we'll in the long wrong it does but while creating teh formula all I need is IF 0 - 10 then the cost is 6.79
Then if the range goes between 11 and 50 you go
6.79 + .79 cents to each pound
So if it was a 12 pound 6.79 + 2 * .79 = total
I'm going to try what Wix has it seems like it might work because thats what I was trying to put into excel at the time when I couldn't get it to work ....
|
| |
04-21-2009, 06:07 AM
|
#8 | Rs has made me the woman i am today!
Join Date: Jan 2002 Location: Burb-Coq
Posts: 4,025
Thanked 0 Times in 0 Posts
Failed 0 Times in 0 Posts
|
Wix the formula works however it doesn't do what I need it to do it's multipling another sell ....
I need some where between the IF function and the LOOKUP if i get it i'll let you guys know
6.79 (0 -10)
IF 6.79 goes over 10 I need it to add .79 per pound up to 50 and then if it reaches above 50 add .89 per pound if the weight goes between 50 and 100 and not the .79 per pound you would get when it's between 11 and 50...
I know it's hard to understand when it's written then viewing it but I'll try to post a screenshot tonight of what i'm trying to do to help soemone help me..
Thanks\
|
| |
04-21-2009, 11:15 AM
|
#9 | Orgasm Donor & Alatar owned my ass twice!
Join Date: Mar 2003 Location: Vancouver
Posts: 6,803
Thanked 91 Times in 38 Posts
Failed 17 Times in 6 Posts
|
So...this is like income taxes.
=if(c13<=10,6.79,if(c13<=50,(c13-10)*0.79+6.79,if(c13<=100,(c13-50)*0.79+40*0.69+6.79,if(c13<=300,(c13-100)*whatever is per lbs between 300-100+50*0.79+40*0.69+6.79))))
Something like that
|
| |
04-21-2009, 12:30 PM
|
#10 | 14 dolla balla aint got nothing on me!
Join Date: Jul 2001 Location: Vancouver
Posts: 695
Thanked 6 Times in 6 Posts
Failed 0 Times in 0 Posts
|
so in writing..
eg weight is 132lb
- 132lb - 10lb = $6.79
- (122lb remainder) the next 40lb = 40 * .79 = $31.6 (11~50lb)
- (82lb remainder) the next 50lb = 50 * .89 = $44.5 (51~100lb)
- (32lb remainder) the next 32lb = 32 * .99 = $31.68 (101~150lb)
so in total it costs $6.79 + $31.6 + $44.5 + $31.68 = $114.57
is that how you want it calculated? or
- 132lb - 10lb = $6.79
- (122lb remainder) since 122 is between 101 ~ 150 => 122 * .99 = $120.78
so in total it costs $6.79 + $120.78 = $127.57
which way do you want to calculate it?
|
| |
04-21-2009, 12:33 PM
|
#11 | I bringith the lowerballerith
Join Date: Jul 2005 Location: Vancouver
Posts: 1,153
Thanked 4 Times in 4 Posts
Failed 24 Times in 5 Posts
|
I have the file, pm me your email if you want.
It is 100% correct, I am a professional accountant
And misteranswer is correct, it is exactly like income taxes, but his formula just adds the rates together and will give you the wrong end result.
The question is asking to multiple the first 10 lbs by a certain rate, then 11-50 by another rate, then 51-100, by another rate. So it's a bit more complicated.
Here is my spreadsheet. [img=http://img17.imageshack.us/img17/6854/72331289.jpg]
Last edited by wix; 04-21-2009 at 12:40 PM.
|
| |
04-21-2009, 03:08 PM
|
#12 | 14 dolla balla aint got nothing on me!
Join Date: Jul 2001 Location: Vancouver
Posts: 695
Thanked 6 Times in 6 Posts
Failed 0 Times in 0 Posts
|
why don't u separate the tiers to make it easy to check, afterwards you can always hide or combine the result.
here's mine, but you just have to adjust the pricing table to reflect the correct multiplier http://rapidshare.de/files/46844915/excel.xls.html
Last edited by tcneo; 04-21-2009 at 03:13 PM.
|
| |
04-21-2009, 03:23 PM
|
#13 | I bringith the lowerballerith
Join Date: Jul 2005 Location: Vancouver
Posts: 1,153
Thanked 4 Times in 4 Posts
Failed 24 Times in 5 Posts
|
I like how you separated the tiers :0 good addition, but your end price is severely incorrect.
For the first option, if you put 11 lbs, u get a price of $14.xx. Checks it out
I see what you're trying to do, you can do the rates thing like what i did, and then just =sumproduct() for the price, very pro
Yours would be better than mine once u add that function in
|
| |
04-21-2009, 03:27 PM
|
#14 | 14 dolla balla aint got nothing on me!
Join Date: Jul 2001 Location: Vancouver
Posts: 695
Thanked 6 Times in 6 Posts
Failed 0 Times in 0 Posts
|
that's from the table above, if you put the difference per lb then the calculation is correct.
All you need is to edit the table above.
eg
use this instead of the one that you have on your picture
Location 0-10 LBS 11-50 LBS 51-100 LBS 101-300LBS
Vancouver 6.70 0.79 0.79 0.79
with this table, I get the end price of $7.49 for 11lbs Vancouver which I believe is correct?
|
| |
04-22-2009, 08:08 PM
|
#15 | Rs has made me the woman i am today!
Join Date: Jan 2002 Location: Burb-Coq
Posts: 4,025
Thanked 0 Times in 0 Posts
Failed 0 Times in 0 Posts
| Hey I really appreciate the help on this one I'm very surprised how you guys hit the nail on the head! TCNEO & Wix! Really appreciate this you saved me tons of time going through hours of paper work...
TCNEO: I reviewed your file and at first I was wondering what was going (probably because I’m slow and not the best with excel) but after reviewing it and adjusting some of the numbers to my needs I did the calculations and it's bang on!!!!
Wix? I'd love to get a copy of the file you generated in your screenshots if possible to my email: chainreactionz@hotmail.com
This is going to be used to do a comparison at my work between several couriers wanting to do business with us unfortunately I had the task of going through the documents cost / zoning sheets which is several hours of work comparing postal codes entering costs for each zone and with your formula I’m going to expand the spreadsheet to several more cities and several different costs and variations but with spread sheet I know have the starting formula to do the rest…. Thank you again and it’s going to be really hard to copy and expand what you did but if I can’t I’ll just copy and paste and keep adding different areas
Thanks
Last edited by tropikalz; 04-22-2009 at 08:09 PM.
Reason: position
|
| |
04-23-2009, 07:13 PM
|
#16 | Rs has made me the woman i am today!
Join Date: Jan 2002 Location: Burb-Coq
Posts: 4,025
Thanked 0 Times in 0 Posts
Failed 0 Times in 0 Posts
|
TCNEO - I hope it's not to much to ask can you please check the file you made and extend the formula all the way to 20,000 lbs?
I've changed the file to add the new formula as you created it but I couldn't get it to go furthur because it's to complicated for me atleast
|
| |
04-23-2009, 07:14 PM
|
#17 | Rs has made me the woman i am today!
Join Date: Jan 2002 Location: Burb-Coq
Posts: 4,025
Thanked 0 Times in 0 Posts
Failed 0 Times in 0 Posts
| |
| |
04-23-2009, 07:50 PM
|
#18 | Rs has made me the woman i am today!
Join Date: Jan 2002 Location: Burb-Coq
Posts: 4,025
Thanked 0 Times in 0 Posts
Failed 0 Times in 0 Posts
|
Hey TCNEO
actually after reviewing it again and going over your formula I think I got it ... http://rapidshare.com/files/225054873/excel.xls.html |
| |
04-24-2009, 05:15 AM
|
#19 | 14 dolla balla aint got nothing on me!
Join Date: Jul 2001 Location: Vancouver
Posts: 695
Thanked 6 Times in 6 Posts
Failed 0 Times in 0 Posts
|
your total formula is missing something there's 10 tiers in the table, but your calculation only shows 9 tiers. I'll see what I can do later..
|
| |
04-24-2009, 05:39 AM
|
#20 | Rs has made me the woman i am today!
Join Date: Jan 2002 Location: Burb-Coq
Posts: 4,025
Thanked 0 Times in 0 Posts
Failed 0 Times in 0 Posts
|
haha I knew I was doing something wrong... I'll try playing with it again but yah if you have time again i'd appreciate it but if not thanks for the help up until now.
|
| |
04-24-2009, 10:14 AM
|
#21 | 14 dolla balla aint got nothing on me!
Join Date: Jul 2001 Location: Vancouver
Posts: 695
Thanked 6 Times in 6 Posts
Failed 0 Times in 0 Posts
|
there you go, I modified & changed some of the formulas to make it easier to copy http://rapidshare.com/files/225287148/excel.xls.html
also, I didn't put any check function to make sure that the yellow column stays 10 or above. You'll have to do it manually. Just don't want to make the formula even more complicated.
|
| |
04-24-2009, 08:14 PM
|
#22 | Rs has made me the woman i am today!
Join Date: Jan 2002 Location: Burb-Coq
Posts: 4,025
Thanked 0 Times in 0 Posts
Failed 0 Times in 0 Posts
|
Thanks TCNEO works great.
|
| |  |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -8. The time now is 12:46 PM. |