Best way to......
Discussion
....insert "00" in front of a big list of phone numbers. (The symbol for plus is not working on my keyboard btw hence "plus"
)
I need to insert 00 in front of a huge list of phone numbers. At the minute they have the "plus" sign instead of 00 - although you can obviously call internationally using either "plus" or 00 the billing system being used does not understand "plus" only 00. The phone numbers are in notepad - what program would be best to insert 00 in front of them all???
>>> Edited by darrent on Wednesday 17th September 10:06

I need to insert 00 in front of a huge list of phone numbers. At the minute they have the "plus" sign instead of 00 - although you can obviously call internationally using either "plus" or 00 the billing system being used does not understand "plus" only 00. The phone numbers are in notepad - what program would be best to insert 00 in front of them all???
>>> Edited by darrent on Wednesday 17th September 10:06
Copy the list into one column (B)in Excel, and create another column (A) with just 00 in it.
Then create a third column with a formula to join them together - =CONCATENATE(A1,B1)
You'll need to set the format of A to be Text so that "00" doesn't get turned into "0", but this should do the job.
Then create a third column with a formula to join them together - =CONCATENATE(A1,B1)
You'll need to set the format of A to be Text so that "00" doesn't get turned into "0", but this should do the job.
In the query just select a design view. Doesn't matter what is in it.
Then in the tool bar the left most icon is a grid with a small arrow next to it. This will allow you to switch between design view, SQL view and results pane.
Just clic on the yiny down arrow and select SQL
or click view -> SQL view in the menu bar
Then in the tool bar the left most icon is a grid with a small arrow next to it. This will allow you to switch between design view, SQL view and results pane.
Just clic on the yiny down arrow and select SQL
or click view -> SQL view in the menu bar
Gassing Station | Computers, Gadgets & Stuff | Top of Page | What's New | My Stuff