Docs · guide

Excel showing formula instead of result, and how to tell which

By Alberto Gulotta · Updated · 14 min read

Excel showing formula instead of result has three causes, and the first clue is how many cells it affects. If every formula on the sheet is showing, Show Formulas is on: press Ctrl and the grave accent. If it is a single cell, the cell is formatted as Text or the entry does not start with an equals sign.

Three things make Excel show a formula, and they are undone in three different places
What is trueHow you can tellWhat undoes itSource
Show Formulas is onEvery formula on the sheet is showing, and the columns went wide Formulas › Show Formulas, or Ctrl + `Microsoft
The cell is formatted as TextOne cell, or one column, and the entry sits on the left Format the cell, then re-enter the formulaMicrosoft
The entry is not a formulaNo equals sign, a space before it, or the whole thing in quotes Retype it starting with =Exceljet
The sheet is protected and the cell is HiddenThe cell shows its result, but the formula bar is empty Review › Unprotect SheetMicrosoft
Drawn table of the reasons Excel shows a formula instead of its result, how many cells each one affects and what undoes it
How many cells are affected is the first thing to look at. Figure drawn by AI Tools Primer from two Microsoft Support pages and Exceljet, read on 24 September 2026.
Every formula is showing

The switch is on for the sheet, and columns look wider than they were: in Exceljet’s words, “columns are expanded”.

Nothing has happened to the file. It is a view, and one keystroke puts it back.

One cell, or one column

The cells hold text that looks like a formula. Microsoft’s test is visual: numbers stored as text are “left-aligned instead of right-aligned in the cell, and are often marked with an error indicator”.

Here the file did change, and changing the format back is only half the repair: the entry has to be made again.

  1. Look at how many cells are affected before touching anything. If every formula on the sheet is showing, it is the Show Formulas switch. If it is one cell or one column, it is either the format of those cells or the way the entry was typed. That observation decides where on this page to start.
  2. For the whole sheet: go to Formulas and select Show Formulas. It is a toggle, so selecting it again puts the results back. Microsoft’s wording: “Select Formulas and then select Show Formulas to switch between displaying formulas and results.”
  3. Or press Ctrl and the grave accent. Microsoft writes it as “CTRL + ` (grave accent)”. On a US keyboard that is the key to the left of the number 1, the one that shares its place with the tilde — not the tilde itself.
  4. For one cell: change the format, then re-enter the formula. Changing the format alone does nothing to a cell that already holds text; the entry has to be made again afterwards. Select the cell, set the format to General, press F2 and then Enter.
  5. If the cells hold numbers rather than formulas, use the error indicator. Select the cells, click the warning marker in the top-left corner of the selection — Microsoft also gives the keyboard route, Alt+Shift+F10 — and choose Convert to Number. That route is for numbers stored as text; a formula stored as text still has to be entered again.
  6. If there is no warning marker, switch the checking back on. File, Options, Formulas, and under Error Checking tick “Enable background error checking”. Microsoft documents this as the reason the button can be missing.
Drawn menu route for turning Show Formulas off in Excel for Windows: the Formulas tab, then Show Formulas
The ribbon route, for when the key is hard to find. Figure drawn by AI Tools Primer.

The key is the grave accent, not the tilde

Ctrl+` grave accent — toggles Show Formulas

Microsoft’s instruction names the key twice, as a character and as a word: “Press CTRL + ` (grave accent)”. Its list of Excel shortcuts gives the same key on a Mac, with Control rather than Command.

It is worth being exact because the shortcut also circulates as Ctrl and tilde, and on a US keyboard the tilde is that same key with Shift held down. Microsoft’s list gives that combination a different job: Ctrl, Shift and tilde is “Apply the General number format.” Exceljet, in the same article, gives Control and tilde for setting a cell to General.

