View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
emil emil is offline
external usenet poster
 
Posts: 49
Default How to Show "+" for positive and "-" for negative

hmm, not quite working - with you formula it does show the + sign now; but
for the negative #'s it shows (number) without the negative sign.

"Ashish Mathur" wrote:

Hi,

Select the cells where you want to apply the formatting and then in Format
Cells Number Category Custom Type, enter the following:

"+"#,##0_);(#,##0)

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Emil" wrote in message
...
I have a cell which fluctuates based on its formula between positives and
negatives. (I use Excel 2007 if that matters).

When the value is negative it always shows the "-". How can I make this
also show the "+" if the value is positive?

Thanks in Advance,
Emil