Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Merge three columns in spreadsheet to create one

I have a name data base w/ three columns I want to make into one: First name,
Last name, and spouse first name. I need to merge into one column that has
all three names in it.

Example of Merged data:
Fred & Wilma Smith
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Merge three columns in spreadsheet to create one

In the column where you want all the data, use the concatenate formula.

ie in cell A2 type =concatenate(b2, c2, d2) and it will bring the three
fields into the one column

Nick

"Molly" wrote:

I have a name data base w/ three columns I want to make into one: First name,
Last name, and spouse first name. I need to merge into one column that has
all three names in it.

Example of Merged data:
Fred & Wilma Smith

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Merge three columns in spreadsheet to create one

Molly

Are you sure you want to do this?

Having all three items in one cell will make it very hard to sort or filter.

Most programs that interface with Excel require the fields to be separate.

Assuming col A has Fred, col B has Smith and col C has Wilma

In D1 enter =A1 & " & " & C1 & " " & B1


Gord Dibben MS Excel MVP

On Thu, 2 Nov 2006 15:16:02 -0800, Molly
wrote:

I have a name data base w/ three columns I want to make into one: First name,
Last name, and spouse first name. I need to merge into one column that has
all three names in it.

Example of Merged data:
Fred & Wilma Smith


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
cannot create templates in spreadsheet solutions tab in excel lampfishes Excel Discussion (Misc queries) 1 September 25th 06 04:52 PM
How to create spreadsheet that averages up to 10 columns of data Tim Excel Worksheet Functions 3 August 31st 06 06:47 PM
Difficult for me, probably basic to you onlyjohn Excel Worksheet Functions 1 February 3rd 06 05:14 PM
Spreadsheet won't let me merge cells. plse help. carikermoon Excel Discussion (Misc queries) 5 November 8th 05 11:11 PM
how do I create more than 266 columns in an excel sheet? Tolo Excel Discussion (Misc queries) 3 September 23rd 05 06:55 PM


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