And this is how the state gets switched on in the first place. It is not a feature people go looking for. The key sits beside the 1 and the Tab, so it gets hit by accident, and the whole sheet changes at once. Exceljet describes it in the same terms: the feature exists to show all formulas quickly, and it can be triggered by that shortcut without meaning to.

The second cause needs two actions, and that is why it looks unfixable. A cell formatted as Text stores what you typed as characters. Setting the format back to General does not reinterpret what is already in there, so the cell goes on showing its text and the obvious conclusion — that changing the format did not work — is wrong. The format decides how the next entry is read. Press F2 and Enter afterwards, and the same characters are read as a formula.

Drawn flow of the four moves that turn a formula stored as text back into a working formula in Excel
Changing the format is only half of it. Figure drawn by AI Tools Primer.

Microsoft names this exact symptom on the page about numbers kept as text: “Numbers that are stored as text can cause unexpected results, like an uncalculated formula showing instead of a result.” The same page gives the bulk repair for numbers kept as text — select the cells, open the error indicator, choose Convert to Number — and the keyboard route to that menu, Alt, Shift and F10. If the indicator is not there, background error checking has been turned off, and Microsoft gives the switch: File, Options, Formulas, Enable background error checking.

There is a third reason an entry never becomes a formula, and it has nothing to do with cell formats. Excel only treats an entry as a formula if it begins with an equals sign. Exceljet lists the ways that rule gets broken in practice: no equals sign at all, a space before it, or the formula wrapped in quotation marks — and quotes, in Excel, mean a text value, so the formula is never evaluated. A leading apostrophe does the same thing on purpose, which Exceljet suggests as a way to park an unfinished formula without an error. Any of the three produces a cell that shows its own formula, and none of them is a bug.

The case that looks the same and is the opposite

A cell showing its result while the formula bar stays empty is not this problem at all. It is the same Microsoft page, further down, and it is deliberate.

What was done
Format Cells › Protection › Hidden was ticked, and then Review › Protect Sheet was used. Microsoft notes that this “also prevents the cells that contain the formula from being edited”.
How to undo it
Review › Unprotect Sheet. If that button is unavailable, Microsoft says to turn off the Shared Workbook feature first.
How to stop it coming back
Right-click the cells, Format Cells, and clear the Hidden box on the Protection tab before protecting the sheet again.
Why it matters here
Because the two states are described almost the same way — “Excel is not showing my formula” and “Excel is showing my formula” — and the fixes are on different ribbon tabs.

One warning about a Microsoft page that sounds right and is out of date. The support article “Fix text-formatted numbers by applying a number format” walks through three techniques and is worth reading, but its Applies To line says Excel 2013 and nothing else. The observation it opens with holds anyway — text-formatted numbers are “left-aligned instead of right-aligned in the cell, and are often marked with an error indicator” — and that is the part cited here.

If the formula shows and also refuses to calculate elsewhere, the problem may not be display at all. A rule that looks correct and does nothing is the same family of question as conditional formatting with a formula, where a missing equals sign produces a rule Excel quietly turns into text. And if the cells refuse to be edited rather than refusing to calculate, locking and unlocking cells is the page for that: every cell in a new sheet is already locked, and only protection makes it bite.

Two smaller things worth knowing while you are here. Once the formulas do run, does not equal is two characters, written differently in four places. And if the numbers arrived from somewhere else, Microsoft’s 2013 page warns that numbers kept as text can “produce confusing sort orders”, which is where sorting comes in.

The shortcut, the menu routes, the symptom sentence and the protection case are quoted from Microsoft’s own Excel pages, read in full on 24 September 2026 and listed below; the ways an entry ends up as text are from Exceljet. The reading of why changing the format alone does nothing, and the advice to count the cells first, are ours.

Where to start

Four ways in.

“Every formula on the sheet is showing.”
One switch — the whole sheet at once
“It is one cell, and the format will not fix it.”
Two actions — one cell holding text
“I typed it and nothing happened.”
Check the first character — entries that were never formulas
“The cell has a result but the formula bar is empty.”
That is on purpose — formulas hidden by protection

