Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
S.G.Pillai
 
Posts: n/a
Default reverse of concatenate

I am in search for the option which is opposite to concatenate. (that is if
we type in different columns it can be combined ) in one column. like that i
am looking for a command in which we type all the text strings will be broken
into different columns
pls help
thanks in advance
  #2   Report Post  
Aa
 
Posts: n/a
Default reverse of concatenate

If you can use some character (e.g. space) as a separator, you can use Tools
- text to columns - Delimited... Select the column first.

Aa

"S.G.Pillai" wrote:

I am in search for the option which is opposite to concatenate. (that is if
we type in different columns it can be combined ) in one column. like that i
am looking for a command in which we type all the text strings will be broken
into different columns
pls help
thanks in advance

  #3   Report Post  
Roger Govier
 
Posts: n/a
Default reverse of concatenate

Hi

Take a look at DataText to Columns

Regards

Roger Govier


S.G.Pillai wrote:
I am in search for the option which is opposite to concatenate. (that is if
we type in different columns it can be combined ) in one column. like that i
am looking for a command in which we type all the text strings will be broken
into different columns
pls help
thanks in advance

  #4   Report Post  
bill k
 
Posts: n/a
Default reverse of concatenate


go to

data

text to columns


--
bill k


------------------------------------------------------------------------
bill k's Profile: http://www.excelforum.com/member.php...nfo&userid=821
View this thread: http://www.excelforum.com/showthread...hreadid=480786

  #5   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default reverse of concatenate

On Tue, 1 Nov 2005 00:58:03 -0800, "S.G.Pillai"
wrote:

I am in search for the option which is opposite to concatenate. (that is if
we type in different columns it can be combined ) in one column. like that i
am looking for a command in which we type all the text strings will be broken
into different columns
pls help
thanks in advance


You can use Data/Text to columns with <space as the delimiter. However, this
is not "dynamic". In other words, it won't update automatically when you
change the subject string.

You could download and install Longre's free morefunc.xll add-in from
http://xcell05.free.fr/

Then you can use the following "regular expression" formulas:

With your subject phrase in A1, enter the following formula in B1 and copy/drag
across far enough to include enough cells for the longest sentence:

=REGEX.MID($A1,"\w+",COLUMN()-1)

This will also remove punctuation. If you wanted to include punctuation that
was adjacent to a word, such as the comma after word, then:

=REGEX.MID($A$1,"\w+\S?",COLUMN()-1)

If you also wanted to include punctuation that was off by itself, then:

=REGEX.MID($A$1,"\w*\S?",COLUMN()-1)

The formula will return empty strings once it gets past the end of the phrase.


--ron
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
Reverse Concatenate Kate Was Here Excel Worksheet Functions 6 February 9th 06 11:11 PM
Concatenate Jeff Excel Discussion (Misc queries) 4 October 5th 05 04:39 PM
Using Concatenate inside a vlookup bmclean Excel Worksheet Functions 3 July 5th 05 09:29 PM
COPY A CONCATENATE CELL TO BLANK CELL PUTTING IN THE NEXT BLANK C. QUEST41067 Excel Discussion (Misc queries) 1 January 15th 05 09:29 PM
Concatenate cells without specifying/writing cell address individually Hari Excel Discussion (Misc queries) 4 January 3rd 05 06:05 PM


All times are GMT +1. The time now is 12:49 PM.

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

About Us

"It's about Microsoft Excel"