How to reverse signs of values in cells in Excel?
When working with Excel, you may encounter both positive and negative numbers in your data. If you need to quickly reverse the signs of these numbers - changing positive values to negative and vice versa - doing it manually can be time-consuming, especially when dealing with large datasets. Fortunately, there are several fast and efficient methods to reverse the signs of values in Excel. In this guide, we’ll walk you through each of these methods to help you get the job done quickly.
![]() | ![]() | ![]() |
Reverse the sign of values in cells with Paste Special function
We can reverse the sign of values in cells with the "Paste Special" function in Excel, please do as follows:
1. Type the number "-1" in a blank cell and copy it.
2. Select the range that you want to reverse the sign of values, right-click and choose "Paste Special". See screenshot:
3. In the "Paste Special" dialog box, click "All" options from "Paste" and "Multiply" option from "Operation".
4. Then click "OK", and all of the signs of the numbers in the range have been reversed.
![]() | ![]() | ![]() |
5. Delete the number -1 as you need.
Reverse the sign of values in cells with Kutools for Excel quickly
We can reverse the sign of values quickly with "Change Sign of Values" feature of "Kutools for Excel".
1. Select the range that you want to reverse the signs of the numbers.
2. Click "Kutools" > "Content" > "Change Sign of Values…", see screenshot:
3. In the "Change Sign of Values" dialog box, check the "Reverse the sign of all values".
4. And then click "OK" or "Apply". All of the signs of the numbers have been reversed.
- To use this feature, you should install Kutools for Excel first, please click to download Kutools for Excel.
- The "Change Sign of Values" of Kutools for Excel can also "fix trailing negative signs", "change all negative values to positive" and "change all positive values to negative". For more detailed information about "Change Sign of Values", please visit the tutorial: Quickly change sign of numbers in Excel.
Reverse the sign of values in cells with VBA code
Also, we can use a VBA code to reverse the sign of values in cells. But we must know how to get the VBA to do the thing. We can do it as the following steps:
1. Select the range you want to reverse the sign of values in cells.
2. Click "Developer" > "Visual Basic" in Excel, a new "Microsoft Visual Basic for applications" window will be displayed, or using the shortcut keys ("Alt" + "F11") to active it. Then click "Insert" > "Module", and then copy and paste the following VBA code:
Sub Convert()
Dim C As Range
For Each C In Selection
C.Value = -C.Value
Next C
End Sub
3. Then click the Run button or Press the F5 key to run the code. And the sign of numbers in the selected range have been reversed at once.
Related articles
Reverse signs of values in cells
When we use excel, there are both positive and negative numbers in a worksheet. Supposing we need to change the positive numbers to negative and vice versa. Of course, we can change them manually, but if there are hundreds of numbers need to be changed, this method is not a good choice. Are there any quick tricks to solve this problem?
Change positive numbers to negative
How can you quickly change all positive numbers or values to negative in Excel? The following methods can guide you to quickly change all positive numbers to negative in Excel.
Fix trailing negative signs in cells
For some reasons, you may need to fix trailing negative signs in cells in Excel. For example, a number with trailing negative signs would be like 90-. In this condition, how can you quickly fix the trailing negative signs by removing the trailing negative sign from right to left? Here are some quick tricks can help you.
Change negative number to zero
I will guide you to change all negative numbers to zeros at once in the selection.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.