How do I make them all negative??

R

RedLeader

I have a column of numbers - some are postive numbers and others are negative
numbers. Ideally, I would like them all to be negative.
If I multiply by -1, then the negatives would become postive.I could format
cell, make all the negatives a different colour and then manualy change it -
with 3000 entries that becomes tedious...Any ideas?
Thanks
 
B

Bob Phillips

assuming the data is in A1:An

in B1, enter =-ABS(A1)

copy that formula down

select B1:Bn

goto Edit>Pastespecial

click Values

OK

then delete column A

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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