How do I add 5 leading zeros to a group of numbers?

R

Rick Rothstein

Always best to use all that white space in the body of your message to
explain in some detail what you are trying to do so we don't have to guess.
Probably one of these two is what you are looking for...

="00000"&A1

=TEXT(A1,"00000")

where A1 is assumed to contain your first number (copy down or across for
the other numbers). I'm guessing it is the first one given the wording of
your subject line.
 

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