I'm a huge baseball fan and I'm trying to extract a name from a spreadsheet I have. The names are listed with the position, and team all in one cell.
Example below:
[TABLE="width: 300"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Mike Trout CF | LAA [/TD]
[/TR]
[TR]
[TD]Miguel Cabrera 1B | DET
How can I extract Mike Trout, and Miguel Cabrera from cells A3 and A4?[/TD]
[/TR]
</tbody>[/TABLE]
Example below:
[TABLE="width: 300"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Mike Trout CF | LAA [/TD]
[/TR]
[TR]
[TD]Miguel Cabrera 1B | DET
How can I extract Mike Trout, and Miguel Cabrera from cells A3 and A4?[/TD]
[/TR]
</tbody>[/TABLE]