Help - Search - Members - Calendar
Full Version: Merging Data In Excel
Hashkafah.com > Misc. Advice & Help! > Technology
the Real Adiel
Is there a way I can merge data in two cells? I have a file that has the first name and last name in two different cells. I need to import the file into a different system but that system needs the first and last name in one cell.
Shaina
Ok, here ya go:

Let's say in A1 it says "FIRST", and in B1 it says "LAST".

If you want cell C1 to say "FIRST LAST", type in the following: =(A1&" "&B1)

If you want cell C1 to say "FIRST, LAST", type in the following: =(A1&", "&B1)

If you want cell C1 to say "LAST, FIRST", type in the following: =(B1&", "&A1)

Apply it to whatever cells you're using in your case.


ETA: Oops, Dan beat me to it. smile.gif
Dan
Yours is better - no extra clicks needed :-)
Pinchas
QUOTE(the Real Adiel @ Oct 9 2007, 09:46 PM) *
Is there a way I can merge data in two cells? I have a file that has the first name and last name in two different cells. I need to import the file into a different system but that system needs the first and last name in one cell.


Use =CONCATENATE()

And then cut and paste special the values only.
the Real Adiel
Thank You Everyone!
the Real Adiel
How about separating data?

I'm trying to get this into five different cells

Name|Email|Format|Encoding|Mailing Groups
sv9506
QUOTE(the Real Adiel @ Dec 5 2007, 09:54 AM) *
How about separating data?I'm trying to get this into five different cellsName|Email|Format|Encoding|Mailing Groups
You can do a "text to columns" (it is in the dropdown under "data")
QUOTE(the Real Adiel @ Dec 5 2007, 09:54 AM) *
How about separating data?I'm trying to get this into five different cellsName|Email|Format|Encoding|Mailing Groups
You can do a "text to columns" (it is in the dropdown under "data")
the Real Adiel
QUOTE(sv9506 @ Dec 5 2007, 02:13 PM) *
You can do a "text to columns" (it is in the dropdown under "data")You can do a "text to columns" (it is in the dropdown under "data")


I'll try it tomorrow, thanks for your help....
miri
Text to columns was one of my favorite discoveries in Excel. It saved a lot of =right(D7,3), =left(A1,6).
the Real Adiel
It worked, many thanks.....
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.