Hi all, i do have list of phone numbers key-ed in to excel sheet. Im removing the duplicates but excel dosent detect some of it example if the number has extra spaces or area code.
Example would be:
+6010-806 6666
010-8066666
010-806 6666
Different kinds of ways that it is saved. So meaning to say i would have to extract numbers out into another cell and add a "-" into it. If not when there are NUMBER starting 0 excel would mess it up. The "-" symbol must be from starting from left after the third digit. So makes the outcome 010-8066666.
The formula i have now:
Formula:
=SUMPRODUCT(MID(0&A2,LARGE(INDEX(ISNUMBER(--MID(A2,ROW($1:$25),1))* ROW($1:$25),0),ROW($1:$25))+1,1)*10^ROW($1:$25)/10)
Just need to add "-".
Bookmarks