PC Review


Reply
Thread Tools Rate Thread

How do I change name in single cell from last, first to first last

 
 
Dreamy
Guest
Posts: n/a
 
      24th Nov 2008
In Excel 2003 how do I change a name in single cell that is last, first to a
first last name still in the same cell ?
 
Reply With Quote
 
 
 
 
Jim Thomlinson
Guest
Posts: n/a
 
      24th Nov 2008
You can't do it directly unless you use a macro. The easiest was is to flip
the names around with a formula and then
copy / paste special -> values
the correct names over top of the original...

The formula could be something like this...

=MID(A1,FIND(",",A1)+2,256)& " " & LEFT(A1,FIND(",",A1)-1)
--
HTH...

Jim Thomlinson


"Dreamy" wrote:

> In Excel 2003 how do I change a name in single cell that is last, first to a
> first last name still in the same cell ?

 
Reply With Quote
 
Shane Devenshire
Guest
Posts: n/a
 
      25th Nov 2008
Hi,

You can't really do what your asking without VBA. What you can do with a
formula is:

You can enter this in another cell and then copy and paste it over the old
text as values. In this example D1 contains the Last, First name

=MID(D1&" "&D1,FIND(",",D1)+2,LEN(D1)-1)

Copy this, select cell D1 and choose Edit, Paste Special, Values.

If this helps, please click the Yes button

Cheers,
Shane Devenshire

"Dreamy" wrote:

> In Excel 2003 how do I change a name in single cell that is last, first to a
> first last name still in the same cell ?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I protect a single cell from being change in excell =?Utf-8?B?amptb3JlbGxpQGhvdG1haWwuY29t?= Microsoft Excel New Users 1 18th Oct 2007 02:14 AM
Single Cell change size =?Utf-8?B?157XldeY15k=?= Microsoft Excel Misc 4 2nd Apr 2006 11:51 AM
change first-name-last to last-name-first in a single cell? =?Utf-8?B?U3VwcG9ydEBFbW1hdGVrLmNvbQ==?= Microsoft Excel Worksheet Functions 2 18th Oct 2005 05:36 PM
How to change single cell width =?Utf-8?B?VGVtcG9yYXJpbHlDb25mdXNlZA==?= Microsoft Excel Worksheet Functions 1 10th Nov 2004 08:17 PM
How to change a single cell's width =?Utf-8?B?VGVtcG9yYXJpbHlDb25mdXNlZA==?= Microsoft Excel Worksheet Functions 2 10th Nov 2004 07:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:30 PM.