#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default rename

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?
--
Martin
©¿©¬
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default rename

Assuming names are not all in C2 or D2 but rather in columns C and D

In E2 enter =D2 & " " & C2

Copy down.

If all in one cell, how are they separated?


Gord Dibben MS Excel MVP

On Tue, 23 Mar 2010 16:00:14 +0000, Martin ©¿©¬ @nohere.net wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 181
Default rename

=CONCATENATE(D2,C2)
--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.


"Martin ©¿©¬ @nohere.net" wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?
--
Martin
©¿©¬
.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default rename

On Tue, 23 Mar 2010 09:27:57 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

Assuming names are not all in C2 or D2 but rather in columns C and D

Assumption correct

In E2 enter =D2 & " " & C2

Copy down.


This didn't work Gord
I just got =D2 & " " & C2 in every cell ?
--
Martin
©¿©¬


If all in one cell, how are they separated?


Gord Dibben MS Excel MVP

On Tue, 23 Mar 2010 16:00:14 +0000, Martin ©¿©¬ @nohere.net wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default rename

Format the cells as General (or anything but Text).

Then reenter the top formula and drag down again.

Martin, ©¿©¬, @nohere.net wrote:

On Tue, 23 Mar 2010 09:27:57 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

Assuming names are not all in C2 or D2 but rather in columns C and D

Assumption correct

In E2 enter =D2 & " " & C2

Copy down.


This didn't work Gord
I just got =D2 & " " & C2 in every cell ?
--
Martin
©¿©¬


If all in one cell, how are they separated?


Gord Dibben MS Excel MVP

On Tue, 23 Mar 2010 16:00:14 +0000, Martin ©¿©¬ @nohere.net wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default rename

On Tue, 23 Mar 2010 10:02:06 -0700, Russell Dawson
wrote:

=CONCATENATE(D2,C2)


Hi Russell, this works fine
however, a space is needed in the formula

CarrickMr & Mrs F. - should be Carrick Mr & Mrs F.
How would I fix that please ?
--
Martin
©¿©¬

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default rename

On Wed, 24 Mar 2010 07:04:12 -0500, Dave Peterson
wrote:

Format the cells as General (or anything but Text).

Then reenter the top formula and drag down again.


That didn't work either Dave
My colums have a header row if that makes a difference
--
Martin
©¿©¬

Martin, ©¿©¬, @nohere.net wrote:

On Tue, 23 Mar 2010 09:27:57 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

Assuming names are not all in C2 or D2 but rather in columns C and D

Assumption correct

In E2 enter =D2 & " " & C2

Copy down.


This didn't work Gord
I just got =D2 & " " & C2 in every cell ?
--
Martin
©¿©¬


If all in one cell, how are they separated?


Gord Dibben MS Excel MVP

On Tue, 23 Mar 2010 16:00:14 +0000, Martin ©¿©¬ @nohere.net wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default rename

How did it not work?

If you got the same results, then try it again. I'd guess you missed a step.

Or...

You may be looking at formulas.
Tools|Options|view tab|uncheck formulas (in xl2003 menus)



Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 07:04:12 -0500, Dave Peterson
wrote:

Format the cells as General (or anything but Text).

Then reenter the top formula and drag down again.


That didn't work either Dave
My colums have a header row if that makes a difference
--
Martin
©¿©¬

Martin, ©¿©¬, @nohere.net wrote:

On Tue, 23 Mar 2010 09:27:57 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

Assuming names are not all in C2 or D2 but rather in columns C and D
Assumption correct

In E2 enter =D2 & " " & C2

Copy down.

This didn't work Gord
I just got =D2 & " " & C2 in every cell ?
--
Martin
©¿©¬


If all in one cell, how are they separated?


Gord Dibben MS Excel MVP

On Tue, 23 Mar 2010 16:00:14 +0000, Martin ©¿©¬ @nohere.net wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?


--

Dave Peterson
  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default rename

On Wed, 24 Mar 2010 09:09:59 -0500, Dave Peterson
wrote:

How did it not work?
If you got the same results, then try it again. I'd guess you missed a step.
Or...
You may be looking at formulas.
Tools|Options|view tab|uncheck formulas (in xl2003 menus)


Did it again, several times
I still get =D2 & " " & C2 in each cell

I'm using 2007
--
Martin
©¿©¬


Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 07:04:12 -0500, Dave Peterson
wrote:

Format the cells as General (or anything but Text).

Then reenter the top formula and drag down again.


That didn't work either Dave
My colums have a header row if that makes a difference
--
Martin
©¿©¬

Martin, ©¿©¬, @nohere.net wrote:

On Tue, 23 Mar 2010 09:27:57 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

Assuming names are not all in C2 or D2 but rather in columns C and D
Assumption correct

In E2 enter =D2 & " " & C2

Copy down.

This didn't work Gord
I just got =D2 & " " & C2 in every cell ?
--
Martin
©¿©¬


If all in one cell, how are they separated?


Gord Dibben MS Excel MVP

On Tue, 23 Mar 2010 16:00:14 +0000, Martin ©¿©¬ @nohere.net wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?

  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default rename

Explain each step you've tried -- in great detail.

Did you reformat the cell to General?
Did you reenter the formula?
Did you copy the formula down using the autofill handle?



Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 09:09:59 -0500, Dave Peterson
wrote:

How did it not work?
If you got the same results, then try it again. I'd guess you missed a step.
Or...
You may be looking at formulas.
Tools|Options|view tab|uncheck formulas (in xl2003 menus)


Did it again, several times
I still get =D2 & " " & C2 in each cell

I'm using 2007
--
Martin
©¿©¬


Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 07:04:12 -0500, Dave Peterson
wrote:

Format the cells as General (or anything but Text).

Then reenter the top formula and drag down again.

That didn't work either Dave
My colums have a header row if that makes a difference
--
Martin
©¿©¬

Martin, ©¿©¬, @nohere.net wrote:

On Tue, 23 Mar 2010 09:27:57 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

Assuming names are not all in C2 or D2 but rather in columns C and D
Assumption correct

In E2 enter =D2 & " " & C2

Copy down.

This didn't work Gord
I just got =D2 & " " & C2 in every cell ?
--
Martin
©¿©¬


If all in one cell, how are they separated?


Gord Dibben MS Excel MVP

On Tue, 23 Mar 2010 16:00:14 +0000, Martin ©¿©¬ @nohere.net wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?


--

Dave Peterson


  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default rename

On Wed, 24 Mar 2010 10:21:12 -0500, Dave Peterson
wrote:

Explain each step you've tried -- in great detail.
Did you reformat the cell to General?

yes
Did you reenter the formula?

yes
Did you copy the formula down using the autofill handle?

yes




Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 09:09:59 -0500, Dave Peterson
wrote:

How did it not work?
If you got the same results, then try it again. I'd guess you missed a step.
Or...
You may be looking at formulas.
Tools|Options|view tab|uncheck formulas (in xl2003 menus)


Did it again, several times
I still get =D2 & " " & C2 in each cell

I'm using 2007
--
Martin
©¿©¬


Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 07:04:12 -0500, Dave Peterson
wrote:

Format the cells as General (or anything but Text).

Then reenter the top formula and drag down again.

That didn't work either Dave
My colums have a header row if that makes a difference
--
Martin
©¿©¬

Martin, ©¿©¬, @nohere.net wrote:

On Tue, 23 Mar 2010 09:27:57 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

Assuming names are not all in C2 or D2 but rather in columns C and D
Assumption correct

In E2 enter =D2 & " " & C2

Copy down.

This didn't work Gord
I just got =D2 & " " & C2 in every cell ?
--
Martin
©¿©¬


If all in one cell, how are they separated?


Gord Dibben MS Excel MVP

On Tue, 23 Mar 2010 16:00:14 +0000, Martin ©¿©¬ @nohere.net wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?

  #12   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default rename

Did you check to see if you were looking at formulas?

If that's a yes, then I don't have any other suggestions.

Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 10:21:12 -0500, Dave Peterson
wrote:

Explain each step you've tried -- in great detail.
Did you reformat the cell to General?

yes
Did you reenter the formula?

yes
Did you copy the formula down using the autofill handle?

yes




Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 09:09:59 -0500, Dave Peterson
wrote:

How did it not work?
If you got the same results, then try it again. I'd guess you missed a step.
Or...
You may be looking at formulas.
Tools|Options|view tab|uncheck formulas (in xl2003 menus)

Did it again, several times
I still get =D2 & " " & C2 in each cell

I'm using 2007
--
Martin
©¿©¬


Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 07:04:12 -0500, Dave Peterson
wrote:

Format the cells as General (or anything but Text).

Then reenter the top formula and drag down again.

That didn't work either Dave
My colums have a header row if that makes a difference
--
Martin
©¿©¬

Martin, ©¿©¬, @nohere.net wrote:

On Tue, 23 Mar 2010 09:27:57 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

Assuming names are not all in C2 or D2 but rather in columns C and D
Assumption correct

In E2 enter =D2 & " " & C2

Copy down.

This didn't work Gord
I just got =D2 & " " & C2 in every cell ?
--
Martin
©¿©¬


If all in one cell, how are they separated?


Gord Dibben MS Excel MVP

On Tue, 23 Mar 2010 16:00:14 +0000, Martin ©¿©¬ @nohere.net wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?


--

Dave Peterson
  #13   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default rename

On Wed, 24 Mar 2010 16:45:51 -0500, Dave Peterson
wrote:

Did you check to see if you were looking at formulas?

If that's a yes, then I don't have any other suggestions.


Dave, I have just now entered =d2 & " " & c2
and it worked ?? ??""
I have no idea why
Thank you for all your help
--
Regards
Martin
©¿©¬

Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 10:21:12 -0500, Dave Peterson
wrote:

Explain each step you've tried -- in great detail.
Did you reformat the cell to General?

yes
Did you reenter the formula?

yes
Did you copy the formula down using the autofill handle?

yes




Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 09:09:59 -0500, Dave Peterson
wrote:

How did it not work?
If you got the same results, then try it again. I'd guess you missed a step.
Or...
You may be looking at formulas.
Tools|Options|view tab|uncheck formulas (in xl2003 menus)

Did it again, several times
I still get =D2 & " " & C2 in each cell

I'm using 2007
--
Martin
©¿©¬


Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 07:04:12 -0500, Dave Peterson
wrote:

Format the cells as General (or anything but Text).

Then reenter the top formula and drag down again.

That didn't work either Dave
My colums have a header row if that makes a difference
--
Martin
©¿©¬

Martin, ©¿©¬, @nohere.net wrote:

On Tue, 23 Mar 2010 09:27:57 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

Assuming names are not all in C2 or D2 but rather in columns C and D
Assumption correct

In E2 enter =D2 & " " & C2

Copy down.

This didn't work Gord
I just got =D2 & " " & C2 in every cell ?
--
Martin
©¿©¬


If all in one cell, how are they separated?


Gord Dibben MS Excel MVP

On Tue, 23 Mar 2010 16:00:14 +0000, Martin ©¿©¬ @nohere.net wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?

  #14   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default rename

On Wed, 24 Mar 2010 16:45:51 -0500, Dave Peterson
wrote:

Did you check to see if you were looking at formulas?

If that's a yes, then I don't have any other suggestions.


Thank you Dave for your help
--
Regards
Martin
©¿©¬

Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 10:21:12 -0500, Dave Peterson
wrote:

Explain each step you've tried -- in great detail.
Did you reformat the cell to General?

yes
Did you reenter the formula?

yes
Did you copy the formula down using the autofill handle?

yes




Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 09:09:59 -0500, Dave Peterson
wrote:

How did it not work?
If you got the same results, then try it again. I'd guess you missed a step.
Or...
You may be looking at formulas.
Tools|Options|view tab|uncheck formulas (in xl2003 menus)

Did it again, several times
I still get =D2 & " " & C2 in each cell

I'm using 2007
--
Martin
©¿©¬


Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 07:04:12 -0500, Dave Peterson
wrote:

Format the cells as General (or anything but Text).

Then reenter the top formula and drag down again.

That didn't work either Dave
My colums have a header row if that makes a difference
--
Martin
©¿©¬

Martin, ©¿©¬, @nohere.net wrote:

On Tue, 23 Mar 2010 09:27:57 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

Assuming names are not all in C2 or D2 but rather in columns C and D
Assumption correct

In E2 enter =D2 & " " & C2

Copy down.

This didn't work Gord
I just got =D2 & " " & C2 in every cell ?
--
Martin
©¿©¬


If all in one cell, how are they separated?


Gord Dibben MS Excel MVP

On Tue, 23 Mar 2010 16:00:14 +0000, Martin ©¿©¬ @nohere.net wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?

  #15   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default rename

If you don't change the numberformat first, then you'll have trouble.

I'm guessing that you did the steps in the incorrect order.

Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 16:45:51 -0500, Dave Peterson
wrote:

Did you check to see if you were looking at formulas?

If that's a yes, then I don't have any other suggestions.


Dave, I have just now entered =d2 & " " & c2
and it worked ?? ??""
I have no idea why
Thank you for all your help
--
Regards
Martin
©¿©¬

Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 10:21:12 -0500, Dave Peterson
wrote:

Explain each step you've tried -- in great detail.
Did you reformat the cell to General?
yes
Did you reenter the formula?
yes
Did you copy the formula down using the autofill handle?
yes




Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 09:09:59 -0500, Dave Peterson
wrote:

How did it not work?
If you got the same results, then try it again. I'd guess you missed a step.
Or...
You may be looking at formulas.
Tools|Options|view tab|uncheck formulas (in xl2003 menus)

Did it again, several times
I still get =D2 & " " & C2 in each cell

I'm using 2007
--
Martin
©¿©¬


Martin, ©¿©¬, @nohere.net wrote:

On Wed, 24 Mar 2010 07:04:12 -0500, Dave Peterson
wrote:

Format the cells as General (or anything but Text).

Then reenter the top formula and drag down again.

That didn't work either Dave
My colums have a header row if that makes a difference
--
Martin
©¿©¬

Martin, ©¿©¬, @nohere.net wrote:

On Tue, 23 Mar 2010 09:27:57 -0700, Gord Dibben <gorddibbATshawDOTca
wrote:

Assuming names are not all in C2 or D2 but rather in columns C and D
Assumption correct

In E2 enter =D2 & " " & C2

Copy down.

This didn't work Gord
I just got =D2 & " " & C2 in every cell ?
--
Martin
©¿©¬


If all in one cell, how are they separated?


Gord Dibben MS Excel MVP

On Tue, 23 Mar 2010 16:00:14 +0000, Martin ©¿©¬ @nohere.net wrote:

Hi
I have several lists of names
In C2 i have
Mr & Mrs E.
Mrs E.
Rev. G. & Mr M.
Mrs M.
Mr & Mrs J.
etc etc

in D2 I have
McAllister
Hay
Farquhar
Russell
Cuthbert
etc etc

How do I create a list in E2
McAllister Mr & Mrs E.
Hay Mrs E.
etc etc?


--

Dave Peterson
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 rename a sheet if the rename tab is inactive? Nelson Excel Worksheet Functions 1 March 3rd 10 10:28 AM
Rename a range . LAB Excel Discussion (Misc queries) 2 April 2nd 09 11:08 PM
Save and rename Steve Excel Discussion (Misc queries) 6 February 27th 09 04:22 PM
Help to rename files Hilton Excel Worksheet Functions 7 July 7th 07 03:51 AM
Rename Add-Ins BEEJAY Excel Discussion (Misc queries) 4 December 8th 05 08:18 PM


All times are GMT +1. The time now is 06:30 AM.

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"