Barb said:
You could use
=TEXT(A1,"0000") & A2
HTH,
Barb Reinhardt
newman said:
Barb Reinhardt wrote:
If it's just for display, you can use a custom format for the number. Format
Cells -> Number -> Custom. Enter 0000.
:
I want my account number to be preceeded with zeros. instead of
account number 2, I want 0002. How can I customize the cell to do
that?
--
Yours,
Dan S.
Notably: not a sock
How would I format the 0002 to be shown as a text string which could be
added to another text string.
eg A1 0002 A2 ABC A3 0002ABC [A1+A2]
Regards
Thank you
I have another question regarding fonts for the text and numbers string.
I am using Courier New to give a monospace effect but find that the
letters in this font are smaller than the numbers. Is there another font
that would give a better look?
Regards