Convert a formula to its result in three steps
When you change a formula to a value in Excel, you replace the formula itself with the number it produces. This is useful when you want to lock in a calculation, share a spreadsheet without showing your work, or prevent accidental changes to a result. The fastest way is to copy the cell with the formula, then paste it back as a value only.
Here is the exact process: select the cell or range containing the formula, press Ctrl+C (or Cmd+C on Mac) to copy, then right-click and choose Paste Special. In the Paste Special dialog, select Values and click OK. The formula disappears and only the result remains.
Key Takeaways
- Copy the cell with the formula, then use Paste Special and select Values to replace the formula with its result.
- You can also use the keyboard shortcut Ctrl+Alt+V (Windows) or Cmd+Shift+V (Mac) to open Paste Special directly.
- Converting to values is permanent — Excel will not recalculate the number if the cells the formula referenced change.
- If you need to keep the formula, copy it to a different cell first, then convert only the copy to a value.
The copy-and-paste method step by step
This is the most reliable way because it works the same in every version of Excel. First, click the cell that holds the formula you want to convert. If you need to convert multiple cells at once, click the first one, then hold Shift and click the last one to select the range.
Press Ctrl+C to copy. You will see a moving dotted border around the selected cells. Now right-click on the same cell or range and look for Paste Special in the menu. Click it. A dialog box opens with several paste options. Find the Values option — it is usually near the top — and click the radio button next to it. Then click OK. The formula is now gone and only the number remains.
If the Paste Special option does not appear in your right-click menu, use the keyboard shortcut instead: press Ctrl+Alt+V on Windows or Cmd+Shift+V on Mac. This opens the same dialog without needing the menu.
Using the keyboard shortcut to save time
Once you know the shortcut, converting formulas becomes faster. After you copy the cell with Ctrl+C, press Ctrl+Alt+V (Windows) or Cmd+Shift+V (Mac) instead of right-clicking. The Paste Special dialog opens when ready. The Values option is usually selected by default, so you can often just press Enter to finish.
This shortcut works in Excel on Windows, Mac, and the web version. If you convert formulas often, this method cuts the time in half compared to using the menu.
What happens after you convert to a value
Once a formula becomes a value, it no longer updates when the numbers it references change. For example, if your formula was =A1+B1 and you convert it to a value, the cell will show the result (say, 15) but will not change to 16 if A1 or B1 changes later. This is permanent unless you undo when ready with Ctrl+Z.
This is why converting to values is useful for final reports or data you want to lock in place. It is also why you should always keep a copy of the original formula somewhere else if you might need it later. A common practice is to convert formulas to values only in the final version of a spreadsheet, after you have checked that all calculations are correct.
Converting multiple cells or entire columns at once
You can convert more than one cell at a time using the same method. Click the first cell with a formula, then hold Shift and click the last cell in the range you want to convert. All cells between them are now selected. Press Ctrl+C, then Ctrl+Alt+V, choose Values, and click OK. Every formula in that range becomes a value.
If you want to convert an entire column, click the column header letter at the top. The whole column is selected. Then copy and paste as values the same way. Be careful with this approach — if the column has headers or other text, they will be pasted over themselves, which is harmless but unnecessary. A safer approach is to select only the cells that contain formulas.
When to convert formulas to values
Convert formulas to values when you are finished building a spreadsheet and ready to share it, or when you want to prevent accidental changes to a calculation. Many people convert to values before sending a file to someone else, so the recipient sees only the results and cannot accidentally change the formula.
You should also convert to values if you are copying data from one spreadsheet to another and the formulas reference cells that will not exist in the new file. Pasting the values instead of the formulas prevents error messages like #REF! that appear when a formula points to a cell that no longer exists.
Another reason is file size. A spreadsheet full of complex formulas takes up more space and calculates more slowly than one with values. If you have thousands of rows of data and you no longer need the formulas to recalculate, converting to values can speed up the file.
Frequently Asked Questions
Can I undo converting a formula to a value?
Yes, but only when ready. Press Ctrl+Z right after you paste to undo the conversion and bring the formula back. If you close the file or perform other actions first, the undo history is lost and you cannot recover the formula. Always save a backup of your original spreadsheet if the formulas are important.
What if I only want to convert some cells in a range, not all of them?
Select only the cells you want to convert by clicking the first one, then holding Ctrl and clicking each additional cell. This lets you pick individual cells that are not next to each other. Then copy and paste as values as usual.
Does converting to values work the same way in Google Sheets?
Google Sheets uses a slightly different menu. Copy the cell, then right-click and choose Paste special > Paste values only. The result is the same — the formula becomes a number. The keyboard shortcut is Ctrl+Shift+V on both Windows and Mac in Google Sheets.
What is the difference between Paste Special and regular paste?
Regular paste copies everything — the formula, the formatting, the borders, everything. Paste Special lets you choose what to paste. If you choose Values, you get only the number. If you choose Formatting, you get only the colors and fonts. This control is why Paste Special is useful for converting formulas without changing how the cell looks.