Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to do a spread sheet in Excel that requires me to put in item
numbers that begin with the number 0. However, when I type in the # and hit enter, the 0 goes away. How do I format the cells to keep the 0? Thanks!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Precede the entry with a single quote...
'012345 Or format the cell as 'Text'. Hope this helps! In article , Teresa-Hot Iron <Teresa-Hot wrote: I am trying to do a spread sheet in Excel that requires me to put in item numbers that begin with the number 0. However, when I type in the # and hit enter, the 0 goes away. How do I format the cells to keep the 0? Thanks!! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Change to cell to text format -- Morrigan ------------------------------------------------------------------------ Morrigan's Profile: http://www.excelforum.com/member.php...fo&userid=7094 View this thread: http://www.excelforum.com/showthread...hreadid=527321 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Precede the entry with apostrophe ' or format as text, if you always want
the same number of digits you can use a custom format (formatcellsnumbercustom) 00000 for 5 digits -- Regards, Peo Sjoblom http://nwexcelsolutions.com "Teresa-Hot Iron" <Teresa-Hot wrote in message ... I am trying to do a spread sheet in Excel that requires me to put in item numbers that begin with the number 0. However, when I type in the # and hit enter, the 0 goes away. How do I format the cells to keep the 0? Thanks!! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Generally, the easiest way is to format the input cells as text:
Select the cells <Format<Cells<Number tab Category: TEXT Click the [OK] button OR If you prefix the entry with an apostrophe ('), Excel will treat the entry as text. Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Teresa-Hot Iron" wrote: I am trying to do a spread sheet in Excel that requires me to put in item numbers that begin with the number 0. However, when I type in the # and hit enter, the 0 goes away. How do I format the cells to keep the 0? Thanks!! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You have two options
I. Enter the numbers with an apostrophe at the beginning. This will force the cell to be text. Example: entering '01234 will result in 01234 Actually the cell will equal the text string "01234". "01234" does not equal 1234. II. Enter a custom number format using zeros to signifie the number of digits. This will keep the cell as a number and show leading zeros. Example: Using a format of 00000 entering 123 will result in 00123. The value of the cell will equal the number 123 but will show as with the leading zeros (ie 00123). I hope this helps. "Teresa-Hot Iron" wrote: I am trying to do a spread sheet in Excel that requires me to put in item numbers that begin with the number 0. However, when I type in the # and hit enter, the 0 goes away. How do I format the cells to keep the 0? Thanks!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Stop excel from dropping the 0 in the beginning of a number? | Setting up and Configuration of Excel | |||
Excel x,y chart type x range must be re-entered each series | Charts and Charting in Excel | |||
type mismatch on saving excel calculation mode via VB app | Excel Discussion (Misc queries) | |||
Can't start Excel based on File Type | Excel Discussion (Misc queries) |