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. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. For “converting formulas to values 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. 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. The short version of “converting formulas to values in excel”: 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.