Finding Country Based On Phone Numbers

Dec 5, 2008

I have a list of mobile phone numbers from various countries. However, I do not know which country each entry is from. Ideally I would like to have a macro that looks at each number, compares to a global list of PSTN structure to determine which part of the phone number is the country code (generally the first 1-3 digits), and then put the country in a separate column.

I am certain all numbers are formatted correctly, so it is only a matter of finding out which part is the country code and putting a value for the country.

View 9 Replies


ADVERTISEMENT

Finding Country Based On Phone Numbers?

Dec 5, 2008

I have a list of mobile phone numbers from various countries. However, I do not know which country each entry is from. Ideally I would like to have a macro that looks at each number, compares to a global list of PSTN structure to determine which part of the phone number is the country code (generally the first 1-3 digits), and then put the country in a separate column.

I am certain all numbers are formatted correctly, so it is only a matter of finding out which part is the country code and putting a value for the country.

View 9 Replies View Related

Add ‘country Name’ Column To Worksheet From A List Of Country Codes.

Apr 2, 2009

I've got a worksheet with five columns of data. One of the columns contains country codes. I have a list of countries that the codes relate to. I would like a new column in the worksheet that contains the country name. I'm not sure if this is possible, but it seem that most things are with VBA! The countries and their codes are on 'Sheet2' I relalise I might have to do some boring re-ordering of the data on 'Sheet2'

View 2 Replies View Related

Translate Data Of Dialed Numbers Into A Country Or Destination Name

Dec 21, 2008

I have some data for international dialed numbers, I need to translate this into a country or destination name.

for example if the dialled number begins with 001, the is the united states etc..
I have all of the required codes, but they all differ in length.
ie 0033 is spain but 003356 is a spain mobile.

I was thinking that i could use VLOOKUP to find the relevant text to display, but this does not work with the varying lengths of the codes.

View 9 Replies View Related

Cleaning Up Phone Numbers With VBA

Aug 31, 2007

I am using VBA to enter customer information into a Microsoft SQL database. I have an excel sheet with thousands of customers listed. I will be using a While loop to process each line of the sheet. Part of the While loop needs to make any format changes necessary before the data moves over to the DB. So here is the issue:

How do I turn the following phone numbers:

(410) 273-9200
910-944-1232
276 623 4254
410 612 1100 Rob
(413) 786-1636 Cindy
1-800-783-4661
304) 842-5491 Sherry

Into a uniform layout? I would prefer ###-###-####

Each of the numbers above is an example from the list I have. There may be more variations (I have over 20 seperate lists to process, with over 10000 customers per list)

I imagine I need some process that will remove all character except numbers and then break the numbers up to add the hyphens back in at the appropriate places.

View 10 Replies View Related

Count Cells Based On Country

Dec 6, 2013

Find attached Sample sheet : Sample Data.xlsx‎

View 2 Replies View Related

Find And Replace Phone Numbers

Dec 8, 2009

I have a bunch of phone numbers that I'm trying to reformat.

Say I wanted to replace any phone number like this: 1##########

With this: ##########

Keeping the numbers intact, just getting rid of the 1 in front of them. Can't figure it out for the life of me.

View 6 Replies View Related

Columns To Phone Numbers Format

Feb 1, 2010

Just got an answer to my phone number problem of converting two columns of numbers
to a single columns with the form XXX-XXXXXXX. Used =A1 & "-" & B1.

Works perfectly one one spread sheet and not at all in another.

When I enter the formula and hit return, instead of the correct result, all I get is the formula.

The format of the columns is the same on both spread sheets.

View 4 Replies View Related

Format Existing Phone Numbers

Apr 25, 2013

Formatting existing phone number. I want to remove first 2 digit from the column with 11 digit phone number ?

View 1 Replies View Related

Formula Or Macro To Fix Phone Numbers

Sep 17, 2009

I came up with this formula trying to fix phone number but it’s not working properly

FORMULA:
=TEXT(LEFT(SUBSTITUTE(a1, "-", "") & "00##", 10), "###-###-00##")

So basically I need a formula or macro that will fix the phone number for me.
Here is an example
78512312 it should be like this 785-123-0012

