Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Frank D. Nicodem, Jr.
 
Posts: n/a
Default Merging columns of data

Is it possible to merge two columns of data into a single column, such that
the resultant column will contain cells of text consisting of the
*concatenation* of the two columns?

In other words, let's say I have two columns -- A & B -- each with many rows
of cells. In column A, I have a list of First Names; in column B, I have a
list of Last Names. What I'd like to do is to merge them into a single
column of First and Last Names.

I know I can create a function (in a third column, for instance) for every
single row, where column C would use a CONCATENATE function to merge the
data in A and the data in B. But I was hoping for a simpler way than that.
(Plus, unless I'm mistaken, I'd have to replicate that function for every
single row I add to the spreadsheet. Is there any easy way to do that?
I.e., to say "Column C will *always* be the concatenation of A and B" --
*without* having to manually enter that function each and every row?)
-------------------------------------------------------------------------------------
Frank Nicodem



  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default

You need a function to do this. Select all of the rows in column
C that will contain the concatenated text, type

=A1&" "&B1

and press Ctrl+Enter rather than Enter. This will fill the
formula down in all the selected cells.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com







"Frank D. Nicodem, Jr." wrote in message
...
Is it possible to merge two columns of data into a single
column, such that the resultant column will contain cells of
text consisting of the *concatenation* of the two columns?

In other words, let's say I have two columns -- A & B -- each
with many rows of cells. In column A, I have a list of First
Names; in column B, I have a list of Last Names. What I'd like
to do is to merge them into a single column of First and Last
Names.

I know I can create a function (in a third column, for
instance) for every single row, where column C would use a
CONCATENATE function to merge the data in A and the data in B.
But I was hoping for a simpler way than that. (Plus, unless I'm
mistaken, I'd have to replicate that function for every single
row I add to the spreadsheet. Is there any easy way to do
that? I.e., to say "Column C will *always* be the concatenation
of A and B" -- *without* having to manually enter that
function each and every row?)
-------------------------------------------------------------------------------------
Frank Nicodem




  #3   Report Post  
Annie
 
Posts: n/a
Default

Hi Frank,
You can type the & symbol instead of using the word CONCATENATE. For example
=A1&B1 typed in C1. Then just copy the formula down.
Cheers,
Annie

"Frank D. Nicodem, Jr." wrote:

Is it possible to merge two columns of data into a single column, such that
the resultant column will contain cells of text consisting of the
*concatenation* of the two columns?

In other words, let's say I have two columns -- A & B -- each with many rows
of cells. In column A, I have a list of First Names; in column B, I have a
list of Last Names. What I'd like to do is to merge them into a single
column of First and Last Names.

I know I can create a function (in a third column, for instance) for every
single row, where column C would use a CONCATENATE function to merge the
data in A and the data in B. But I was hoping for a simpler way than that.
(Plus, unless I'm mistaken, I'd have to replicate that function for every
single row I add to the spreadsheet. Is there any easy way to do that?
I.e., to say "Column C will *always* be the concatenation of A and B" --
*without* having to manually enter that function each and every row?)
-------------------------------------------------------------------------------------
Frank Nicodem




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 columns of data in notepad into microsoft excel? Jason Excel Discussion (Misc queries) 3 February 12th 05 02:04 AM
How do i copy columns of data in notepad into microsoft excel? Jason Excel Discussion (Misc queries) 1 February 10th 05 11:05 PM
How do i copy columns of data in notepad into microsoft excel? JP New Users to Excel 2 February 10th 05 09:47 PM
How do i copy columns of data in notepad into microsoft excel? Jason Excel Discussion (Misc queries) 1 February 10th 05 09:20 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


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