formula to input a comma in excel -




hi have here 60 contacts address. need put comma in street number after street name example:

12 chatswood court, robina  12, chatswood court, robina 

how can in excel without doing manual because took long me manually ?

thank help

if address starts street number can use

=substitute(a1," ",", ",1) 

enter image description here





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -