Hi,
I've got a list of names in Column A, e.g.
Joe Bloggs
John M. Bloggs
Mary-Ann Bloggs
Ruth Sally Bloggs
All the names are in different formats (i.e. some just first name and last name, some with a middle initial included, some with double-barrel first names, etc.)
I know how to isolate the first name in Column B and isolate the last name in Column C for each one using LEFT and RIGHT formulas, but because the names in Column A are in all different formats, I'm not able to copy down these formulas effectively in Columns B and C. I guess I have to use an IF function to say, for example for the Last Name, "
=IF(A2 [is in format 1], [enter the formula that works for that format type], IF(A2 [is in format 2], [enter the formula that works for that format type], IF(A2 [is in format 3... etc."
The part I don't know how to do is this part: "[is in format 1]", "[is in format 2]", etc.
Could you please let me know if it is possible to achieve this using just formulas (no VBA or Macros please)
Thanks & regards
David
I've got a list of names in Column A, e.g.
Joe Bloggs
John M. Bloggs
Mary-Ann Bloggs
Ruth Sally Bloggs
All the names are in different formats (i.e. some just first name and last name, some with a middle initial included, some with double-barrel first names, etc.)
I know how to isolate the first name in Column B and isolate the last name in Column C for each one using LEFT and RIGHT formulas, but because the names in Column A are in all different formats, I'm not able to copy down these formulas effectively in Columns B and C. I guess I have to use an IF function to say, for example for the Last Name, "
=IF(A2 [is in format 1], [enter the formula that works for that format type], IF(A2 [is in format 2], [enter the formula that works for that format type], IF(A2 [is in format 3... etc."
The part I don't know how to do is this part: "[is in format 1]", "[is in format 2]", etc.
Could you please let me know if it is possible to achieve this using just formulas (no VBA or Macros please)
Thanks & regards
David