formula help to seperate names

ganeshpoojary05

Board Regular
Joined
Apr 26, 2011
Messages
105
hi everyone,

i need a formula to seperate names.

for example:
i have a name in range("A1") as "Alex Roy Harris". I want a formula to split the names. i want my output as B1 should be "Alex", C1 should be "Roy" and D1 should be "Harris". can anyone help me with the formula. Thanks...
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
The easiest way is to select the cell(s) in column A, Data > Text to Columns, tick Delimited and specify Space as the delimiter.
 
Upvote 0
It could be any symbol that is unlikely to occur in the text string - you could use ! £ ^ and so on, or even CHAR(7)
 
Upvote 0

Forum statistics

Threads
1,224,567
Messages
6,179,571
Members
452,927
Latest member
whitfieldcraig

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