Assuming the number portion always starts at the 2nd character.
This returns a TEXT string.
=TEXT(MID(A1,2,10),"0000000000")
If you want the number to remain a numeric number:
=--MID(A1,2,10)
Then custom number format as 0000000000
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.