+ Reply to Thread
Results 1 to 4 of 4

if value of F2 is <10% over $50 increment, then round value to $50

  1. #1
    Registered User
    Join Date
    02-27-2012
    Location
    atlanta
    MS-Off Ver
    Excel 2007
    Posts
    61

    Talking if value of F2 is <10% over $50 increment, then round value to $50

    Hi, I have one more question to finish my worksheet.

    This was my original post:
    Hi, can anyone tell me what the formula would be to figure my shipping insurance costs? For each $50 of value of F2, it costs .42. The formula i'm using (thanks to this forum!) is =CEILING(F2/50,1)*0.42
    this will figure my insurance costs. But, I'd like to add one more column and another formula.

    When the value of a package is just over that $50 mark, instead of it costing us .84, I'd rather value it at $50 for a cost of .42.
    Can you help me with a formula like IF F2 is within 10% of $50, then change the package value from $55.25 to $50... and I guess that would need the same structure for other tiers. ie: if value is $

    if value of F2 is <10% over $50, then change value to $50
    if value of F2 is <10% over $100, then change value to $100
    a separate column would be best (leave the original formula CEILING(F2/50,1)*0.42) and add another column showing any change??

    value of pkg:
    $.01-50.00 = .42
    50.01-100.00 = .84
    100.01-150.00 = 1.26
    150.01-200.00 = 1.68
    etc

    My other two posts re this project including samples of the worksheet are here:
    http://www.excelforum.com/excel-gene...worksheet.html
    http://www.excelforum.com/excel-gene...osts-42-a.html

    THANKS SO MUCH for any suggestions.
    Last edited by hmm321; 02-28-2012 at 03:55 PM.

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: if value of F2 is <10% over $50 increment, then round value to $50

    How about this:

    =ROUNDUP((F2*(100/110))/50,0)*0.42

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: if value of F2 is <10% over $50 increment, then round value to $50

    Quote Originally Posted by hmm321 View Post
    Can you help me with a formula like IF F2 is within 10% of $50, then change the package value from $55.25 to $50... and I guess that would need the same structure for other tiers......
    That's just the equivalent of using 55 in your formula instead of 50 (55 = 50+10% of 50) so try

    =CEILING(F2/55,1)*0.42
    Audere est facere

  4. #4
    Registered User
    Join Date
    02-27-2012
    Location
    atlanta
    MS-Off Ver
    Excel 2007
    Posts
    61

    Re: if value of F2 is <10% over $50 increment, then round value to $50

    Thanks to you both! I did try this one and that's perfect! Thanks again!!! :D

+ 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