ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula in excel to change - to + (https://www.excelbanter.com/excel-discussion-misc-queries/134565-formula-excel-change.html)

mrbalaje

Formula in excel to change - to +
 
What is the formula to indicate the negative values as positive value.

For example: How to display -32 as 32 in a cell.

Note: If the cell already has positive value (32), then retain the same.

Raj

Formula in excel to change - to +
 
The formulae would be

=if(A1<0,A1*-1,A1)

I hope the same works.

Regards
Raj

"mrbalaje" wrote:

What is the formula to indicate the negative values as positive value.

For example: How to display -32 as 32 in a cell.

Note: If the cell already has positive value (32), then retain the same.


MartinW

Formula in excel to change - to +
 
Hi mrbalaje,

Try =ABS(A1)

HTH
Martin




All times are GMT +1. The time now is 08:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com