Or

785123123 it should be like this 785-123-0123. So if Len is 8 numbers long then insert two zeros counting from right to left. So if Len is 9 numbers long then insert one zeros counting from right to left.

View 2 Replies View Related

Expanding Increasing Phone Numbers?

May 20, 2012

I have thousands of phone numbers that hundreds of them are look like this:

123456-8 that means : 123456,123457,123458 or this
123456-57 that means : 123456,123457

There are not any standard of numbers after dash (-) in my data.

how can I expand them to new "rows"?

bob 123456-8 ->
bob 123456
bob 123457
bob 123458

View 9 Replies View Related

How To Narrow Down Or Simplify Phone Numbers

Aug 25, 2013

I'm trying to simplified these numbers so each one only consists 8 numbers from the right w/out the blank space or +,-.

Tracking Number
Recip Phone

495905380312
(65)96502898

304612528629
6598941713

495905380746
+6596813956

486044711528
+65 9459 5540

409709299705
6750 2518

409720592221
65-6381-3351

427249160171
6581233832

View 3 Replies View Related

Importing Phone Numbers And Contacts

May 15, 2007

How do i go about importing contacts - names, numbers, addresses that are in excel into Microsoft Outlook?

View 2 Replies View Related

Extract Fax & Phone Numbers From Cells

Sep 5, 2007

I have an excel spreadsheet listing some company contacts i need to improve. At the moment the companies address and telephone number are in the same field c2 all the way down to c2120. I need to take the telephone and fax data out of the field and into column d for all the entries. The phone and fax details are in the cells as follows ....

View 9 Replies View Related

Custom Format For Phone Numbers

Oct 23, 2007

I'm trying to format some cells, its some phone numbers but not in the traditional format (###) ###-####.

I need to get them to appear like this ###.###.####,

View 4 Replies View Related

Currency Format To Change Based On Country

Feb 26, 2008

I am struggeling to format a column to display currency values formated with a different currency mark than the local system currency. Right now, when I run the macro on my machine I get my local currency (Israely Shekel), and on the Client's machine I get Euro. (I need it to be in dollars)

View 6 Replies View Related

Taking Area Codes Off Phone Numbers

Sep 22, 2009

I have a column full of 10 digit pone numbers. All different numbers and many different area codes (No dashes):

Example:

3305555555
4583651586
4128563254

Is there a way to remove the three leading numbers from all of the numbers at once for the whole column?

View 2 Replies View Related

RAND Function To Generate Phone Numbers

Oct 24, 2007

How can I use the RAND function to generate a list of simulated phone numbers.

View 9 Replies View Related

Modifying A Format Cell :: Phone Numbers

Oct 22, 2008

I'm trying to change a
418,3315555
format cell to a regular phone number cell
418-331-5555

View 9 Replies View Related

Add Area Codes To 7 Digit Phone Numbers

Apr 21, 2009

I have a large list of phone numbers & some of the numbers do not have area codes. The area code is the same for all numbers. Is there a way to add the area codes to all of these numbers without keying all in manually

View 9 Replies View Related

Using Vlookup To Find Phone Numbers Online

Apr 12, 2006

How can I create a vlookup function to automatically retrieve phone numbers off switchboard.com using my current mailing list?

I have a list of more than 4,000 of my customers. I want to ad in phone numbers automatically. I currently have the first and last name in one column. The address, city, state and zip are all each in their own column.

I have never use vlookup before, nor have I ever used excel other than for data entry. What is the easiest and most efficient way to do this?

I searched this site and seen vlookup mentioned for this type of automatic data entry. There may be another way or method I am not aware of.

View 9 Replies View Related

Count Valid Phone Numbers And Email Addresses

Dec 16, 2008

I am looking for a formula to count the number of valid mobile phone numbers in a list and the number of valid email address in another list, 2 different formulas.

The mobile phone number formula would count the number of indervidual mobile phone numbers in a list that contain 077 and 078 and 079.

The email formula would count the number of indervidual email addresses in a list that contain ...........@..........dot com or .............@............dot co dot uk

