Change series of numbers from positive to negative

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a series of postive numbers. All I want to do is change them to
negative. They are all independent from each other and different.
Thanks!
 
In an unused cell enter -1 and copy it.
Select the cells you want to change and
paste/special with the multiply button checked
 
I have a series of postive numbers. All I want to do is change them to
negative. They are all independent from each other and different.
Thanks!

In blank cell enter -1, select it, copy, select range of cells with
positive numbers, go to Edit -> Paste special -> in Paste Special
dialog select Values and Multiply.
 
Put -1 in an unused cell
Edit|copy that cell

Select the range to fix
edit|paste special|check multiply

And clean up that cell with -1 in it.
 
Back
Top