Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() how would I write a formula that converts a negative number to a positive number (must be in number format...not text) For example: a1 = -$5000 then a2 = $5000 -- jermsalerms ------------------------------------------------------------------------ jermsalerms's Profile: http://www.excelforum.com/member.php...o&userid=30167 View this thread: http://www.excelforum.com/showthread...hreadid=557103 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Use Absolute =ABS(A1) HTH -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=557103 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See if this works for you:
=IF(A1<0,A1*-1,A1) "jermsalerms" wrote: how would I write a formula that converts a negative number to a positive number (must be in number format...not text) For example: a1 = -$5000 then a2 = $5000 -- jermsalerms ------------------------------------------------------------------------ jermsalerms's Profile: http://www.excelforum.com/member.php...o&userid=30167 View this thread: http://www.excelforum.com/showthread...hreadid=557103 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try -1 * the cell with the number
=-1*A1 -- Regards Ron De Bruin http://www.rondebruin.nl "jermsalerms" wrote in message ... how would I write a formula that converts a negative number to a positive number (must be in number format...not text) For example: a1 = -$5000 then a2 = $5000 -- jermsalerms ------------------------------------------------------------------------ jermsalerms's Profile: http://www.excelforum.com/member.php...o&userid=30167 View this thread: http://www.excelforum.com/showthread...hreadid=557103 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This would also work:
=(A1^2)^(1/2) |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I went with the first suggestion ABS(A1)...worked great. Im sure the other work as well. Thanks again -- jermsalerms ------------------------------------------------------------------------ jermsalerms's Profile: http://www.excelforum.com/member.php...o&userid=30167 View this thread: http://www.excelforum.com/showthread...hreadid=557103 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Force function to show positive or negative number? | Excel Worksheet Functions | |||
Negative Number column | New Users to Excel | |||
Find a negative number in a range | Excel Worksheet Functions | |||
Negative Number put in a certain column in a different sheet. | Excel Worksheet Functions | |||
make cell entries a negative number | New Users to Excel |