Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I convert a negative number to a positive number? (without editing
every cell) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use a formula in an adjacent cell and copy this down. If your data is
in A1, in B1 enter: =ABS(A1) and copy down for as many values as you have in column A. You can then fix the values in B and copy them over the ones in A. Hope this helps. Pete |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Pete" wrote: Use a formula in an adjacent cell and copy this down. If your data is in A1, in B1 enter: =ABS(A1) and copy down for as many values as you have in column A. You can then fix the values in B and copy them over the ones in A. Hope this helps. Pete |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Well, that shows the value of the archives - one of my early
postings !! Glad it was useful to you. Pete On Sep 2, 3:28*pm, This is exactly what I was looking for. <This is exactly what I was looking for. @discussions.microsoft.com wrote: "Pete" wrote: Use a formula in an adjacent cell and copy this down. If your data is in A1, in B1 enter: =ABS(A1) and copy down for as many values as you have in column A. You can then fix the values in B and copy them over the ones in A. Hope this helps. Pete- Hide quoted text - - Show quoted text - |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Do you just want to convert negative-positive (leaving positive numbers
positive)? If so, use the following formula: =ABS(A1) Drag this down to the end of your data. Then, copy this range and "Paste Special"-Values over your original range. If not, (you want to convert positive numbers to negative as well). Place -1 in an empty cell and copy it. Then select your range of numbers and "Paste Special"-Multiply. Does that help? -- Regards, Dave "Tedd" wrote: How do I convert a negative number to a positive number? (without editing every cell) |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hey Tedd, One possibility for that is you can do CTRL+H, replace, in find what, use "-" and then replace with a blank in 'replace with'. This is possible but it replaces all the negative numbers. Hence, you can use this if you need to replace all in the worksheet. Cheers. -- praveen_khm ------------------------------------------------------------------------ praveen_khm's Profile: http://www.excelforum.com/member.php...o&userid=30364 View this thread: http://www.excelforum.com/showthread...hreadid=502141 |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a column of #s whose values are linked to a different worksheet. Some
#s are positive, others have a negative sign. I tried to search for the negative symbol using the search/replace method you describe, but my search both by "formulas" and by "values" does not find anything--yet I can see several cells have negative numbers in them. Any thoughts? "praveen_khm" wrote: Hey Tedd, One possibility for that is you can do CTRL+H, replace, in find what, use "-" and then replace with a blank in 'replace with'. This is possible but it replaces all the negative numbers. Hence, you can use this if you need to replace all in the worksheet. Cheers. -- praveen_khm ------------------------------------------------------------------------ praveen_khm's Profile: http://www.excelforum.com/member.php...o&userid=30364 View this thread: http://www.excelforum.com/showthread...hreadid=502141 |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Additional Item: The column that includes negative signs is formatted as a
Custom column with 13 zeros...I need to have leading zeroes and 13 places total. In this format, the Find features does not seem to find the negative signs. Thanks again. "praveen_khm" wrote: Hey Tedd, One possibility for that is you can do CTRL+H, replace, in find what, use "-" and then replace with a blank in 'replace with'. This is possible but it replaces all the negative numbers. Hence, you can use this if you need to replace all in the worksheet. Cheers. -- praveen_khm ------------------------------------------------------------------------ praveen_khm's Profile: http://www.excelforum.com/member.php...o&userid=30364 View this thread: http://www.excelforum.com/showthread...hreadid=502141 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
make a negative number zero | Excel Worksheet Functions | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
convert cells to negative number | Excel Discussion (Misc queries) | |||
make cell entries a negative number | New Users to Excel | |||
How do I replace a negative number at the end of a formula with a. | Excel Discussion (Misc queries) |