+ Reply to Thread
Results 1 to 4 of 4

Help needed summing fractional values which have been rounded up

  1. #1
    Forum Contributor
    Join Date
    09-16-2004
    Posts
    100

    Help needed summing fractional values which have been rounded up

    I have formatted the cells so they don't show decimal places, which has the desired effect of rounding fractional numbers upwards i.e

    Original Rounded
    number number

    9.0 9
    3.0 3
    3.5 4
    2.5 3
    1.0 1
    0.5 1

    The problem is when I try to get excel to sum a total for me. It seems to still be working on the fractional values rather than the whole numbers, so for the numbers above, it's totalling 19.5 rather than 21. Is there any way to fix this?

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    Use the ROUND formula:

    =ROUND(9.4,0) -->9
    =ROUND(9.5,0) -->10
    0 stands for 0 decimals

    Then sum the values

    Hope it helped
    Ola Sandström


    =ROUNDUP(9.1,0) --> 10
    =ROUNDDOWN(9.1,0) --> 9

  3. #3
    Forum Contributor
    Join Date
    09-16-2004
    Posts
    100
    That's cracked it! Cheers!

  4. #4
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    Happy it worked
    Thanks for the feedback
    Ola

+ 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