![]() |
Turning a negative into a positive
Is there a formula for turning a negative number into the same number,
but positive? i.e. -20 into 20, or -34627 into 34627. Thanks TC |
Turning a negative into a positive
=ABS(##) where ## is the number or cell reference -- MartynGriffin ------------------------------------------------------------------------ MartynGriffin's Profile: http://www.excelforum.com/member.php...o&userid=30496 View this thread: http://www.excelforum.com/showthread...hreadid=501504 |
Turning a negative into a positive
You can use ABS( ), which takes the absolute value (or magnitude). You
can also multiply by -1, but if the other number is positive this would become negative. Hope this helps, Pete |
Turning a negative into a positive
1. Put -1 in an un-used cell
2. Copy the cell 3. Select the cells you want to change and 4. Paste/Special and check the multiply button -- Gary''s Student " wrote: Is there a formula for turning a negative number into the same number, but positive? i.e. -20 into 20, or -34627 into 34627. Thanks TC |
Turning a negative into a positive
If your value is in A1, then type =sum(A1-A1-A1)
And you will get the negative of the positive and vice versa. "Pete" wrote: You can use ABS( ), which takes the absolute value (or magnitude). You can also multiply by -1, but if the other number is positive this would become negative. Hope this helps, Pete |
All times are GMT +1. The time now is 12:57 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com