Both lists may contain random junk text, like in the email list some one may have entered words like 'no email address' etc.

View 11 Replies View Related

Formatting ActiveX Textbox For Phone Numbers And Dates

Aug 28, 2012

I have several text boxes on a 'picture' which is the format for a business review. The text boxes are linked to cells behind the picture which picks up company names, cities etc...

Two of the boxes have a phone# and date

The linked cells are formatted correctly but obviously the text boxes, pick up the 'values' not the formats.

is there any way for the textboxes to show the values with the proper format i.e.,

xxx-xxx-xxxx
mmm yyyy

View 2 Replies View Related

Split Phone Numbers Into Single Column & Remove Duplicates

May 4, 2008

I have to take a range of phone numbers that I have to port from another carrier and manually type them out or copy into another speadsheet, removing duplicate numbers. For example, I have the following numbers:

55532821055553282108
78132821235553282123
55532821625553282163

The results on the next spreadsheet need to be:

5553282105
5553282106
5553282107
5553282108
7813282123
5553282162
5553282163

I am looking for a way to automate this process.

View 8 Replies View Related

Creating Dropdown List To Customize Worksheet Based On Country Selected

Aug 16, 2013

I have a product list where each row of the worksheet has an image, product details and suggested lists/retails for each local currency.

Some products are not available in certain countries and each market doesn't care to see the other market info. (There are hundreds of items and dozens of countries.)

How can I create a drop down selector so that a user can choose their market, i.e. "Australia," and only the rows and columns relevant to them appear?

Can this be done without macros,? This sheet is distributed among 100+ people and needs to work for lowest common denominator.

View 3 Replies View Related

Search For Text In String - Filtering Of People Based On Country Code

Jul 5, 2014

A
B

1
Terry lives in England
=FORMULA

2
Claire lives in Spain

3
Paul live in France

I'm looking for a simple formula within the cells of column B to populate the cell with data based on the "country" mentioned in the string of cells in column A. There will be 20 countries and dependant on the country mentioned a 3 character country code will be entered in column B allowing for easy filtering of people based on country code. so something along the lines of if A1 contains "England" B1 equals ENG etc (for abot 20 countries)

The output should look like below

A
B

1
Terry lives in England
ENG

2
Claire lives in Spain
ESP

3
Paul live in France
FRA

View 8 Replies View Related

Excel 2011 :: Removing Brackets And Spaces From Phone Numbers From Within Cell (formatting)

Feb 21, 2012

I have a spreadsheet with Mobile phone numbers in the following format:

+44(0)77 7296 5210

The spreadsheet has 2500 of these phone numbers.

Is there a way to remove the brackets and the +44 to leave:

07772965210

I am using Microsoft Office for Mac 2011

View 5 Replies View Related

Pivot Table Layout - Generate List Of Unique Names And Their Associated Phone Numbers

Mar 18, 2013

I've read a lot of tutorials on how to use pivot tables, but found them either too basic, or too advanced, and never finding any example of what I am looking to do.

I have a database, column A holds names, and column B their phone numbers. I'd like to generate a list of unique names and their associated telephone numbers. I figure I can use a pivot table to do this.

But I do not quite understand how to format the pivot table to put the name in one column and the phone number in the next. I will use this pivot table as a vlookup range. I assume I can do this.

View 7 Replies View Related

Finding Name Then Finding Reoccurring Numbers

Feb 25, 2014

I have been trying to write two formulas in one cell. I have been able to write them both separately but have been unable to join them both together. What I am trying to do if first search name them how many reoccurring numbers appear. I have provided an example below

a b c d

1 Tom 333
2 Sam 22
3 Sam 22
4 John 5
5 Sam 22
6 Sam 1
7 Tom 3
8 Tom 333

So the answer would be

Tom = 2
Sam = 2
John = 1

View 8 Replies View Related

Calculate Phone Call Costs Based On Rate Per Second

Dec 20, 2007

I have downloaded .csv files with my phone call costs. I want to compare phone companies, so I need to calculate the h:mm:ss amounts to $ based on flagfall and rate per 30 seconds. I can open the .csv files in Excel but I do not know anything about Excel.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved