
Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
This appears to work but the zero does not actually exsist ie not in FX Box
when copy and paste it does show zero,
Thanks
Karen
> Custom format (Formatting>Cells>Custom) of 00000000000
>
[quoted text clipped - 9 lines]
>>
>> Karen
Peo Sjoblom - 18 Apr 2007 16:18 GMT
Then it won't be a number that Excel recognizes as a number, it would be
text. You can use a help column for that
=TEXT(A1,"00000000000")
copy as needed, then copy and paste special as values

Signature
Regards,
Peo Sjoblom
> This appears to work but the zero does not actually exsist ie not in FX
> Box
[quoted text clipped - 17 lines]
>>>
>>> Karen
Teethless mama - 18 Apr 2007 16:32 GMT
Your data must be Text numbers not actual numbers.
Data >> Text to Columns >> Next >> Next >> Finish
Custom Format cells as 00000000000
> This appears to work but the zero does not actually exsist ie not in FX Box
> when copy and paste it does show zero,
[quoted text clipped - 16 lines]
> >>
> >> Karen
Gord Dibben - 18 Apr 2007 17:55 GMT
Karen
The formatting just changes the appearance, not the value.
If you want the value changed you could use a helper cell with a formula.
="0" & A1
Drag/copy down then Copy>Paste Special>Values>OK>Esc.
The values are now text with a preceding 0
Gord Dibben MS Excel MVP
>This appears to work but the zero does not actually exsist ie not in FX Box
>when copy and paste it does show zero,
[quoted text clipped - 16 lines]
>>>
>>> Karen