Adding + in front of a number

G

Guest

I have a column of numbers which represent a change in value over the
previous year. I want to have a + in front of the number if it's a positive
change.
Let's say my first number is 500.

My problem is that I can write something like, if(a1>0,"+"&a1), but when
then I can't format the number.

If the number is in the millions I can't provide a comma as a thousand
separator and I cannot tell it how many decimal places I want to show. Is
there a really easy way to do that, or do I have to write a huge formula to
precisely spell out the formatting within the formula?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top