#1   Report Post  
Posted to microsoft.public.excel.misc
JMorrell
 
Posts: n/a
Default column to string

I have a column that has about 500 individual records. I want to take each
record and make a text string, semi colon delimited of all 500+ records. Is
there an easy way to do this?

tia,
--
JMorrell
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default column to string

Do you want to concatenate a semi colon to each record? If yes you can
use a "helper" column with the formula =A1&";" then copy and paste that
to accommodate the 500+ records. If you want a single string that
contains the 500 records we'll need to address that differently.

  #3   Report Post  
Posted to microsoft.public.excel.misc
JMorrell
 
Posts: n/a
Default column to string

Now that I think about it, I believe this is a two step process. I can
concatenate a semi colon to the end of a cell value. After that, I need to
string together every value, with the semi colon, into a long string.

e.g. cell A1 contains "Jerry", cell A2 = "Joe", A3 = "Joan"

I want the string to be "Jerry; Joe; Joan;" Keep in mind that there are
over 500 cells that I want to string together.

This will eventually be used as a continuous string for another application.
Maybe I shouldn't be using Excel... any other suggestions?
--
JMorrell


"Dave O" wrote:

Do you want to concatenate a semi colon to each record? If yes you can
use a "helper" column with the formula =A1&";" then copy and paste that
to accommodate the 500+ records. If you want a single string that
contains the 500 records we'll need to address that differently.


  #4   Report Post  
Posted to microsoft.public.excel.misc
JMorrell
 
Posts: n/a
Default column to string ## got it

I saved file as .txt, then
opened in Word, then
found and deleted all carriage returns
replacing the carriage returns with a space

thanks for your help!

--
JMorrell


"Dave O" wrote:

Do you want to concatenate a semi colon to each record? If yes you can
use a "helper" column with the formula =A1&";" then copy and paste that
to accommodate the 500+ records. If you want a single string that
contains the 500 records we'll need to address that differently.


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
Find a string within a column Rookie_User Excel Discussion (Misc queries) 8 March 17th 06 02:12 PM
Macro to find text string in a column and paste data in another nicolascap Excel Discussion (Misc queries) 8 March 14th 06 03:13 PM
how can i multiply two columns edgar Excel Worksheet Functions 7 March 2nd 06 03:29 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM


All times are GMT +1. The time now is 07:09 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"