Hi Guys,
I have a phone bill I'm trying to audit, for some reason mobile numbers are sometimes presented as #### ### ###, other times as +61### ### ###, other times 61### ### ###. I suspect this represents the actual dialed number, but thats not really important.
I want to clean up the prefixes so I can use a VLOOKUP function to identify the numbers, but to do this, the numbers need to be in a standard format, which I would like to be the #### ### ### format. (it will actually be ### ### ### because the program I use to export the data to excel removes the leading 0, which no amount of formating in excel will return. I suppose I could manually add, or even write a macro to add it, but I can also just adjust my VLOOKUP database as a once off and never worry about it ever again).
getting rid of the +61 is easy. Find all replace all "+61" with "blank". When I do this for "61" it finds 61 at the start of the number, but also within the number. I initially got around this by telling it to find all "61*********" but when I replace all with "blank" it deletes the number entirely, I suspect because of the asterix's....asterii?.....whatever. But without the asterixesesesii it will find and replace 61 within the number as well!
Help please?
Thanks guys!
Bookmarks