Excel---how do i automate adding a suffix to text?

G

Gary''s Student

Say the data is in column A. In B1 enter:

=A1 & "suffix" and copy down. Afterward, copy column B and
Paste/Special/Values back onto column A.
 
Top