Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spread sheet that I need to change all of the negative numbers to
positve and positive to negative. Is there an easy way to do this, other than redoing each cell or adding a column to multiply by -1? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Put -1 in a "spare" cell and copy (this cell).
Select data to changed Edit==Paste Special== Operation==Multiply Delete -1 from your "spare" cell (Backup before attempting above!) HTH "Kelly" wrote: I have a spread sheet that I need to change all of the negative numbers to positve and positive to negative. Is there an easy way to do this, other than redoing each cell or adding a column to multiply by -1? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub changepos()
For Each c In Range("c1:c2") c.Value = -c Next c End Sub -- Don Guillett SalesAid Software "Kelly" wrote in message ... I have a spread sheet that I need to change all of the negative numbers to positve and positive to negative. Is there an easy way to do this, other than redoing each cell or adding a column to multiply by -1? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change the work sheet name in a formula by using cell reference | Excel Worksheet Functions | |||
how do i create a spread sheet with randomly placed numbers 1-500. | Excel Discussion (Misc queries) | |||
How can I delete source links and change the current sheet accord. | Excel Worksheet Functions | |||
Formulas not recalculating when values change on another sheet | Excel Worksheet Functions | |||
HOW DO YOU CHANGE AN ENTIRE SPREAD SHEET FROM LOWER CASE TO UPPER | Excel Discussion (Misc queries) |