formula to input a comma in excel

微笑、不失礼 提交于 2020-01-07 12:30:45

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!