How to Convert Formulas to Values in Excel: 8 Quick Methods

Method 1 – Use Paste Special Command to Convert Formulas to Values

Steps:

  • Select cells (F5:F14).
  • Press Ctrl+C to copy.

 Use Paste Special Command to Convert Formulas to Values

  • Click Home from the ribbon.
  • Select “Paste Special” from the “Paste” option.

 Use Paste Special Command to Convert Formulas to Values

  • A new window named “Paste Special” will appear.
  • Choose “Values” from the paste options and click OK to continue.

  • Our selected data is converted to values now.
  • You can check from the screenshot below by selecting a cell and looking at the formula bar you will see values showing instead of formulas.

 Use Paste Special Command to Convert Formulas to Values


Method 2 – Perform Paste as Values Option to Convert Formulas to Values

Steps:

  • Choose cells from the dataset of your choice that you want to convert to values. We selected cells (F5:F14).
  • Press Ctrl+C to copy.

Perform Paste as Values Option to Convert Formulas to Values

  • When the copy command is working, place your mouse cursor over the cells and click the right button of the mouse to appear options.
  • From the “Paste Options” choose “Values”.

  • All your copied cells consisting of formulas are converted into values.

Perform Paste as Values Option to Convert Formulas to Values


Method 3 – Apply Keyboard Shortcuts to Convert Formulas to Values in Excel

3.1 Use Shift+F10+V Key

Steps:

  • Choose cells (F5:F14) from the dataset.
  • Press Ctrl+C to copy.

Apply Keyboard Shortcuts to Convert Formulas to Values in Excel

  • After copying those cells, just press Shift+F10+V.

Apply Keyboard Shortcuts to Convert Formulas to Values in Excel

  • We have successfully converted our formulas to values.

3.2 Press Alt+E+S+V Key

Steps:

  • From the dataset choose cells (F5:F14) with formulas from the F
  • Copy cells by pressing Ctrl+C.

Apply Keyboard Shortcuts to Convert Formulas to Values in Excel

  • From the keyboard, holding the Alt button press E+S+V.

Apply Keyboard Shortcuts to Convert Formulas to Values in Excel

  • Hit the enter button to activate the shortcuts.

  • Check out the screenshot, you will see we have changed the format of cells to values.

Apply Keyboard Shortcuts to Convert Formulas to Values in Excel

3.3 Press Alt+H+V+S+V Key

Steps:

  • Select cells (F5:F14)
  • Copy the selected cell by pressing Ctrl+C.

Apply Keyboard Shortcuts to Convert Formulas to Values in Excel

  • Holding the Alt button press H+V+S+V.
  • Hit the Enter button to continue.

Apply Keyboard Shortcuts to Convert Formulas to Values in Excel

  • This way, you will get our converted result within seconds.

 


Method 4 – Perform a Mouse Wriggle Trick to Convert Formulas to Values

Steps:

  • Choose cells from the dataset to convert. We chose cell (F5:F14).

Perform a Mouse Wriggle Trick to Convert Formulas to Values

  • Place the cursor over the selected line.
  • A four-pointed icon will appear.
  • When the icon appears hold the right button of the mouse and move towards any cell to get the output.

  • Release your mouse button you will get some options in the new columns.
  • Choose the “Copy Here as Values Only”.

Perform a Mouse Wriggle Trick to Convert Formulas to Values

  • Your precious output is ready to convert formulas into values.

Perform a Mouse Wriggle Trick to Convert Formulas to Values

 


Method 5 – Use Notepad to Convert Formulas to Values in Excel

Steps:

  • Select a range of cells (F5:F14).
  • Press Ctrl+C.

Use Notepad to Convert Formulas to Values in Excel

  • Open your notepad and paste the selected range.

  • Get the values without formulas, as Notepad is not capable of reading formulas.
  • Copy the output from the notepad.

Use Notepad to Convert Formulas to Values in Excel

  • Paste the output in your excel workbook desired cells you want.

Use Notepad to Convert Formulas to Values in Excel

  • Check the output from the following screenshot so that you will get only the values extracting formulas from the cells.

Use Notepad to Convert Formulas to Values in Excel


Method 6 – Edit a Formula to Convert Formulas to Values in Excel

Steps:

  • Select a cell that has formulas in it.
  • Press F2 to edit the formula.

Edit a Formula to Convert Formulas to Values in Excel

  • Hit the F9 button to convert to values.

  • See we have our single-cell successfully converted to values without hesitation.

Edit a Formula to Convert Formulas to Values in Excel


Method 7 – Utilize Power Query to Convert Formulas to Values in Excel

Steps:

  • Select the whole dataset from the worksheet.
  • Go to the “From Table/Range” from the “Data” tab.

Utilize Power Query to Convert Formulas to Values in Excel

  • A new window will pop up confirming the range.
  • Press OK to continue.

  • From the “Power Query Editor” click the “Close & Load” to continue.

  • A new worksheet will appear, converting all the formulas to values.
  • Confirm the output by choosing a cell and checking the formula bar output.

Utilize Power Query to Convert Formulas to Values in Excel


Method 8 – Run a VBA Code to Convert Formulas to Values in Excel

Steps:

  • In the worksheet press Alt+F11 to open the “Microsoft Visual Basic Applications”.

Run a VBA Code to Convert Formulas to Values in Excel

  • Go to the “Module” from the “Insert” option.

Run a VBA Code to Convert Formulas to Values in Excel

  • Copy the code from the following and then press “Run”.
  • The code is-
Sub Convert_Formulas_to_Values()
Dim X As Range
Dim Cell As Range
Set X = Selection
For Each Cell In X
If Cell.HasFormula Then
Cell.Formula = Cell.Value
End If
Next Cell
End Sub

Run a VBA Code to Convert Formulas to Values in Excel

  • After hitting the “Run” icon, go to your workbook and check the result by choosing a cell.

 


Things to Remember

  • In method 6, I have shared conversion to formulas using F2 and F9 That method is applicable to a single cell. We can not select a whole range of data and convert formulas to values using the F2 and F9 keys. You have to change to values one by one cell.

Download Practice Workbook

Download this practice workbook to exercise while you are reading this article.


Convert Formulas to Values: Knowledge Hub


<< Go Back to Excel Formulas | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Wasim Akram
Wasim Akram

Wasim Akram holds a BSc degree in Industrial and Production Engineering from Ahsanullah University of Science and Technology. Over the past 2 years, he has been actively contributing to the ExcelDemy project, where he has authored more than 150 articles. Now, he is working as an Excel VBA and Content Developer. He likes learning new things about Microsoft Office, especially Excel VBA, Power Query, Data Analysis, and Excel Statistics. He is also very interested in machine learning and... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo