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.
Mike Rogers - 06 Nov 2007 14:38 GMT
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
> How do I add a zero infront of a number.
>
[quoted text clipped - 3 lines]
>
> But i type in excel it shows up as 12.
CYNTHIA - 23 Mar 2008 05:34 GMT
this is fast and works
> CYNTHIA
>
[quoted text clipped - 10 lines]
> >
> > But i type in excel it shows up as 12.
RobN - 23 Mar 2008 08:02 GMT
But if you want it to still behave as numeric, you could apply the custom
format of "0"0 to those cells.
Rob
> this is fast and works
>
[quoted text clipped - 14 lines]
>> >
>> > But i type in excel it shows up as 12.
CYNTHIA - 23 Mar 2008 08:11 GMT
Thanks for your help.
> But if you want it to still behave as numeric, you could apply the custom
> format of "0"0 to those cells.
[quoted text clipped - 19 lines]
> >> >
> >> > But i type in excel it shows up as 12.
Mike Rogers - 24 Mar 2008 03:28 GMT
CYNTHIA
Glad you got it sorted out, thanks for the feed back!!
Mike Rogers
> this is fast and works
>
[quoted text clipped - 12 lines]
> > >
> > > But i type in excel it shows up as 12.
Barb Reinhardt - 06 Nov 2007 14:39 GMT
Try Format Cells -> Custom. Enter 000.

Signature
HTH,
Barb Reinhardt
> How do I add a zero infront of a number.
>
[quoted text clipped - 3 lines]
>
> But i type in excel it shows up as 12.
Stephen - 06 Nov 2007 14:40 GMT
> How do I add a zero infront of a number.
>
[quoted text clipped - 3 lines]
>
> 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.
Narendra Boga - 06 Nov 2007 14:49 GMT
select the cells and go to format cells(ctrl+1) and select "number" tab
select the custom.
give 000 in "type" option box.
> How do I add a zero infront of a number.
>
[quoted text clipped - 3 lines]
>
> But i type in excel it shows up as 12.
CYNTHIA - 06 Nov 2007 15:08 GMT
Thank you for your help it worked.
> select the cells and go to format cells(ctrl+1) and select "number" tab
> select the custom.
[quoted text clipped - 7 lines]
> >
> > But i type in excel it shows up as 12.
David Biddulph - 06 Nov 2007 14:53 GMT
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.

Signature
David Biddulph
> How do I add a zero infront of a number.
>
[quoted text clipped - 3 lines]
>
> But i type in excel it shows up as 12.