Combining values from seperate cells

Ionisation

New Member
Joined
Oct 6, 2006
Messages
3
If I have a number eg 125431254. I want to add a '0' at the front of this making it 0125431254. I want to do this to over 1000 numbers. Exactly the same thing, adding a '0' at the beginning of each number. Is there a function or formulae to help me do this quickly?

Ionisation from London
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
You can format the adjacent cell as text and use

presuming number is in col A:

="0" & A1

Then drag down to get the new string for each number.

Alternatively, you could not format the cell as text, and use

="'0" & A1


Whereabouts in London are you?

HTH

Patrick
 
Upvote 0
Cheers Patrick!! This is the first time I've used this website and this message board ofcourse. This prompt and useful response makes a great first impression!!

Duvall
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,868
Members
449,053
Latest member
Mesh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top