+ Reply to Thread
Results 1 to 4 of 4

excel auto round up

  1. #1
    Registered User
    Join Date
    06-17-2014
    Location
    Perth, Western Australia, Australia
    MS-Off Ver
    2007
    Posts
    4

    excel auto round up

    Hi,

    i'd like to set several cells to automatically round up to the next whole number when any number has a decimal.

    The trouble is these cells are effectively "Total" Cells and already have the following formula in them to generate a value;

    =SUM(F5/E6)

    can i set this cell with this formula to round up to the next whole number

  2. #2
    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
    52,917

    Re: excel auto round up

    Hi and welcome to the forum

    You cannot "set" a data-entry cell to physically round a number up to the next whole number, you can only make it appear that way using formatting.

    However, if you have a formula in that cell, then you could include the rounding into that formula...
    =roundup(SUM(F5/E6),0)
    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

  3. #3
    Registered User
    Join Date
    06-17-2014
    Location
    Perth, Western Australia, Australia
    MS-Off Ver
    2007
    Posts
    4

    Re: excel auto round up

    Thank you very much!

  4. #4
    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
    52,917

    Re: excel auto round up

    you'r welcome. If this answered your question, please take a moment to mark the thread as "solved" - it helps keep things neat and tidy lol, and consider adding the reputation to those that helped (see points 2 & 3 below my 1st post to you)

+ 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. [SOLVED] Auto round off
    By anil21 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-12-2013, 10:51 AM
  2. [SOLVED] Auto round off
    By anil21 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-11-2013, 04:29 AM
  3. Auto round off
    By anil21 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-10-2013, 02:01 AM
  4. auto round up or down to sum to 100%
    By computeruser08 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 04-14-2008, 10:54 PM
  5. VB Function Round vs Excel function Round not behaving the same Od
    By Bud in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-18-2006, 12:45 AM

Tags for this Thread

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