Bulk formatting of cells

singingsister

Board Regular
Joined
Jun 13, 2006
Messages
145
Hi everyone,

I have a list of people's telephone numbers which I'm sending to a cellphone provider to process (about 200 numbers) but the cellphone provider has come back saying I need to add 011 to the front of each number for their system to process it.

What's the easiest way of doing this without having to manually add '011 to each cell?

Sarah
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Assuming numbers are in column A, in a new column put
="011"&A1
And copy down
 
Upvote 0
Hi Sarah

Probably easiest to use an adjacent column with the following formula (assuming A col contains the phone numbers):

="011" & A1

and copy this down. Then copy + pastespecial>values from this adjacent column into column A and then delete the adjacent column
 
Upvote 0
Hi Sarah,

Highlight your range.
Right Click.
Format Cells.
Custom.
Then paste this into the box....
"011" General
Click OK.

Good luck

Ak
 
Last edited:
Upvote 0
Hi Sarah

Probably easiest to use an adjacent column with the following formula (assuming A col contains the phone numbers):

="011" & A1

and copy this down. Then copy + pastespecial>values from this adjacent column into column A and then delete the adjacent column

Hi Richard

Just to say, I can't add any additional columns as it's work I'm doing as part of a massive project and all columns left and right have lots of vlookup formulas in and I'm not allowed to add any columns in.
 
Upvote 0
Hi Sarah,

Highlight your range.
Right Click.
Format Cells.
Custom.
Then paste this into the box....
"011" General
Click OK.

Good luck

Ak

Hi

I did this. Some of the cells it worked for, but for some it shows
001 4.413393E+11.

What does that mean?
 
Upvote 0
Hi Sarah,

I may be mistaken and Richard can correct me, but I think that means the number in the cell exceeds the maximum number of decimal places.

The numbers need to be text and not real numbers.

Good luck

Ak
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,710
Members
452,939
Latest member
WCrawford

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