Formula for moving part of a name across to another cell

temiomadeli

New Member
Joined
Sep 9, 2015
Messages
10
Hi all,

i am trying to work out a formula to move last names across to a different cell from the below table. Please note i can only use formula and cannot use text to columns

Candidate name Formula
Aaron Holt
Abhishek Wason
Adam Badcock
Adam Brown
Adam Marsden
Adrian Moore
Adrian Wright
Ahmad Refaque
Ahmed Sidot

<colgroup><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Assuming the data is in A2:A10

B2

Code:
=MID(A2,SEARCH(" ",A2),LEN(A2))

and copy down
 
Upvote 0
I am trying to create usernames by pulling the first two letters of column D, the first two letters of column C, and the last three digits of column G. Is there a way to do that?

Thank you.
 
Upvote 0

Forum statistics

Threads
1,215,387
Messages
6,124,637
Members
449,177
Latest member
Sousanna Aristiadou

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