remove negative from number

J

jermsalerms

how would I write a formula that converts a negative number to
positive number (must be in number format...not text)

For example:
a1 = -$5000

then a2 = $500
 
J

jermsalerms

I went with the first suggestion ABS(A1)...worked great. Im sure th
other work as well.

Thanks agai
 
Top