second name first but want to change

Matkalg

New Member
Joined
Apr 1, 2003
Messages
48
hi

In cell A1 to A10 my names are in second name first then a space then the first names last but i want thier first names at the front and thier last names in another cell like b1 to b10

can anyone help

Matt
 
HalfAce said:
Delete column A and your new column B becomes column A.
Copy column A and PasteSpecial as Values.

Correcting MVP. It is early in Alaska still. Since Column A has the references your formula is refering to it might not be wise to delete it just yet. :wink: You want to copy your range from column B then right click over first cell in your list from column B and choose Paste Special> Values over column B. Now you can delete column A if you want to.
 
Upvote 0

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
=REPLACE(A1,1,LOOKUP(9.999E+307,FIND(" ",A1,ROW($1:$1024))),"")&" "&SUBSTITUTE(A1,REPLACE(A1,1,LOOKUP(9.9999E+307,FIND(" ",A1,ROW($1:$1024))),""),"")

HTH
 
Upvote 0
babycody said:
Correcting MVP.
:LOL: Yes, quite right, quite right. (What can I say?)
You'll want to convert column B to values before deleting column A.

Good eye babycody. :wink:
 
Upvote 0

Forum statistics

Threads
1,215,522
Messages
6,125,312
Members
449,218
Latest member
Excel Master

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top