5

I have the following values:

enter image description here

And I would like positive values to come with the "+" sign before the dollar symbol, I know this can be done by adding IF > 0, "+"&

But in this way, it affects the calculations of all other cells that depend on the results obtained in those cells.

I wonder if there is any way to format this cell without affecting via formula.

I tried to put:

"+"$0;"-"$0;$

In custom coins, but it didn't work out.

1
  • 2
    +$#,##0.00;-$#,##0.00;$0.00 works for me Commented Nov 16, 2019 at 8:30

1 Answer 1

6

try this under custom number format:

+$#,##0.00;-$#,##0.00;$0.00

0

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.