Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? 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/mic...ing-in-excel/#, http://www.mrexcel.com/articles/past...-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. -- Cheers, Lisa |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change from a negative to a positive | Excel Discussion (Misc queries) | |||
Change cell value from positive to negative | Excel Discussion (Misc queries) | |||
Format cells to change a number from a positive to negative | Excel Worksheet Functions | |||
can i change a number formatted as positive to negative in Excel | Excel Discussion (Misc queries) | |||
How to change negative to positive | Excel Worksheet Functions |