#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 113
Default Formatting Columns

I have a spread sheet that someone else created. It has two columns one with
Last Name and the other with first name. I would like to combined both
together to make it into one without having to type all the names all over
again. What can i do?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Formatting Columns

With
Col_A containing Last Names (starting at cell A2)
Col_B containing First Names (starting at cell B2)

Try this:
C2: =B2&" "&A2
Copy that formula down as far as you need.

Example:
A2: Coderre
B2: Ron
C2 returns: Ron Coderre

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Jessica" wrote:

I have a spread sheet that someone else created. It has two columns one with
Last Name and the other with first name. I would like to combined both
together to make it into one without having to type all the names all over
again. What can i do?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Formatting Columns

If your names are in column A and B, you can use a formula like:

=a1&" "&b1
or
=b1&", "&a1

But whatever you do, don't delete those separate columns. It'll make working
with the names much easier if you use a different column for each field.

If you want, you can always hide the columns that you don't want to see.

Jessica wrote:

I have a spread sheet that someone else created. It has two columns one with
Last Name and the other with first name. I would like to combined both
together to make it into one without having to type all the names all over
again. What can i do?


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Formatting Columns

I had the first names in column A and last names in column B. I used
the formula =CONCATENATE(A2," ",B2). You can then hide the 2 columns
with the first and last names in them.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 281
Default Formatting Columns

Hi,

Try this:

=A1&" "&B1
suppose First Names are in column A and Last Names are in column B.

Thanks,
--
Farhad Hodjat


"Jessica" wrote:

I have a spread sheet that someone else created. It has two columns one with
Last Name and the other with first name. I would like to combined both
together to make it into one without having to type all the names all over
again. What can i do?

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
Formatting Columns Aline Excel Discussion (Misc queries) 1 April 4th 07 08:44 AM
Columns formatting Maksko Excel Discussion (Misc queries) 2 February 2nd 07 09:42 AM
formatting columns by date JR Jen Excel Worksheet Functions 1 May 24th 06 06:30 PM
Formatting Columns wg100 Excel Worksheet Functions 3 October 26th 05 10:15 AM
Formatting and Grouping Columns Lisa Beach Excel Discussion (Misc queries) 0 October 6th 05 06:04 PM


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