S Sandra Jul 19, 2009 #1 I'm using Excell 2007 and I need to change a column of positive numbers to negative numbers.
D damien.benoit May 26, 2014 #4 I'm using Excell 2007 and I need to change a column of positive numbers to negative numbers. Click to expand... I have a huge list of prices and alot are- negative but are't supposed to be, how can I do it to alot at once? Thanks!
I'm using Excell 2007 and I need to change a column of positive numbers to negative numbers. Click to expand... I have a huge list of prices and alot are- negative but are't supposed to be, how can I do it to alot at once? Thanks!
L Lisa Wilke-Thissen May 26, 2014 #5 Hi, [Excel 2007] I have a huge list of prices and alot are- negative but are't supposed to be, how can I do it to alot at once? Click to expand... Apply Filter just to show numbers smaller than 0. Then copy a "-1" to clipboard. Select the filtered result, and choose "Paste special | Mulitply". (See http://www.techrepublic.com/blog/mi...perform-calculations-while-pasting-in-excel/#, http://www.mrexcel.com/articles/paste-special-add-operation.php) Alternative: In an additional column use following formula: =IF(A2<0;A2*-1;A2) Then copy this column and paste just values into the other column.
Hi, [Excel 2007] I have a huge list of prices and alot are- negative but are't supposed to be, how can I do it to alot at once? Click to expand... Apply Filter just to show numbers smaller than 0. Then copy a "-1" to clipboard. Select the filtered result, and choose "Paste special | Mulitply". (See http://www.techrepublic.com/blog/mi...perform-calculations-while-pasting-in-excel/#, http://www.mrexcel.com/articles/paste-special-add-operation.php) Alternative: In an additional column use following formula: =IF(A2<0;A2*-1;A2) Then copy this column and paste just values into the other column.