XL: Minus Sign Appears Before Text in Custom Number Format

ID: Q106150


The information in this article applies to:


SYMPTOMS

In Microsoft Excel, when you create a custom number format that contains a text string, and you apply this format to a negative number, the text string may appear between the minus sign and the number.


WORKAROUND

To create a custom number format so that the minus sign for negative number appears directly before the number, you must include formatting specifically for negative numbers. For example, instead of using the following code


   "The value is "0. 


which uses the same format for both positive and negative numbers, use the following code:


   "The value is "0.;"The value is "-0. 


The section of the format after the semicolon (;) places the minus sign to the right of the text string when the number is negative.


STATUS

This behavior is by design of the versions of Microsoft Excel listed at the beginning of this article.


REFERENCES

"User's Guide," version 5.0, Chapter 12
"User's Guide 1," version 4.0, pages 218-227
"User's Guide," version 3.0 for Windows and OS/2, pages 186-194
"User's Guide," version 3.0 for the Macintosh, pages 178-186
"User's Guide," version 2.x for Windows, pages 321-326

Additional query words: 4.00 5.00a 5.00c 7.00a 97 98 XL98 XL97 XL7 XL5 XL4


Keywords          : kbualink97 
Version           : WINDOWS:3.0,4.0,5.0,7.0,97; MACINTOSH:3.0,4.0,5.0,98
Platform          : MACINTOSH OS/2 WINDOWS 
Issue type        : kbprb 

Last Reviewed: April 8, 1999