
=ABS(number)
Related formulas
Count cells that contain negative numbers
Force negative numbers to zero
To change negative numbers to positive and leave positive numbers along (i.e. get absolute values) use the built-in ABS function. In the example shown the formula in C6 is:
=ABS(B6)
The ABS function is fully automatic. All you need to do is supply a number and ABS will return the absolute value.
If you only need to convert negative numbers once, you can convert in-place with Paste Special:
The video on this page shows this technique and many other paste special shortcuts.

=ABS(number)
Related formulas
Count cells that contain negative numbers
Force negative numbers to zero
To change negative numbers to positive and leave positive numbers along (i.e. get absolute values) use the built-in ABS function. In the example shown the formula in C6 is:
=ABS(B6)
The ABS function is fully automatic. All you need to do is supply a number and ABS will return the absolute value.
If you only need to convert negative numbers once, you can convert in-place with Paste Special:
The video on this page shows this technique and many other paste special shortcuts.