How to convert a negative value to positive?

ianccy

Active Member
Joined
Jul 28, 2002
Messages
332
i have a cell with negative value, how to format it to positive no.? Do i have to use a formula?
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
you can do it with a formula.

=ABS(a1)

where a1 is the cell you wish to make positive.
 
Upvote 0
This depends on what you want.

If you need to keep the value negative for other calculations, but want it not to display as a negative, use custom formatting

###;###;

If you want to change the value, enter a -1 in a cell. Copy, and then paste over your negative values, using Paste Special>Multiply
 
Upvote 0
You could custom format it to ;0; it's a bit shorter, and it will still retain it's negative value without showing the - sign.
 
Upvote 0

Forum statistics

Threads
1,214,784
Messages
6,121,535
Members
449,037
Latest member
tmmotairi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top