![]() |
Delimiting and Formatting
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! |
Delimiting and Formatting
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. |
Delimiting and Formatting
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! |
All times are GMT +1. The time now is 08:38 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com