Inserting Number

  • Thread starter Thread starter Karen
  • Start date Start date
K

Karen

How do i insert number "Zero 0" in front of multiple numbers
7775644619
7764856857
7932085127
7828206664
7917806074
7973667607


Thanks

Karen
 
Custom format (Formatting>Cells>Custom) of 00000000000

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
This appears to work but the zero does not actually exsist ie not in FX Box
when copy and paste it does show zero,


Thanks

Karen
 
Then it won't be a number that Excel recognizes as a number, it would be
text. You can use a help column for that

=TEXT(A1,"00000000000")


copy as needed, then copy and paste special as values
 
Your data must be Text numbers not actual numbers.


Data >> Text to Columns >> Next >> Next >> Finish

Custom Format cells as 00000000000
 
Karen

The formatting just changes the appearance, not the value.

If you want the value changed you could use a helper cell with a formula.

="0" & A1

Drag/copy down then Copy>Paste Special>Values>OK>Esc.

The values are now text with a preceding 0


Gord Dibben MS Excel MVP
 

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