How do I add a comma to every cell in my excel worksheet

A

Ausmale

I have a list of email addresses in microsoft excell. Now I need to add a
comma to the end of each address. Is there a quick and easy way to do this??
 
G

Gary''s Student

Let's say the addresses are in column A. In an un-used column enter:

=A1 & "," and copy down
 
Top