ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel - MS OFFICE 2000 (https://www.excelbanter.com/excel-discussion-misc-queries/51999-excel-ms-office-2000-a.html)

workfordance

Excel - MS OFFICE 2000
 
I have a spread sheet of client names and need to rearrange the order of them
from Lastname, Firstname to Firstname Lastname.

Please help!

ajchula

Excel - MS OFFICE 2000
 
If by "order" you mean the columns need to be transposed, you simply
need to "cut" the column containing the Firstname (click on the column
letter and choose EditCut), highlight the column before Lastname, and
choose InsertCut Cells.
Hope that helps...


workfordance

Excel - MS OFFICE 2000
 
The name information is all in one column in the format of :
Lastname, Firstname

I need it to be in the format of:

Firstname Lastname

Hope this makes imy question more clear.

"ajchula" wrote:

If by "order" you mean the columns need to be transposed, you simply
need to "cut" the column containing the Firstname (click on the column
letter and choose EditCut), highlight the column before Lastname, and
choose InsertCut Cells.
Hope that helps...



ajchula

Excel - MS OFFICE 2000
 
Ok, I see what you mean. Do the final results need to remain in one
column or can the names be broken apart into two columns?


Ken Wright

Excel - MS OFFICE 2000
 
Using a helper column B, assuming your data in Col A starting A2, in cell B2
put

=MID(A2,FIND(",",A2)+1,LEN(A2))&", "&LEFT(A2,FIND(",",A2)-1)

and copy down.

Copy and paste special as values to lose the formulas.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------*------------------------------*----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------*------------------------------*----------------

"workfordance" wrote in message
...
I have a spread sheet of client names and need to rearrange the order of
them
from Lastname, Firstname to Firstname Lastname.

Please help!




workfordance

Excel - MS OFFICE 2000
 
Thanks so much! It worked!! Now I need to get rid of the Middle initials
for those entries that have them. Can you also assist with this?



"Ken Wright" wrote:

Using a helper column B, assuming your data in Col A starting A2, in cell B2
put

=MID(A2,FIND(",",A2)+1,LEN(A2))&", "&LEFT(A2,FIND(",",A2)-1)

and copy down.

Copy and paste special as values to lose the formulas.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------Â*------------------------------Â*----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------Â*------------------------------Â*----------------

"workfordance" wrote in message
...
I have a spread sheet of client names and need to rearrange the order of
them
from Lastname, Firstname to Firstname Lastname.

Please help!





Ken Wright

Excel - MS OFFICE 2000
 
No point reinventing the wheel - try here and let us know if you have any
problems:-

http://cpearson.com/excel/FirstLast.htm

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------*------------------------------*----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------*------------------------------*----------------

"workfordance" wrote in message
...
Thanks so much! It worked!! Now I need to get rid of the Middle initials
for those entries that have them. Can you also assist with this?



"Ken Wright" wrote:

Using a helper column B, assuming your data in Col A starting A2, in cell
B2
put

=MID(A2,FIND(",",A2)+1,LEN(A2))&", "&LEFT(A2,FIND(",",A2)-1)

and copy down.

Copy and paste special as values to lose the formulas.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------*------------------------------*----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------*------------------------------*----------------

"workfordance" wrote in message
...
I have a spread sheet of client names and need to rearrange the order of
them
from Lastname, Firstname to Firstname Lastname.

Please help!








All times are GMT +1. The time now is 02:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com