Splitting out name, title and known as name

Declamatory

Active Member
Joined
Nov 6, 2014
Messages
319
God morning folks,

I have the following table:

[TABLE="width: 923"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD="align: left"] [TABLE="width: 923"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD="align: left"]Job holder[/TD]
[TD="align: left"]Title[/TD]
[TD="align: left"]Forename[/TD]
[TD="align: left"]Surname[/TD]
[TD="align: left"]Known As[/TD]
[/TR]
[TR]
[TD="align: left"]Pickford, Mr Leighton[/TD]
[TD="align: left"]Mr [/TD]
[TD="align: left"]Leighton[/TD]
[TD="align: left"]Pickford[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: left"]Baines-Gueye, Mr Richard[/TD]
[TD="align: left"]Mr [/TD]
[TD="align: left"]Richard[/TD]
[TD="align: left"]Baines-Gueye[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: left"]Digne, Mrs Ngolo[/TD]
[TD="align: left"]Mrs [/TD]
[TD="align: left"]Ngolo[/TD]
[TD="align: left"]Digne[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: left"]Southgate, Miss Nicola (Nikki)[/TD]
[TD="align: left"]Miss [/TD]
[TD="align: left"]Nicola (Nikki)[/TD]
[TD="align: left"]Southgate[/TD]
[TD="align: left"](Nikki)[/TD]
[/TR]
[TR]
[TD="align: left"]Schneiderlin, Doctor Morgan[/TD]
[TD="align: left"]Doctor [/TD]
[TD="align: left"]Morgan[/TD]
[TD="align: left"]Schneiderlin[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: left"]Keane, Mrs Gemma Louise (Gemma)[/TD]
[TD="align: left"]Mrs [/TD]
[TD="align: left"]Gemma Louise (Gemma)[/TD]
[TD="align: left"]Keane[/TD]
[TD="align: left"]Louise (Gemma)[/TD]
[/TR]
[TR]
[TD="align: left"]***Vacant***[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: left"]Claus, Mrs Joanne[/TD]
[TD="align: left"]Mrs [/TD]
[TD="align: left"]Joanne[/TD]
[TD="align: left"]Claus[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: left"]Claus, Mrs Joanne[/TD]
[TD="align: left"]Mrs [/TD]
[TD="align: left"]Joanne[/TD]
[TD="align: left"]Claus[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: left"]Datix-Pickford, Mr Jordan[/TD]
[TD="align: left"]Mr [/TD]
[TD="align: left"]Jordan[/TD]
[TD="align: left"]Datix-Pickford[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: left"]Datix-Mina, Mr Bernard[/TD]
[TD="align: left"]Mr [/TD]
[TD="align: left"]Bernard[/TD]
[TD="align: left"]Datix-Mina[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: left"]Richarlison, Mr Richard[/TD]
[TD="align: left"]Mr [/TD]
[TD="align: left"]Richard[/TD]
[TD="align: left"]Richarlison[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: left"]Coleman, Dr James Seamus[/TD]
[TD="align: left"]Dr [/TD]
[TD="align: left"]James Seamus[/TD]
[TD="align: left"]Coleman[/TD]
[TD]

[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD="align: left"][/TD]
[TD="align: left"][/TD]
[TD="align: left"][/TD]
[TD="align: left"][/TD]
[/TR]
</tbody>[/TABLE]

The columns split out the data from column A.

Formula in B2= =IFERROR(MID(A2,SEARCH(" ",A2,1)+1,SEARCH(" ",A2,SEARCH(" ",A2,1)+1)-SEARCH(" ",A2,1)),"")

Formula in C2= =IFERROR(RIGHT(A2,LEN(A2)-SEARCH(" ",A2,SEARCH(" ",A2,1)+1)),"")

Formula in D2= =IFERROR(LEFT(A2,SEARCH(" ",A2,1)-2),"")

Formula in E2 = =IFERROR(RIGHT(A2,LEN(A2)-SEARCH(" ",A2,SEARCH(" ",A2,SEARCH(" ",A2,1)+1)+1)),"")

Is there a way I can:


  1. remove the ‘known as’ name and parentheses from the forename column, without using MID in the formula
  2. remove the parentheses in the ‘known as’ column leaving just the known as name?

Thanks and kind regards,
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
The answer to question 1:
=IFERROR(LEFT(A2,FIND("(",A2,1)-2),"")
Note that with this formula I assume that there is no text after the 'known as' name.

The answer to question 2:
=IFERROR(SUBSTITUTE(SUBSTITUTE(E5,"(",""),")",""))

You'd want to replace the cell references with the formulas you already have.
 
Last edited:
Upvote 0
Thanks for the reply Tim.

=IFERROR(SUBSTITUTE(SUBSTITUTE(E5,"(",""),")","")) works for Row 5 but for row 7 I get a result of Louise Gemma when her known name is just "Gemma".

Thanks
 
Upvote 0

Forum statistics

Threads
1,223,239
Messages
6,170,947
Members
452,368
Latest member
jayp2104

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