+ Reply to Thread
Results 1 to 10 of 10

calculating shipping table

  1. #1
    Forum Contributor
    Join Date
    10-24-2012
    Location
    San Diego, USA
    MS-Off Ver
    Excel 2019
    Posts
    844

    calculating shipping table

    I want to be able to set a formula to calculate the shipping cost, for example:
    in b2 any number can be entered depedning on the weight.. so if its
    1 ounce on b2 it will be $1.5 on g2
    2 ounces on b2 it will be $2 on g2
    3 ounces on b2 it will be $2.5 on g2
    4 ounces on b2 it will be $3 on g2

    all the way up to 30 ounces, so any number they enter from 1 to 30 it will give the set price for shipping
    I have attached a my worksheet
    Thank you in advance
    Attached Files Attached Files
    Last edited by chubbychub; 10-24-2012 at 09:30 AM.

  2. #2
    Forum Contributor Dave H9's Avatar
    Join Date
    03-10-2011
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    418

    Re: calculating shipping table

    So if F2 = 1 then G2 should be $1.5 is that right?

    Will it be up to 1 ounce for $1.5 and from 1 to 2 ounces for $2 etc?

    Dave H
    Attached Files Attached Files
    Last edited by Dave H9; 10-24-2012 at 09:37 AM.
    - Mark your post [SOLVED] if it has been answered satisfactorily, by editing your original post using advanced mode.
    - Thank those that provided useful help, its nice and its very well appreciated...use the star on the lower left of the post

  3. #3
    Forum Contributor
    Join Date
    10-24-2012
    Location
    San Diego, USA
    MS-Off Ver
    Excel 2019
    Posts
    844

    Re: calculating shipping table

    yes, that is correct.
    i have this formula so far:
    =IF(B2=1,1.64,IF(B2=2,1.84,IF(B2=3,1.96,IF(B2=4,2.04))))

    but i have to enter it up to 30 ounces if not more, i read something about nesting but was wondering if it was any simpler becasue that will be a long formula

  4. #4
    Forum Contributor Dave H9's Avatar
    Join Date
    03-10-2011
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    418

    Re: calculating shipping table

    Hi chubbychub,

    You could just break it down to raw formula but it relies on the function =ROUNDUP() working on XL2003, try this -

    Please Login or Register  to view this content.
    I have based it on rounding uo to the nearest ounce (ie 0.67 would equal 1).

    Hope that works for you if not I have provided the above and an alternative using =VLOOKUP in the attached.

    Dave H
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    10-24-2012
    Location
    San Diego, USA
    MS-Off Ver
    Excel 2019
    Posts
    844

    Re: calculating shipping table

    the vlookup works Dave H, thanks!!
    one dumb question, where is the table that is looking or where the rates you have set?
    Last edited by chubbychub; 10-24-2012 at 10:50 AM.

  6. #6
    Forum Contributor
    Join Date
    10-24-2012
    Location
    San Diego, USA
    MS-Off Ver
    Excel 2019
    Posts
    844

    Re: calculating shipping table

    Never mind, i see it, its all the way to the N column... thanks DaveH!!!! Thanks alot..really, you the greatest!!
    I learned so much already!, this forums rocks!
    Last edited by chubbychub; 10-24-2012 at 10:58 AM.

  7. #7
    Forum Contributor Dave H9's Avatar
    Join Date
    03-10-2011
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    418

    Re: calculating shipping table

    Glad to help,

    Cheers

    Dave H

  8. #8
    Forum Contributor
    Join Date
    10-24-2012
    Location
    San Diego, USA
    MS-Off Ver
    Excel 2019
    Posts
    844

    Re: calculating shipping table

    Hey DaveH, can you make it if i enter any number above 31 in, it will be 25 dollars?

  9. #9
    Forum Contributor
    Join Date
    10-24-2012
    Location
    San Diego, USA
    MS-Off Ver
    Excel 2019
    Posts
    844

    Re: calculating shipping table

    Never mind.. i figured out!! thanks DaveH.. this forum rocks.. i have learned so much already!!!! thanks forum and daveh and all the good people keeping this up!!

  10. #10
    Forum Contributor Dave H9's Avatar
    Join Date
    03-10-2011
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    418
    I think this forum is an education for all of us. Good luck.

    Dave H

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1