+ Reply to Thread
Results 1 to 6 of 6

Excel giving incorrect answers?!

  1. #1
    Registered User
    Join Date
    05-15-2017
    Location
    new york
    MS-Off Ver
    2013
    Posts
    3

    Excel giving incorrect answers?!

    Hi all!

    Thank you in advance for any assistance you may provide me.

    I have attached two excel sheets that I'm working on.

    I marked the errors in orange for you to see.

    Long story-short, I am creating several formulas and then creating equations using those formulas; however, the answers it is giving me are wrong.

    I do the math on a calculator and it is giving me a different answer.

    If you do not mind, please view the 2 excel attachments I have provided for your viewing.

    Warm Regards,
    Zack

  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,926

    Re: Excel giving incorrect answers?!

    Excel is rarely (almost never?) wrong in the answers it gives, the fault almost always lies with the logic of the formula that was used. If the formula is correct, the answer will be correct.

    Having said that, you show a manual entry of 82.40 and say that is what you expect.

    1. how did you calc that manually?
    2. where is the formula that is producing a different answer?
    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
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Excel giving incorrect answers?!

    You have problem with rounding the numbers.

    For first attachment Try

    B32
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    For second one

    B17
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Nearest cent would be .50 not .25 as the Product result is 152.34744
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  4. #4
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Excel giving incorrect answers?!

    Quote Originally Posted by zakeyebrat View Post
    Long story-short, I am creating several formulas and then creating equations using those formulas; however, the answers it is giving me are wrong.
    I do the math on a calculator and it is giving me a different answer.
    Apparently, you are expected to round intermediate calculations to 2 decimal places, as you did with 82.40 in B32 in the workbook "8-10..." (problem P8.19).

    If you set your calculator to display more than 2 decimal places, you should see that B31/(B24-B18), the manual calculation that you explain in the comment for B32, is indeed about 82.40131579, which Excel displays in D22.

    If you want the value of D22 to be rounded to 2 decimal places, just formatting the cell to display 2 decimal places is not sufficient. That changes the appearance, but not the actual more-precise value in the cell.

    To affect the actual value, you must explicitly round the formula, to wit:

    =ROUND(D21/(D20-D19), 2).

    Then if you change B32 to =D22, you will see that E42 displays 59.92, which apparently is the correct answer, according to the problem statement at the top.

    But note that the value in E42 is actually about 59.9225572601472. To be consistent, that formula should be explicitly rounded, as well, to wit:

    =ROUND(NPV(B24,E38:E41)+E37, 2)

    Aside.... In this particular case, E42 displays 59.92 even if the value in D22 is not explicitly rounded. But that is only a coincidence.

    ------

    Explicit rounding is the key to correcting the value of B17 in the workbook "8-11..." (problem P8.23).

    B17 displays 152.35, but apparently the correct answer is 152.25, according to the problem statement at the top.

    The reason is: the unrounded value in B16 is 5.25336.

    To round the value, the formula in B16 should be:

    =ROUND(B10*(1+B11), 2)

    Then B17 displays 152.25.
    Last edited by joeu2004; 05-15-2017 at 03:35 AM.

  5. #5
    Registered User
    Join Date
    05-15-2017
    Location
    new york
    MS-Off Ver
    2013
    Posts
    3

    Re: Excel giving incorrect answers?!

    Thank you for your help Ankur!

    For the first attachment, my original formula (not what you see in the attachment) was =b31/(b24-b18) which gave me an answer of 82.45 instead of the needed 82.40. Your "rounding" trick gave me the correct answer.


    As for the second attachment, your formula did not help; however, thanks to joeu2004, i realized what the issue is. As mentioned, this too was an issue with rounding. "EPS for next year" had several decimals that it was adding to the calculation-giving me an answer of 5.35 instead of 5.25.

    Thank you again!

  6. #6
    Registered User
    Join Date
    05-15-2017
    Location
    new york
    MS-Off Ver
    2013
    Posts
    3

    Re: Excel giving incorrect answers?!

    This helped out so much and answered all of my problems joeu2004.

    I honestly did't understand well what you did for the first attachment, but I got the jist and made sure I rounded the correct values.

    For the second attachment, I see exactly what you're saying and, of course, you are right. By being able to understand the info you provided for the second attachment, I was able to figure out the first. Thank you so much!

    Warm Regards,
    Zack

+ 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] sum formula not working, producing incorrect answers Excel 2003
    By crzyg8r in forum Excel General
    Replies: 6
    Last Post: 09-28-2016, 12:14 PM
  2. COS not giving correct answers
    By nxavis9 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-28-2015, 07:34 PM
  3. excel giving wrong answers
    By rizwan32 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-25-2013, 04:01 PM
  4. XIRR giving strange answers
    By jd354 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-07-2013, 10:50 PM
  5. Replies: 5
    Last Post: 09-08-2009, 08:37 AM
  6. Formula answers incorrect
    By Adam in forum Excel General
    Replies: 1
    Last Post: 08-18-2005, 10:05 AM
  7. Please HELP!! Giving wrong answers!
    By lloydowens in forum Excel General
    Replies: 1
    Last Post: 03-16-2005, 10:34 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