Thread
:
Turning a negative into a positive
View Single Post
#
3
Posted to microsoft.public.excel.worksheet.functions
Pete
Posts: n/a
Turning a negative into a positive
You can use ABS( ), which takes the absolute value (or magnitude). You
can also multiply by -1, but if the other number is positive this would
become negative.
Hope this helps,
Pete
Reply With Quote