Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Combination of text in 2 columns

Have a list of names--
first cell contains FirstName, MI; second cell contains LastName;
Need to combine data into 3rd cell;
output of 3rd cell:


What is the easiest way to do this??
Thanks for your help!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Combination of text in 2 columns

Maybe this with your names in A1 and b1

"
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"eintpc5146" wrote:

Have a list of names--
first cell contains FirstName, MI; second cell contains LastName;
Need to combine data into 3rd cell;
output of 3rd cell:


What is the easiest way to do this??
Thanks for your help!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Combination of text in 2 columns

Thanks Mike, it helped. I am, however, picking up the middle initial and I
don't need it. How do I keep it out?
Thanks!
ei

"Mike H" wrote:

Maybe this with your names in A1 and b1

"
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"eintpc5146" wrote:

Have a list of names--
first cell contains FirstName, MI; second cell contains LastName;
Need to combine data into 3rd cell;
output of 3rd cell:


What is the easiest way to do this??
Thanks for your help!

  #4   Report Post  
Posted to microsoft.public.excel.misc
jim jim is offline
external usenet poster
 
Posts: 3
Default Combination of text in 2 columns

Try inserting a column between a & b. Select B1 and click insert, column.
Then Highlight the names in column A. Select Data, text to columns. Choose a
comma as the delimiter, and click finish. Column A should now contain just
the first name, and column B the middle initial. You can delete column B if
you don't need it, and then Mike's formula will give you what you want.

Jim

"eintpc5146" wrote in message
...
Thanks Mike, it helped. I am, however, picking up the middle initial and
I
don't need it. How do I keep it out?
Thanks!
ei

"Mike H" wrote:

Maybe this with your names in A1 and b1

"
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"eintpc5146" wrote:

Have a list of names--
first cell contains FirstName, MI; second cell contains LastName;
Need to combine data into 3rd cell;
output of 3rd cell:


What is the easiest way to do this??
Thanks for your help!



  #5   Report Post  
Senior Member
 
Location: Hyderabad
Posts: 237
Default

Quote:
Originally Posted by eintpc5146 View Post
Have a list of names--
first cell contains FirstName, MI; second cell contains LastName;
Need to combine data into 3rd cell;
output of 3rd cell:


What is the easiest way to do this??
Thanks for your help!
You can use this formula directly to get the required name
=CONCATENATE(LEFT(A1,SEARCH(",",A1,1)-1)," "&B1)

Ex: A1 has Bert, P and B1 has Nelson, the above pulls "Bert Nelson" to C1

all the best
__________________
Thanks
Bala


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
selecting data from a combination of columns & rows. Browny Excel Discussion (Misc queries) 5 July 30th 09 09:47 AM
Different Combination of Columns Appear Billy Leung Excel Discussion (Misc queries) 2 June 25th 09 04:15 PM
Combination chart: 3 stacked columns + 1 line Lancecar Charts and Charting in Excel 1 October 21st 06 04:06 PM
line-column combination chart, with stacked columns annewcpss Charts and Charting in Excel 1 June 5th 06 08:51 PM
combination charts - multiple columns Colin Whiston Charts and Charting in Excel 1 January 25th 06 11:54 AM


All times are GMT +1. The time now is 05:07 PM.

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"