Thread
:
My formula won't work
View Single Post
#
2
Julie P.
Posts: n/a
"garfield-n-odie" wrote in message
...
=ABS(A1)
or
=IF(A1<0,-A1,A1)
or
=IF(A1=0,A1,-A1)
Oh, duh! I should have thought of the greater and less than symbols! :)
Thanks Garfield!
Reply With Quote