Appending Text

G

Guest

I have a range of 2,185 cells I need to add text to in front of the contents
of each of the cells. I've tried the Search/Replace feature, trying to use
wildcards, but to no avail because it replaces the entire text. For
instance, I tried this:
Search for * and Replace with EBSCO:*. This put "EBSCO:*" in every cell,
which is not what I want. I want "EBSCO:xxx", with xxx being the 3-letter
code already there. Any advice would be greatly appreciated. Thank you!
 
G

Guest

--
John

Hi,

try using a formula in an adjacent range of cells. Example is the values you
want to manipulate are in A1 to A2185 then insert the following formula in B1
and copy to the rest of the range.

=CONCATENATE("EBSCO:",A1)

Is this what you are looking for?
John.
 
G

Guest

YES! That did it - thanks!

asyado said:
--
John

Hi,

try using a formula in an adjacent range of cells. Example is the values you
want to manipulate are in A1 to A2185 then insert the following formula in B1
and copy to the rest of the range.

=CONCATENATE("EBSCO:",A1)

Is this what you are looking for?
John.
 

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