Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I add a zero infront of a number.
For example I want the number to be read like this: 012 But i type in excel it shows up as 12. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
CYNTHIA
Place an apostrophe first then your number (the apostrophe will not show on the sheet but will be seen in the formula bar), or formate the cell as text. Mike Rogers "CYNTHIA" wrote: How do I add a zero infront of a number. For example I want the number to be read like this: 012 But i type in excel it shows up as 12. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try Format Cells - Custom. Enter 000.
-- HTH, Barb Reinhardt "CYNTHIA" wrote: How do I add a zero infront of a number. For example I want the number to be read like this: 012 But i type in excel it shows up as 12. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"CYNTHIA" wrote in message
... How do I add a zero infront of a number. For example I want the number to be read like this: 012 But i type in excel it shows up as 12. If what you want is always to display three digits (with any necessary leading digits showing zero), format the cell as 000. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() select the cells and go to format cells(ctrl+1) and select "number" tab select the custom. give 000 in "type" option box. "CYNTHIA" wrote: How do I add a zero infront of a number. For example I want the number to be read like this: 012 But i type in excel it shows up as 12. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Either format the cell as text before you enter the number, or
Format the cell as 000 if you want it to be 3 digits, or Use a helper column with the formula ="0"&A1 The 1st & 3rd suggestions leave the cell as text, so you couldn't use it for calculations; the 2nd would still be a number. -- David Biddulph "CYNTHIA" wrote in message ... How do I add a zero infront of a number. For example I want the number to be read like this: 012 But i type in excel it shows up as 12. |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you for your help it worked.
"Narendra Boga" wrote: select the cells and go to format cells(ctrl+1) and select "number" tab select the custom. give 000 in "type" option box. "CYNTHIA" wrote: How do I add a zero infront of a number. For example I want the number to be read like this: 012 But i type in excel it shows up as 12. |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
this is fast and works
"Mike Rogers" wrote: CYNTHIA Place an apostrophe first then your number (the apostrophe will not show on the sheet but will be seen in the formula bar), or formate the cell as text. Mike Rogers "CYNTHIA" wrote: How do I add a zero infront of a number. For example I want the number to be read like this: 012 But i type in excel it shows up as 12. |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
But if you want it to still behave as numeric, you could apply the custom
format of "0"0 to those cells. Rob "CYNTHIA" wrote in message ... this is fast and works "Mike Rogers" wrote: CYNTHIA Place an apostrophe first then your number (the apostrophe will not show on the sheet but will be seen in the formula bar), or formate the cell as text. Mike Rogers "CYNTHIA" wrote: How do I add a zero infront of a number. For example I want the number to be read like this: 012 But i type in excel it shows up as 12. |
#10
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for your help.
"RobN" wrote: But if you want it to still behave as numeric, you could apply the custom format of "0"0 to those cells. Rob "CYNTHIA" wrote in message ... this is fast and works "Mike Rogers" wrote: CYNTHIA Place an apostrophe first then your number (the apostrophe will not show on the sheet but will be seen in the formula bar), or formate the cell as text. Mike Rogers "CYNTHIA" wrote: How do I add a zero infront of a number. For example I want the number to be read like this: 012 But i type in excel it shows up as 12. |
#11
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
CYNTHIA
Glad you got it sorted out, thanks for the feed back!! Mike Rogers "CYNTHIA" wrote: this is fast and works "Mike Rogers" wrote: CYNTHIA Place an apostrophe first then your number (the apostrophe will not show on the sheet but will be seen in the formula bar), or formate the cell as text. Mike Rogers "CYNTHIA" wrote: How do I add a zero infront of a number. For example I want the number to be read like this: 012 But i type in excel it shows up as 12. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What does the $ infront of a cell indicate in a calculation mean? | Excel Discussion (Misc queries) | |||
Add a number infront of a number | Excel Discussion (Misc queries) | |||
automatic multiple insertion of 0 infront of a tel number? | Excel Discussion (Misc queries) | |||
How do I format a cell so there can be a zero infront of a # (04) | Excel Discussion (Misc queries) | |||
how to have numbers add/sub without putting = infront | New Users to Excel |