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 “delete a formula in excel”, 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 data step that keeps your analysis trustworthy 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. 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. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. Here is the takeaway for “delete a formula in excel”: follow the steps at the top, check the result on the sheet itself, and keep undo in mind while you experiment. Done once deliberately, it becomes something you do from memory in Excel rather than something you search for again.
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 “how to delete a formula in excel”, “how to delete sheets in excel”, “how do i delete sheets in excel” and “delete formula in excel”, among other phrasings; whichever wording you used, the fix above is the one you want.
Platform & version notes
- If you are on a Mac, nothing here changes except the modifier key: swap Ctrl for ⌘ in every shortcut, and use the Windows/Mac toggle at the top of the page so the keystrokes shown match the keyboard in front of you.
How is it different on a Mac?
Only the keys. Press ⌘ where Windows uses Ctrl; the menus, formulas and result for "delete a formula in excel" are the same on macOS as on Windows.
Why do people search for this in so many different ways?
Because the same task has many names. “how to delete a formula in excel”, “how to delete sheets in excel”, “how do i delete sheets in excel” all point at the one operation explained on this page, which is why they all lead here.