Closed Thread
Results 1 to 3 of 3

CORRECTING ERROR IN A SUM FORMULA

  1. #1
    BBGSIS
    Guest

    CORRECTING ERROR IN A SUM FORMULA

    MY SUM OF A COLUMN OF CELLS IS OFF BY A FEW CENTS (EACH CELL CONSISTS OF A
    CALULATION). I HAVE TO MANUALLY ADD THE COLUMN TO VERIFY IF IT IS OFF OR NOT
    AND IT ALWAYS IS BY A FEW CENTS.

  2. #2
    Bob Phillips
    Guest

    Re: CORRECTING ERROR IN A SUM FORMULA

    Probably due to the figures showing rounded, but the real values being not
    rounded. Try rounding all the amounts

    =ROUND(A1,2)

    or SUM the result rounded

    =SUM(ROUND(D1:D9,2))

    which is an array formula, it should be committed with Ctrl-Shift-Enter, not
    just Enter.

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "BBGSIS" <BBGSIS@discussions.microsoft.com> wrote in message
    news:CDF48BB6-CD7A-4AC0-8A0A-42BC37BCBD18@microsoft.com...
    > MY SUM OF A COLUMN OF CELLS IS OFF BY A FEW CENTS (EACH CELL CONSISTS OF A
    > CALULATION). I HAVE TO MANUALLY ADD THE COLUMN TO VERIFY IF IT IS OFF OR

    NOT
    > AND IT ALWAYS IS BY A FEW CENTS.




  3. #3
    Jerry W. Lewis
    Guest

    Re: CORRECTING ERROR IN A SUM FORMULA

    Bob is probably correct. If you need more information, consult
    http://www.mcgimpsey.com/excel/pennyoff.html

    Jerry

    "Bob Phillips" wrote:

    > Probably due to the figures showing rounded, but the real values being not
    > rounded. Try rounding all the amounts
    >
    > =ROUND(A1,2)
    >
    > or SUM the result rounded
    >
    > =SUM(ROUND(D1:D9,2))
    >
    > which is an array formula, it should be committed with Ctrl-Shift-Enter, not
    > just Enter.
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > (remove nothere from email address if mailing direct)
    >
    > "BBGSIS" <BBGSIS@discussions.microsoft.com> wrote in message
    > news:CDF48BB6-CD7A-4AC0-8A0A-42BC37BCBD18@microsoft.com...
    > > MY SUM OF A COLUMN OF CELLS IS OFF BY A FEW CENTS (EACH CELL CONSISTS OF A
    > > CALULATION). I HAVE TO MANUALLY ADD THE COLUMN TO VERIFY IF IT IS OFF OR

    > NOT
    > > AND IT ALWAYS IS BY A FEW CENTS.

    >
    >
    >


Closed 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