Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Convert Formulas to Values in Excel

Learn how to convert Formulas to Values in Excel with clear steps, practical tips, and key considerations for completing the task safely and efficiently.

Table of Contents

This guide explains how to convert Formulas to Values in Excel, with clear steps, practical tips, and important checks before you begin.

How to Convert Formulas to Values in Excel screenshot

Use Paste Special

Step 1: Select the data area you want to convert.

Use Paste Special screenshot 2

Step 2: Right-click in the selected data area. Select the Copy button to copy the data.

Use Paste Special screenshot 3

Or you can replace by pressing Ctrl + C .

Step 3: Right-click on the selected area. Select Paste Special (1) => click Paste Values icon 123 (2) .

Use Paste Special screenshot 4

Or you can always click the Paste Values icon 123 just below the Paste Options section.

Use Paste Special screenshot 5

Replace with VBA

To show Developer card, please refer to the following link: http://TipsMake. vn/macro-trong-excel-la-gi-cach-tao-va-chay-1-macro-trong-excel/.

Step 1: Open the VBA window by selecting the Developer tab (1) => click on the Visual Basic icon (2) .

Replace with VBA screenshot 6

Step 2: Microsoft VBA window appears, select Insert (1) => click on the Module icon (2) .

Replace with VBA screenshot 7

Step 3: Copy the following code into the Module .

Sub DisplayedToActual() 'Updateby20131126 Dim Rng As Range Dim WorkRng As Range On Error Resume Next xTitleId = "THUTHUATPHANMEM" Set WorkRng = Application.Selection Set WorkRng = Application.InputBox("Range", xTitleId, WorkRng.Address, Type:=8) Application.ScreenUpdating = False For Each Rng In WorkRng Rng.Value = Rng.Text Next Application.ScreenUpdating = True End Sub

Replace with VBA screenshot 8

Step 4: Press the F5 button to run the code, the THUTHUATPHANMEM dialog box appears, select the data to be converted, click the OK button.

Replace with VBA screenshot 9

As a result, the formula for the cell has been converted to a value.

Replace with VBA screenshot 10

Above Software Tips showed you some ways to convert formulas into values in Excel. Good luck!

FAQ

What should I know about Convert Formulas to Values?

Focus on the key features, requirements, limitations, and practical use cases explained in this guide.

How do I get the best results with Convert Formulas to Values?

Follow the recommended steps, use current software or information, confirm compatibility, and review settings before major changes.

Are there any risks or limitations?

Potential limitations depend on compatibility, data quality, cost, privacy, support, and how the product or method is used.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.