Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to enter a cheque number in a cell ie 000002, when I move from
the cell it comes up as just "2". Have tried everything in format cells, number ??? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If *all* the numbers you want to enter will be 6 digits you can use a custom
number format of 000000. Or, you can enter the digits as *text* be either formatting the cell(s) as TEXT or by preceding the entry with an apostrophe like '000002. The apostrophe will not be displayed in the cell. -- Biff Microsoft Excel MVP "Pet710" wrote in message ... I am trying to enter a cheque number in a cell ie 000002, when I move from the cell it comes up as just "2". Have tried everything in format cells, number ??? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try a Custom (near the bottom of the category list) number format of:
000000 You could also preformat the cell as text, then do the data entry with the leading 0's or start your string with an apostrophe: '000002 The top suggestion allows you to just type 2 and see 000002 in the worksheet cell (not the formula bar). And it keeps the value numeric (probably not important with check numbers). Pet710 wrote: I am trying to enter a cheque number in a cell ie 000002, when I move from the cell it comes up as just "2". Have tried everything in format cells, number ??? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Entering 16 digit numbers in cell | New Users to Excel | |||
how can a two digit # be set up with 2 0's at the beginning 0025 | Excel Worksheet Functions | |||
format cell to show leading zeros and make cell a three digit fiel | Excel Worksheet Functions | |||
csv file drops zeros at beginning of a set of Numbers | Excel Discussion (Misc queries) | |||
16 DIGIT NUMBERS IN CELL WITHOUT LAST DIGIT BEING A ZERO | Excel Worksheet Functions |