Are you wondering why your Excel displays the formula instead of the result? Donât worry, youâve come to the right place!
This can be frustrating, especially when working on complex calculations. In this article, Iâll discuss seven reasons why this might happen and how to resolve them.
Letâs get started!
6 Reasons Why Excel Shows the Formulas Instead of Results (And How to Fix Them!)
Before we dive in, itâs essential to have a solid understanding of Excel formulas and functions. Youâll be better equipped to tackle any Excel issues with a strong foundation.
1. Check the Show Formulas Mode
One main reason for displaying formulas instead of results is the âShow Formulasâ mode.
Look for the âFormulasâ tab on the top ribbon to check if Show Formulas mode is on. If the âShow Formulasâ button is highlighted, it is active.

To toggle the mode, click the âShow Formulasâ button or use the keyboard shortcut Ctrl + ` (the grave accent key).
When the Show Formulas mode is activated, Excel displays all formulas used in the sheet instead of the calculation results.
You will also notice that the columns in your worksheet will be wider than usual. This helps expose all the underlying formulas.
2. Issues with Cell Formatting
Another common reason formulas show up is that the cell is formatted as text. When this happens, Excel treats formulas like simple text and wonât calculate the result.
For instance, you enter =2+2. Instead of showing 4, the cell still displays =2+2.
Itâs because cells formatted as text donât process the formulas. Instead, they simply store and display the input as-is, preventing calculations.
Hereâs the quick fix:
- Select the problematic cell with the formula.
- Go to the Home tab.
- Locate the Number section.
- Use the Number Format dropdown.
- Choose the appropriate format, such as Number, Currency, or Accounting.
Alternatively, press Ctrl+1 to open the âFormat Cellsâ dialog and update the âNumberâ category as appropriate.

Now, Excel should evaluate the formula and display the result correctly!
3. Apostrophe In The Formula
=A1+B1 is entered as â=A1+B1. Adding a single apostrophe by accident makes Excel think itâs plain text. So, the formula wonât calculate.
Simply delete the leading apostrophe before the formula and press Enter! Excel will now recognize it as a formula.
4. Spreadsheet Protection
Spreadsheet protection can interfere with formula evaluation. Here are some ways to check for and remove the protection.
To check if your sheet is protected, navigate to the Review tab and see if the Unprotect Sheet option is active. If it is, this means your sheet is protected. To remove the protection, simply click on Unprotect Sheet.
On the other hand, if your workbook is protected instead of a single sheet, you need to check for workbook protection. The process is the same â Go to the Review tab again and check if the Protect Workbook option is active. If it is, click on it to remove the protection.
With protection removed, your formulas should now display the correct results. Remember to lock your sheets or workbooks again after your edits if needed.
5. Dealing with Circular References
A circular reference occurs when a formula in a cell uses its own cell reference to calculate â effectively creating an endless loop. This can prevent Excel from showing the formula result.
Excel provides an error-checking tool to help find and fix circular references in your workbook. Go to the âFormulasâ tab and click âError Checkingâ to access this.
Resolve circular references by modifying your formulas and preventing the endless loop. This will allow Excel to display the result correctly.
6. External References and Links
Sometimes, Excel shows the formula instead of the results due to external references. This issue may occur when your formula tries to reference data from another workbook.
To prevent this, Excel has an âEdit Linksâ feature. This ensures the data is updated before the calculation takes place. The âEdit Linksâ option is in the âDataâ tab.
Broken links can also display the formula instead of the result. This happens when the external workbook is missing or moved to a new location. Correct the broken link or break the external reference entirely to fix this issue.
This is why I prefer importing data into a consolidated workbook instead of having multiple external references!
Helpful Tools and Features
Formula Debugging
One valuable trick is using the F9 key to debug parts of the formula.
By highlighting a section of your formula and pressing F9, you can see the result of that part. This helps you pinpoint any issues with specific parts of your formula.
Formula Auditing Tools
Excel offers a range of formula auditing tools to help diagnose and resolve formula display and evaluation issues.
For example, the âTrace Precedentsâ and âTrace Dependentsâ options visualize cell relationships. These options are under the âFormulasâ tab in the âFormula Auditingâ group.
Evaluate Formula Dialog
The âEvaluate Formulaâ dialog in Excel shows you the step-by-step evaluation process for any selected formula.
Similar to the above, go to the âFormulasâ tab. Click on âEvaluate Formula,â and the dialog box will open, allowing you to review calculation results and locate any problems.
If the first six fixes didnât help you, then hopefully, utilizing these tools and features will help you identify and fix any issues when Excel shows the formula instead of the result!
Additional FAQs
Can conditional formatting affect the display of results in my Excel formulas?
While conditional formatting doesnât directly cause formulas to display as text, it can change the appearance of the results (like font color or cell shading).
Ensure the rules applied donât cause confusion with the actual data!
Can Excel purposely display formulas alongside their results?
Yes! If your formula is in cell A1 as =B1+C1, you can use â=B1+C1 (apostrophe then the formula) in another cell to display the formula and the result.