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

can try this also:

+#;-#

just tilt you head to the left and check the answer.

--
Kind Regards,
Satti Charvak
Only an Excel Enthusiast


"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