Excel will not perform computations correctly

Bill Moorhead 0 Reputation points
2026-08-18T21:43:59.8666667+00:00

cannot get Excel to do computations correctly. Have double checked formulae; that is not the issue.

Microsoft 365 and Office | Excel | For home | Windows

1 answer

Sort by: Most helpful
  1. AI answer

    2026-08-18T21:44:15.3633333+00:00

    If the formulas are correct but Excel is still not calculating correctly, check these common causes:

    1. Make sure the formula starts with =. If not, Excel can treat it as text instead of calculating it.
    2. Check whether the cell is formatted as Text. If formulas display as text or do not evaluate:
      • Select the cell
      • Go to Home > Number Format
      • Change it to General
      • Press F2, then Enter
    3. Make sure Show Formulas is turned off:
      • Go to Formulas > Show Formulas
    4. Check calculation mode:
      • Go to Formulas > Calculation Options
      • Set it to Automatic
      • To force recalculation, use Calculate Now, or press F9 or Shift+F9
    5. Check for common formula entry issues even if the formula looks right:
      • Mismatched parentheses
      • Missing required arguments
      • Wrong argument type
      • Wrong range separator, such as using a space instead of :
      • Wrong list separator for the regional setting, such as , instead of ;
    6. If Excel shows an error like #VALUE!, #REF!, #NAME?, or #DIV/0!, that points to a specific formula problem. If the cell shows #####, that usually means the column is too narrow, not that the formula is broken. Fix that with Home > Format > AutoFit Column Width.
    7. Turn on background error checking:
      • Windows: File > Options > Formulas
      • Mac: Excel menu > Preferences > Error Checking
      • Enable Enable background error checking
      • Excel will mark problem cells with a triangle in the top-left corner

    If the issue is that Excel shows the formula itself instead of the result, the most likely causes are Text cell format, Show Formulas being enabled, or calculation mode not being Automatic.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.