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.
Need it as an auditable file?
Ships inside the linked template — formula-driven, unlocked, audit-ready.
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. Treat “excel remove formula keep value” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected formula shows up while it is still harmless. 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 turns a calculation you can defend to a CFO or an auditor into a method you can reuse, explain, and defend when the workbook leaves your screen.
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. When the result is not what you expected, undo straight away rather than repairing it by hand — undo restores the sheet exactly, while manual fixes tend to leave small inconsistencies behind that surface later.
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. Keep this page bookmarked for the next time the same question comes up. Better still, repeat the steps once in your own workbook — doing it yourself is what turns a copied answer into something you remember. Treat “excel remove formula keep value” as a routine rather than a one-off. Once you know which setting or command controls it, the same few steps handle every workbook where it comes up in Excel, and you can explain them to a colleague in a sentence.
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.