问题
Hi I have here 60 contacts with address. I need to put a comma in the street number after the street name like this example:
12 Chatswood Court, ROBINA
12, Chatswood Court, ROBINA
How can I do it in excel without doing a manual because it took so long for me to do it manually ?
Thank you for the help
回答1:
If address always starts with street number then you can use
=SUBSTITUTE(A1," ",", ",1)
来源:https://stackoverflow.com/questions/45856180/formula-to-input-a-comma-in-excel