Hi there,
I have a sheet with only 1 column which lists a whole lot of businesses in this format:
1 Company Name
2 Address
3 Category
4 Phone Number
5 Company Name
6 Address
7 Category
8 Phone Number
...and so on up to around 6000
In the phone number cells (Every 4th stating from A4) the number have been taken from various sources so they are all in different formats:
098776990
(09)877 6990
09-8776990
and other variations with brakects, dashes adn spaces in different places.
What I would like to do is run a script that looks at every 4th cell and removes anything that is not numeric, pushing all the numbers together as is seen in the first number example.
Any help would be greatly appreciated.
Cheers
Leon
I have a sheet with only 1 column which lists a whole lot of businesses in this format:
1 Company Name
2 Address
3 Category
4 Phone Number
5 Company Name
6 Address
7 Category
8 Phone Number
...and so on up to around 6000
In the phone number cells (Every 4th stating from A4) the number have been taken from various sources so they are all in different formats:
098776990
(09)877 6990
09-8776990
and other variations with brakects, dashes adn spaces in different places.
What I would like to do is run a script that looks at every 4th cell and removes anything that is not numeric, pushing all the numbers together as is seen in the first number example.
Any help would be greatly appreciated.
Cheers
Leon