The whole sheet at once

Show Formulas is a view, not a change to the file, and the key that toggles it sits next to the 1.

One cell holding text

The format decides how the next entry is read, so changing it is half the repair and re-entering is the other half.

Entries that were never formulas

Excel reads an entry as a formula only if it starts with an equals sign, and three small things break that rule.

Formulas hidden by protection

A cell that shows its result and an empty formula bar is the opposite problem, and it was done on purpose.

Questions people also ask

How do I get Excel to show the result instead of the formula?

If every formula on the sheet is showing, turn Show Formulas off: Formulas › Show Formulas, or Ctrl and the grave accent. If it is one cell, set its format to General, then press F2 and Enter to make the entry again.

How do I get out of formula view mode in Excel?

It is a toggle, so the same thing that switched it on switches it off. Microsoft’s instruction is “Press CTRL + ` (grave accent)”, and the ribbon equivalent is Formulas and then Show Formulas.

Why is only one cell showing the formula?

Because that cell is formatted as Text, so what you typed was stored as characters. Microsoft: numbers kept as text are “left-aligned instead of right-aligned in the cell, and are often marked with an error indicator”.

Is the shortcut Ctrl and tilde or Ctrl and grave accent?

Microsoft documents it as “CTRL + ` (grave accent)”. On a US keyboard the tilde is the same key with Shift, and Microsoft lists Ctrl, Shift and tilde as the shortcut that applies the General number format.

Why is my formula bar empty when the cell shows a result?

That is the opposite case: the cell was marked Hidden on the Protection tab and the sheet was then protected. Review › Unprotect Sheet undoes it, and Microsoft warns the same setting also prevents those cells from being edited.

Not covered here. It does not cover Google Sheets, where the same view has a different name and a different menu.

It does not cover a formula that returns an error rather than showing itself: that is a different set of messages, each with its own cause.

And it does not recommend anything to install. Every route here is a ribbon tab or one key in the program the workbook is already open in. What holds instead is simple: the shortcut and the menu routes are quoted from Microsoft’s own Excel pages, with the date each was read.

Sources

  1. Microsoft Support — Display or hide formulas: the ribbon route, the shortcut written as CTRL + ` (grave accent), and the protection case. Two tabs only, Windows and the web, and no Mac edition in its Applies To list — support.microsoft.com, read September 2026.
  2. Microsoft Support — Keyboard shortcuts in Excel: Ctrl and the grave accent to switch between values and formulas, on Windows and on a Mac, and Ctrl, Shift and tilde for the General number format — support.microsoft.com, read September 2026.
  3. Microsoft Support — Convert numbers stored as text to numbers in Excel: the sentence that names this symptom, the error indicator and Alt+Shift+F10, and the setting that brings the indicator back — support.microsoft.com, read September 2026.
  4. Microsoft Support — Fix text-formatted numbers by applying a number format: the left-aligned test and three techniques. Applies to Excel 2013 only — support.microsoft.com, read September 2026.
  5. Exceljet — Excel shows formula but not result, by Dave Bruns, updated 16 January 2024: Show Formulas switched on by accident, the four ways Excel reads a formula as text, and the apostrophe used deliberately — exceljet.net, read September 2026.

Written by Alberto Gulotta

Founder and editor of AI Tools Primer, writing from Palermo, Italy. Thirty-five years of taking computers apart, starting with a Commodore 64 — the long version is on the about page.

Something wrong on this page? Write to aitoolsprimer@gmail.com and it gets fixed.

Written on 24 September 2026.

Independence and limits

No affiliate links and no paid placements anywhere on this site. Nobody pays to appear here, and no company has seen this page before you did.

This is general information, not professional advice. Where a page touches money, health, safety or the law, it names its source and the date it was read — and your situation may still differ. See the privacy page and the cookie policy.