Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jermsalerms
 
Posts: n/a
Default remove negative from number


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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bearacade
 
Posts: n/a
Default remove negative from number


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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tim m
 
Posts: n/a
Default remove negative from number

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron de Bruin
 
Posts: n/a
Default remove negative from number

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rnrxtreme
 
Posts: n/a
Default remove negative from number

This would also work:

=(A1^2)^(1/2)


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jermsalerms
 
Posts: n/a
Default remove negative from number


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Force function to show positive or negative number? smoore Excel Worksheet Functions 3 March 3rd 06 08:34 PM
Negative Number column go New Users to Excel 1 November 28th 05 01:10 AM
Find a negative number in a range Scott at Culvers Excel Worksheet Functions 1 November 22nd 05 04:55 PM
Negative Number put in a certain column in a different sheet. naiveprogrammer Excel Worksheet Functions 2 October 12th 05 02:41 PM
make cell entries a negative number gls858 New Users to Excel 4 August 1st 05 11:00 PM


All times are GMT +1. The time now is 10:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"