Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My name is Collet - Johannesburg, South Africa
Basically all I need to kow is whether there is a way of inserting zeros infront of telephone numbers by using a formula |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes, several options depending on where you are at right now.
If you already have telephone numbers in cells, as in column A for example, you can set this formula up in another column and fill it down the sheet to display all of them with zeros: = "0" & A1 If you are just beginning and want to be able to type and keep the zeros in a cell, choose the column they will be in and choose Format Cells and select the Text type. Then they will not be treated as numbers, but as text and will retain everything you type into them. Another way of entering numbers (or anything) as text into a cell when you only have to do it once in a while is to preceed the entry with a single apostrophe as '02-1-800-555-1212 which would appear in the cell as 02-1-800-555-1212 "Collet Makgojane" wrote: My name is Collet - Johannesburg, South Africa Basically all I need to kow is whether there is a way of inserting zeros infront of telephone numbers by using a formula |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you happen to want to fill up a fixed length number with leading zeros,
you can consider custom formatting, e.g. 000000000 (9 zero digit) for a nine digit phone number. Regards, Stefi JLatham ezt *rta: Yes, several options depending on where you are at right now. If you already have telephone numbers in cells, as in column A for example, you can set this formula up in another column and fill it down the sheet to display all of them with zeros: = "0" & A1 If you are just beginning and want to be able to type and keep the zeros in a cell, choose the column they will be in and choose Format Cells and select the Text type. Then they will not be treated as numbers, but as text and will retain everything you type into them. Another way of entering numbers (or anything) as text into a cell when you only have to do it once in a while is to preceed the entry with a single apostrophe as '02-1-800-555-1212 which would appear in the cell as 02-1-800-555-1212 "Collet Makgojane" wrote: My name is Collet - Johannesburg, South Africa Basically all I need to kow is whether there is a way of inserting zeros infront of telephone numbers by using a formula |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
From Template Save As Help | New Users to Excel | |||
how to delete automatic 'copyright' symbol insertion | Excel Discussion (Misc queries) | |||
Automatic Invoice Number | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions | |||
Rounding a number to a multiple quantity that adds to a fixed total number | Excel Worksheet Functions |