+ Reply to Thread
Results 1 to 2 of 2

Roundup a cell with a formula

  1. #1
    Registered User
    Join Date
    06-21-2006
    Posts
    5

    Roundup a cell with a formula

    I have a formula in a cell, =C1/12 that is giving me a number as 20.8325. I want to round this # up in the same cell to the next whole # 21. Can I modify the =C1/12 to roundup in the same cell?
    Thanks, Bob

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    Sure. If you always want to round the number up, you can use:

    =ROUNDUP(C1/12,0)

    But if you want to round to the nearest whole number, use:

    =ROUND(C1/12,0)

    HTH

    Jason

+ 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