View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Sheeloo[_3_] Sheeloo[_3_] is offline
external usenet poster
 
Posts: 1,805
Default insert a comma in multiple fields

Are your addresses in A1, A2,... or A1, B1, C1,...?

Assuming they are in Col A
enter this in B1
=A1
and this in B2
=B1 & "," A2 and copy down till end of your data

In the last cell of Col B you will get your addresses separated by comma

If you have data in Row 1
then in A2 enter
=A1
in B2 enter
=B1 & "," & A2 and copy right...


"gmkane" wrote:

i have a row of email addresses and want to insert a comma in order to cut
and paste into a outgoing email