Cvt number to character

G

Guest

Hiow can I convert a column of numbers from numeric to character and pad with
2 zeros

e.g. I want the number 1 to appear as character 001
 
B

Bernard Liengme

Select cells
Use Format | Cells; open Custom tab
Enter 000
If you wish you could then format | align | left
best wishes
 
G

Guest

Place in a helper column:

=TEXT(A1,"000")

Copy/paste special -> values in the Helper column
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top