Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to delimit a string of data, which contains, in one column, a
series of six digits which start with the number zero. After typing the number in the zero is remove, i.e. I enter 001234 then becomes 1234. Is it possible for the zero(s) to remain a part of the entry? PLEASE HELP! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On May 9, 2:16 pm, Delimiting and Formatting <Delimiting and
wrote: I am trying to delimit a string of data, which contains, in one column, a series of six digits which start with the number zero. After typing the number in the zero is remove, i.e. I enter 001234 then becomes 1234. Is it possible for the zero(s) to remain a part of the entry? PLEASE HELP! Format the cell as "000000". FormatCells, Number tab, select Custom and specify 000000. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can either custom number format the cells as 000000 or format the cells
as TEXT or precede the entry with an apostrophe (which also makes it TEXT). '001234 The apostrophe will not be displayed in the cell. Using the custom number format of 000000 will *display* the leading 0s but the *true underlying value* will still be 1234. Biff "Delimiting and Formatting" <Delimiting and wrote in message ... I am trying to delimit a string of data, which contains, in one column, a series of six digits which start with the number zero. After typing the number in the zero is remove, i.e. I enter 001234 then becomes 1234. Is it possible for the zero(s) to remain a part of the entry? PLEASE HELP! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
expanding custom formatting without removing existing cell formatting? | Excel Worksheet Functions | |||
delimiting w/multiple delimiters? | Excel Discussion (Misc queries) | |||
Pasting data without the worksheet automatically delimiting it? | Excel Discussion (Misc queries) | |||
Pasting from clipboard-how to control text-to-columns delimiting | Excel Discussion (Misc queries) |