Excel Convert Formula to Value

There are two ways to “excel convert formula to value”: the quick way you copy and the durable way you understand. This page gives you both. The exact Excel answer is above; below, we build the small mental model that makes the fix stick, so the next variation of the same problem solves itself.

Exact answer

In Excel: select the cells, press Ctrl+C, then Ctrl+Alt+V ▸ V ▸ EnterPaste Special ▸ Values over the same selection replaces every formula with the number it currently shows.

On this page7
Annotated stepsExcel
1

Select the cells whose formulas you want to remove. Ctrl+A inside a region selects the whole block.

2

Press Ctrl+C.

3

Press Ctrl+Alt+V for Paste Special (⌘⌃V on Mac), choose Values, and press Enter.

4

Press Esc to clear the copy marquee.

5

Alternative: right-drag the selection border slightly and back, release, and choose "Copy Here as Values Only".

6

To do it for the entire workbook, use Ctrl+A on each sheet — Paste Special has no all-sheets mode.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

Deleting a formula with the Delete key removes the result too, which is almost never what is wanted. The operation people are actually after is converting formulas to their current values: copy the range and paste it back over itself as Values. Everything about the appearance is preserved and the formulas are gone, which is what makes a workbook safe to send outside — the recipient sees the numbers and not your lookup ranges, your assumptions or the sheets you did not mean to include. The right-drag route is quicker once learned: select the range, right-drag its border a little way and back, release, and choose "Copy Here as Values Only". Note the direction of the trade: this is irreversible after the file is saved, and the numbers stop updating. Where the source may still change, a copy of the workbook — not a values-pasted original — is the correct artefact. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “excel convert formula to value”. Start on a copy or a tiny sample, keep the affected formula visible, and compare the result with the tool above before you touch the real workbook. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. The point is a data step that keeps your analysis trustworthy, but the practical win is that someone else can open the file and understand what happened without asking you.

A worked example

Column D holds =B2*C2 down 400 rows. Select D2:D401, Ctrl+C, then Ctrl+Alt+V, press V for Values, Enter, and Esc to clear the marching ants. D now holds 400 plain numbers that look identical and no longer depend on B or C. Deleting column B afterwards leaves them intact — before the paste it would have filled the column with #REF!. Sending a workbook outside the company is the usual trigger, and pasting as values is the only step that removes the assumptions and links along with the formulas. A practical tip: try it on a copy of the sheet or a handful of sample rows first and check the result before you apply it to the real data. That one habit catches almost every surprise while it is still cheap to reverse.

In Google Sheets

This is a command rather than a formula, so there is no syntax to carry over. Google Sheets arranges its commands in menus across the top instead of a ribbon, names some of them differently and does not have every Excel command — look for the equivalent in the Sheets menus or its help before assuming the steps match. Nothing on this page is behind a login or a download: the exact answer is at the top, and the detail below it is there for when you need it. That is the whole promise here — the answer first, and just enough context to make it stick. The short version of “excel convert formula to value”: the answer is at the top of this page, and the sections above explain why each step matters, so a variation of the problem does not stump you. Try it once on a copy of a real file and the steps stick far better than re-reading them.

Common mistakes

  • Pressing Delete, which removes the results along with the formulas.
  • Converting to values before checking the results are right — after this there is no formula left to inspect.
  • Doing it on the only copy of a live model, so next month's update means rebuilding the formulas.
  • Missing that Paste Values also drops data validation and any spill ranges collapse to static values.
  • Sending a workbook with formulas intact and exposing linked file paths and hidden source sheets along with them.

Frequently asked questions

How do I remove a formula but keep the result?

Select the cells, Ctrl+C, then Ctrl+Alt+V ▸ Values ▸ Enter. The numbers stay and the formulas are gone.

How do I convert formulas to values in Excel?

Copy the range and paste it back over itself as Values — Ctrl+Alt+V ▸ V ▸ Enter, or right-drag the border and choose "Copy Here as Values Only".

Can I undo it after saving?

No. Keep a copy of the workbook with the formulas before converting anything you may need to recalculate.

How do I remove formulas from a whole sheet?

Ctrl+A to select everything on the sheet, Ctrl+C, then Ctrl+Alt+V ▸ Values ▸ Enter. Repeat per sheet — there is no workbook-wide option.

Other ways people ask this

People reach this page typing “excel formula to convert formula to value automatically”, “how to convert formula to value in excel”, “how to convert formulas to values in excel” and “excel function to convert formula to value automatically”, among other phrasings; whichever wording you used, the fix above is the one you want.

Why do people search for this in so many different ways?

Because the same task has many names. “excel formula to convert formula to value automatically”, “how to convert formula to value in excel”, “how to convert formulas to values in excel” all point at the one operation explained on this page, which is why they all lead here.