Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I various spreadsheets with a mixture of positive and negative numbers. I
would like to make them absolute values. I believe a macro would be necessary. |
#2
![]() |
|||
|
|||
![]()
Hi Terry
i've just tried this on a SMALL data set - so you might like to test it a bit more thoroughly before believing in it ... but i selected the range i wanted to convert to positive values and did edit / replace find what: - replace with: <<leave blank clicked Replace All seemed to work. Cheers julieD "Terry" wrote in message ... I various spreadsheets with a mixture of positive and negative numbers. I would like to make them absolute values. I believe a macro would be necessary. |
#3
![]() |
|||
|
|||
![]()
Not really, you could use a help column and a simple formula
=IF(A1<0,A1*-1,A1) copy down/across and then copy and paste special as values, now you could replace the originals with the help column -- Regards, Peo Sjoblom "Terry" wrote in message ... I various spreadsheets with a mixture of positive and negative numbers. I would like to make them absolute values. I believe a macro would be necessary. |
#4
![]() |
|||
|
|||
![]()
It's also possible by way of the ABS() function, which returns the
absolute value of whatever is between the brackets (cell reference, etc). Would it be easier to use a formula than write and maintain a macro? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What formula is used for subtracting a range of different cells f. | Excel Worksheet Functions | |||
Formula help for using a range of cells! | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions | |||
How do I change an Excel range of cells from relative to absolute. | Excel Worksheet Functions | |||
Excel-value in a range of cells for two cross references | Excel Worksheet Functions |