#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Appending Text

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!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Appending Text


--
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.

"Jamen McGranahan" wrote:

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!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Appending Text

YES! That did it - thanks!

"asyado" wrote:


--
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.

"Jamen McGranahan" wrote:

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!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I copy text from one workbook to another kmb0702 Excel Discussion (Misc queries) 7 June 23rd 06 04:21 PM
Shade cell according to text? Ltat42a Excel Discussion (Misc queries) 0 January 3rd 06 06:37 PM
Using Concatenate function to generate text in Text Box Mary S. Charts and Charting in Excel 1 December 14th 05 08:55 PM
Appending Text to a Cell Value Pappey Excel Worksheet Functions 3 March 26th 05 06:26 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM


All times are GMT +1. The time now is 06:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"