How do I convert a column of positive numbers to negitive numbers

J

JMason

I have a long column of numbers I want to change from positive numbers to
negitive numbers. I know I can multiply the column by -1 then copy and paste
as a value, but I was hoping there was a simple command to shorten the
process.
 
S

smartin

JMason said:
I have a long column of numbers I want to change from positive numbers to
negitive numbers. I know I can multiply the column by -1 then copy and paste
as a value, but I was hoping there was a simple command to shorten the
process.

I don't think it gets any simpler.

Another option is place -1 in a new cell, select it, copy, select the
range to convert, paste special | values | multiply.
 
P

Pete_UK

Enter -1 into an empty cell somewhere. Select that cell and click
<copy>. Then highlight the column that you want to change and click on
Edit | Paste Special | Values (check) | Multiply (check) | OK then
<Enter>.

Note that this will change negative numbers to positive.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top