I've been handed a data set with 70,000 entries - that were put together by someone lacking vision and understanding. They put in Column A the employees' entire name - in varying forms - and we need to extract it all. in to new cells for first, middle initial/name, last, suffix.
Below is an example of things we've seen:
Excel 2016 (Mac) 32 bit
<colgroup><col style="width: 25pxpx"><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]8[/TD]
[TD="align: center"]9[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]11[/TD]
[TD="align: center"]12[/TD]
[TD="align: center"]13[/TD]
[TD="align: center"]14[/TD]
[TD="align: center"]15[/TD]
[TD="align: center"]16[/TD]
[TD="align: right"][/TD]
</tbody>
Below is an example of things we've seen:
Excel 2016 (Mac) 32 bit
D | |
---|---|
Jeff Smith | |
Joe G. Smith | |
Jerry G. Smith Jr. | |
Scott Smith Jr. | |
Joe Gerald Smith | |
Thomas F. Gerber | |
Thomas Jackson | |
George M. St. Clair Jr. | |
<colgroup><col style="width: 25pxpx"><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]8[/TD]
[TD="align: center"]9[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]11[/TD]
[TD="align: center"]12[/TD]
[TD="align: center"]13[/TD]
[TD="align: center"]14[/TD]
[TD="align: center"]15[/TD]
[TD="align: center"]16[/TD]
[TD="align: right"][/TD]
</tbody>
Sheet1
I know it's not a lot to go off of, but if anyone has any suggestions on how to start, it would be appreciated.