Count Number of Characters in a cell?

  • Thread starter Thread starter AHJuncti
  • Start date Start date
A

AHJuncti

Is there a way to check the number of characters that are in a cell, and
then if that number isn't what it is supposed to be add leading 0's till
it is the correct number?

We are getting some new accounts sent to us that use an 11 digit number
to represent the account number. Some of these have leading 0's in them
but excel loses them when sent over. So ideally I'd like to create
something that would look at the cell, count the characters and if it
is less than 11 add 0's to the front till it is 11 characters.

Ex: Account number 00123123123

It's sent to us and now looks like 123123123

I'd do the formula on the cell and get the original number back
00123123123

It's usually only missing 1 or 2 0's. It's very rare that the number
starts with 3 0's.

If anyone has any suggestions it's appreceated.

Thanks
 
There are many solution to your problem, one of them is

select the cells for which you want enforce 11 digit number, righ
click->format cells-> select custom-> type in 0000000000#, click ok
 

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

Back
Top