+ Reply to Thread
Results 1 to 4 of 4

Rounding up in increments

Hybrid View

  1. #1
    Registered User
    Join Date
    10-16-2008
    Location
    Chicago
    Posts
    2

    Rounding up in increments

    I'm a newbie with a question.

    I'm trying to create a spreadsheet where we'll be multiplying a value by x%, then I need to round up the result to the nearest 25 (ie 10*25% = 12.5, need to input formula to round this to 25).

    Any suggestions (if my rambling made sense)? I tried ROUND and ROUNDUP, but I don't think I'm doing it right - I keep getting the original result (the 12.5, not the 25 I'm wanting to show up).

  2. #2
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile

    Good evening shanna

    ...and welcome to the forum!!
    Quote Originally Posted by shanna View Post
    I'm trying to create a spreadsheet where we'll be multiplying a value by x%, then I need to round up the result to the nearest 25 (ie 10*25% = 12.5, need to input formula to round this to 25).
    Any suggestions (if my rambling made sense)?
    Hmmmmm, 10*25% doesn't equal 12.5, but if you want to round up to increments of 25 then you could use the Ceiling function, thus :
    =CEILING(A1,25)

    HTH

    DominicB
    Please familiarise yourself with the rules before posting. You can find them here.

  3. #3
    Registered User
    Join Date
    10-16-2008
    Location
    Chicago
    Posts
    2
    Quote Originally Posted by dominicb View Post
    Good evening shanna

    ...and welcome to the forum!!

    Hmmmmm, 10*25% doesn't equal 12.5, but if you want to round up to increments of 25 then you could use the Ceiling function, thus :
    =CEILING(A1,25)

    HTH

    DominicB
    Brain fart there. I meant 10*1.25

    I'll try both of your suggestions! Thanks!

    ETA, I tried both and Dominic, yours gave me what I was looking for! For a bit of background, I'm trying to populate some fields for a big fundraising appeal. I'm customizing each letter based on how much the donor had given in the past. I want to give them several levels of gift to choose from, but I want nice, even numbers. So I'm was looking to increase the last gift amount by 20%, then round it to the nearest 25 - if someone gave 35, their next giving choice would be 50.

    Thanks again
    Last edited by shanna; 10-17-2008 at 10:35 AM.

  4. #4
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    Just for fun
    How about this


    
    =ROUNDUP(A1/25,0)*25
    I need your support to add reputations if my solution works.


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. moving decimals and customized rounding
    By mly3 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-15-2008, 11:19 AM
  2. Rounding at increments of 25
    By nms2130 in forum Excel General
    Replies: 1
    Last Post: 06-17-2008, 01:31 PM
  3. Showing Data in Increments
    By apartmenta4 in forum Excel General
    Replies: 3
    Last Post: 03-04-2008, 07:17 PM
  4. Excel rounding problem
    By fina in forum Excel General
    Replies: 5
    Last Post: 12-18-2007, 11:18 AM
  5. formulas in 1/4 increments?
    By Ltat42a in forum Excel General
    Replies: 1
    Last Post: 11-06-2006, 05:01 PM

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