+ Reply to Thread
Results 1 to 6 of 6

Roundup Formula

Hybrid View

  1. #1
    Registered User
    Join Date
    12-13-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    10

    Roundup Formula

    I am trying to use the roundup function after a multiplication formula completes. Example: Cell D1 is formatted to percentage and the value is 45%. Cell D2 is a dollar value of $26.15. In cell D3 is the value of D1 x D2 which is $11.767. I need $11.767 to round up to $11.77 and hold that value when multiplied against another cell. Even if I format D3 for only 2 decimal places it still uses $11.767 when multiplied against another cell with 5 as a value.

    How can I formulate this to roundup and hold the rounded up value?

    45% x $26.15 = $11.767 Then: When I multiply $11.77 x 5 = (It should be )$58.85 but it comes out as $58.84

    Clear as mud huh???

    Olyneum

  2. #2
    Valued Forum Contributor Lemice's Avatar
    Join Date
    04-13-2013
    Location
    Somewhere.
    MS-Off Ver
    Excel 2016
    Posts
    696

    Re: Roundup Formula

    Hello,

    What you can do is to add ROUNDUP into your formula, something like this
    =ROUNDUP(26.15*45/100,2)*5
    Hope this help
    (copy pasta from Ford)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools

    Regards,
    Lem

  3. #3
    Registered User
    Join Date
    12-13-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Roundup Formula

    I'm back to try and make this work for me again. I had some trouble making this work in my format. Attached are the worksheets that I am working with. Hopefully it will make more sense to what I am struggling with. As you can see the totals on line 13 is what comes up with the formulas that I am using. But the totals should be what is on line 15. I think this has something to do with rounding up but I don't know how to formulate it.

    Thanks
    Rick
    Attached Files Attached Files

  4. #4
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Roundup Formula

    hi Rick. seems like F13 would be:
    =F5*ROUND(F12,2)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  5. #5
    Registered User
    Join Date
    12-13-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Roundup Formula

    Thank you that works great!

    Rick

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Roundup Formula

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
    Thanks.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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