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

[TABLE="width: 248"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Candidate name[/TD]
[TD] Formula[/TD]
[/TR]
[TR]
[TD]Aaron Holt[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Abhishek Wason[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Adam Badcock[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Adam Brown [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Adam Marsden[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Adrian Moore [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Adrian Wright[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Ahmad Refaque[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Ahmed Sidot[/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
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,223,231
Messages
6,170,884
Members
452,364
Latest member
springate

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