Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Adding one word onto the end of text a column of cells

I need to add the word "Cisco" at the end of a site name, but I have 4000
cells that need it added. Is there a formula that will allow me to add the
word in??

Ex:
1234 Main St needs to be 1234 Main St (Cisco)
1549 Rough St needs to be 1549 Rough St (Cisco)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Adding one word onto the end of text a column of cells

& is the concatenate character so

=A1 & " Cisco"

should work...
--
HTH...

Jim Thomlinson


"future spreadsheet master" wrote:

I need to add the word "Cisco" at the end of a site name, but I have 4000
cells that need it added. Is there a formula that will allow me to add the
word in??

Ex:
1234 Main St needs to be 1234 Main St (Cisco)
1549 Rough St needs to be 1549 Rough St (Cisco)

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Adding one word onto the end of text a column of cells

Assuming those addresses are in column A, use this in a helper column:

=IF(A1="","",TRIM(A1&" (Cisco)"))

Then you can copy it down that column as far as you need to.

If you fix the values using <copy | Edit | Paste Special | Values |
OK then <Esc, then you will be able to copy/paste the values over the
original ones in column A, and then delete the helper column.

Hope this helps.

Pete

On Aug 20, 4:09*pm, future spreadsheet master
wrote:
I need to add the word "Cisco" at the end of a site name, but I have 4000
cells that need it added. Is there a formula that will allow me to add the
word in??

Ex:
1234 Main St *needs to be 1234 Main St (Cisco)
1549 Rough St needs to be 1549 Rough St (Cisco)


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
adding * to text to column Jeff Excel Discussion (Misc queries) 4 December 16th 08 10:01 PM
Column Chart - Adding text in the column in Excel 2007 Jennifer Charts and Charting in Excel 2 July 26th 08 02:58 PM
Display cells(text) in one column based on cells which are present inother column [email protected] Excel Discussion (Misc queries) 1 May 12th 08 01:40 PM
Adding text in a single column jackel[_12_] Excel Worksheet Functions 5 February 23rd 08 02:47 AM
IF cells(row,column) contain "this word" ??? Then return text meiftan New Users to Excel 1 January 11th 08 03:01 AM


All times are GMT +1. The time now is 11:53 PM.

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"