negative numbers

G

Guest

I would like to know if there is a way to format a cell so that the number
entered into it always apppears as a negative number.
 
F

Fredrik Wahlgren

Winfield said:
I would like to know if there is a way to format a cell so that the number
entered into it always apppears as a negative number.

I'm not very good at this but I tried -0 as a custom format and it seems to
work. If I enter 34, it shows up as -34. Excel will still treat it as a
positive number, though. So, if 34 was entered in A1 and I enter =A1+1 in a
different cell with the same custom format, I get -35

/Fredrik
 
B

Bob Phillips

Problem with that format is that is also shows zero as -0, which is
nonsense, as 0 is neither positive nor negative. An alternative to show zero
as 0 would be

-0;-0;0

If you want thousand separators, use

-#,##0;-#,##0;0

and so on

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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