Forum Discussion
nscribner
Feb 08, 2023Copper Contributor
How to change sign of column of numbers -- Hopefully trivial Excel question
I have a column of ordinary numbers all of which are negative. All I want to do is to change the sign of all of the numbers. I know I can create a new column with a simple formula like =- or =-1* ...
- Feb 08, 2023
Enter -1 in an empty cell.
Select this cell and copy it (Ctr+C).
Select the negative numbers.
Right-click in the selection and select Paste Special... from the context menu, or press Ctrl+Alt+V.
Select Multiply, then click OK.
Repeat if you have more ranges with negative numbers.
When you're done, you can clear the cell in which you entered -1.
HansVogelaar
Feb 08, 2023MVP
Enter -1 in an empty cell.
Select this cell and copy it (Ctr+C).
Select the negative numbers.
Right-click in the selection and select Paste Special... from the context menu, or press Ctrl+Alt+V.
Select Multiply, then click OK.
Repeat if you have more ranges with negative numbers.
When you're done, you can clear the cell in which you entered -1.
- nscribnerFeb 09, 2023Copper ContributorHans, Thanks for the tip.
It's simple and works.