Add Same in each cell in column

S

S1L1Y1

I am trying to add the same words to the beginning of each cell in a column
like for example the following ""abc.com/catalog/" to the beginning of the
cell.
Sol
 
G

Gary''s Student

Say we have data in column A from A1 thru A100. Say the data is text and not
formulas. In B1 enter:

="abc.com/catalog/" & A1 and copy down

then copy column B and paste/special/values back onto column A
then clear column B


If column A contains formulas, the approach is much simplier. Using
Find/Replace, replace:
=
with
="abc.com/catalog/" &
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top