Thread
:
How do I make all numbers in a column negative in excel 2000?
View Single Post
#
5
Gordon
Posts: n/a
"Norman Jones" wrote in message
Hi Arvi,
Will this not convert negative values to positive values?
It will. The OP needs to do an IF statement in a free column as
=IF(A1<0,A1*-1,A1) and then do a copy-paste special-values I think.
Reply With Quote