<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>Hello, I am looking for a formula to convert a full name in the various formats seen below and convert them all to a consistent "last name only" cell in an adjacent column. I've been trying myself for a while, but am not making much progress. Does anyone know how to do this?
Thanks so much@
[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="100"><col width="100"></colgroup><tbody>[TR]
[TD]Full name[/TD]
[TD][/TD]
[TD]Last Name[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD][/TD]
[TD]Doe[/TD]
[/TR]
[TR]
[TD]Doe, John[/TD]
[TD][/TD]
[TD]Doe[/TD]
[/TR]
[TR]
[TD]John D. Doe[/TD]
[TD][/TD]
[TD]Doe[/TD]
[/TR]
[TR]
[TD]John Doe MD[/TD]
[TD][/TD]
[TD]Doe[/TD]
[/TR]
</tbody>[/TABLE]
Thanks so much@
[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="100"><col width="100"></colgroup><tbody>[TR]
[TD]Full name[/TD]
[TD][/TD]
[TD]Last Name[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD][/TD]
[TD]Doe[/TD]
[/TR]
[TR]
[TD]Doe, John[/TD]
[TD][/TD]
[TD]Doe[/TD]
[/TR]
[TR]
[TD]John D. Doe[/TD]
[TD][/TD]
[TD]Doe[/TD]
[/TR]
[TR]
[TD]John Doe MD[/TD]
[TD][/TD]
[TD]Doe[/TD]
[/TR]
</tbody>[/TABLE]