+ Reply to Thread
Results 1 to 9 of 9

Incorrect calculations

  1. #1
    Registered User
    Join Date
    03-03-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Incorrect calculations

    It been a few years since I've used Excel properly so I'm a bit rusty at it. I'm currently having problems with some calculations for a project I've been given from work regarding percentages.

    As can be seen from the attachment, the sheet calculates the departments participation by looking at what the department has took in relation to the whole company. The problem that I'm having is then using that percent figure to find out the target (8.04% of £1,140,763.98) as to my calculations
    cell D11 should be £9,717.42 rather then £91,713.66

    Here is the formula I'm using with the participation field formatted to percentage.

    =SUM(C8*B11)

    Any ideas as to where I'm going wrong?
    Attached Images Attached Images

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Incorrect calculations

    Your % may be displayed to show % to 2 decimals but it seems the underlying value is actually 8.0397%

    You could either adjust C11 such that it calcs to 4 decimals (ie 8.04%) or use ROUND in your D11 formula:

    =$D$8*ROUND($C11,4)

  3. #3
    Registered User
    Join Date
    03-03-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Incorrect calculations

    Just tried this -

    =$C$8*ROUND($B21,4)

    And it is still coming up with the same incorrect answer. Tried formatting to 4 decimal points with the old and new formula with success either.

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Incorrect calculations

    The references you're using and your screen shot don't tie out so it's hard to comment - I would suggest you post a sample of your file with dummy data & the exact formulae you're using. I'm not a big fan of guessing.

  5. #5
    Valued Forum Contributor squiggler47's Avatar
    Join Date
    02-17-2009
    Location
    Littleborough, UK
    MS-Off Ver
    Excel 3.0 to 2007+2010! (couldnt get 2.1 working)
    Posts
    1,013

    Re: Incorrect calculations

    shouldnt it be :-
    =$C$8*ROUND($B21,2)

  6. #6
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Incorrect calculations

    Assuming the % value is indeed entered as a % then 8.04% = 0.0804

  7. #7
    Registered User
    Join Date
    03-03-2009
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Incorrect calculations

    Just tried =$C$8*ROUND($B21,2) and it gives me £91,261.12 rather then £91,713.66.

    I've attached the worksheet to this reply as you requested.
    Attached Files Attached Files

  8. #8
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Incorrect calculations

    I'm not sure why my earlier suggestion does not work for you, using your revised layout:

    D21: =$C$8*ROUND($B21,4) --> 91,717.42

    As discussed B21 although displaying as 8.04% is really more along the lines of: 0.080396703658977

    So either use the above (D21) or alter your formula in B21 to =ROUND(C21/C9,4) ... then you can leave D21 as before.

  9. #9
    Valued Forum Contributor squiggler47's Avatar
    Join Date
    02-17-2009
    Location
    Littleborough, UK
    MS-Off Ver
    Excel 3.0 to 2007+2010! (couldnt get 2.1 working)
    Posts
    1,013

    Re: Incorrect calculations

    Formula worked in the sheet as expected giving the correct result!

    Not sure where you went wrong?

    but as a side note, i'm not sure why you would want to round, other than to make your figures match the hypothetical calculation! If at a later time you tried to add up your figures you could be as much as £1000 out in your end total!

+ 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