Sometimes, when you copy values from websites and paste them into Excel, the sign of the numbers may get reversed due to the way the content is designed in HTML. This issue often happens when copying stock prices or financial data from online sources into Excel. Thankfully, Excel provides several simple and effective methods to fix this. In this tutorial, I’ll explain how to reverse the sign of numbers in Excel using both formulas and VBA code, along with clear examples for better understanding.

You can reverse the sign values of any cell values using the following methods:

Method 1: Using Paste Special Function to Reverse Cells’ Values Sign

That’s it. This is how you can reverse cell values sign using the Paste Special function option.

Method 2: Using VBA Code to Reverse Cell Values Signs

This is the alternative method to do. You might need to use the VBA code to sync the worksheet values. Using VBA code in Excel, you can easily make all worksheets select the same range and also ensure that the selected range is visible in the same position of the window across all sheets. You can use the keyboard shortcut ALT + F11 to launch the VBA Editor in Excel.

That’s it. This tutorial was originally published on How Can You Reverse Signs of Cell Values in Excel?