In Excel: select the cells, press Ctrl+C, then Ctrl+Alt+V ▸ V ▸ Enter — Paste Special ▸ Values over the same selection replaces every formula with the number it currently shows.
On this page7
Select the cells whose formulas you want to remove. Ctrl+A inside a region selects the whole block.
Press Ctrl+C.
Press Ctrl+Alt+V for Paste Special (⌘⌃V on Mac), choose Values, and press Enter.
Press Esc to clear the copy marquee.
Alternative: right-drag the selection border slightly and back, release, and choose "Copy Here as Values Only".
To do it for the entire workbook, use Ctrl+A on each sheet — Paste Special has no all-sheets mode.
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. Before you run it on a workbook other people depend on, try it on a copy or a few rows first. Undo only reaches back through the current session, so a quick trial run is the cheapest way to see exactly what will change before the file is saved and shared. For “excel change formula to value”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected formula change, and only then apply the same setup to the full sheet. 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. That is what makes a workflow that saves repeating the same clicks every week useful in real work: repeatable, auditable, and not dependent on memory or luck.
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. If this is something you do often, add the command to the Quick Access Toolbar (right-click it on the ribbon and choose Add to Quick Access Toolbar) or learn its shortcut, so next time it is one click instead of a hunt through the menus.
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. If you take one thing from this page on “excel change formula to value”, make it the order of checks rather than the individual clicks: confirm what is selected, apply the step, and look at the result before moving on. That small routine is what keeps Excel work predictable when the same task comes back in a slightly different workbook.
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
On the way here you may have searched this as “how to change formula to value in excel”, “how to change value in excel”, “how to change values in excel” and “change value excel” — it is all the same task, and this page is the single, complete answer to it.
Why do people search for this in so many different ways?
Because the same task has many names. “how to change formula to value in excel”, “how to change value in excel”, “how to change values in excel” all point at the one operation explained on this page, which is why they all lead here.