Have many rows with dated notes/comments in a single cell. Need to extract the notes associated with the most recent date. See example below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]2/1/18 - comment one comment one 1/27/18 - comment two comment two 12/25/17 - comment three comment three[/TD]
[TD](result) 2/1/18 - comment one comment one[/TD]
[/TR]
[TR]
[TD]10/31/17 - notesnotes notes 11/1/17 - samplesamplesample [/TD]
[TD](result) 11/1/17 - samplesamplesample[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]2/1/18 - comment one comment one 1/27/18 - comment two comment two 12/25/17 - comment three comment three[/TD]
[TD](result) 2/1/18 - comment one comment one[/TD]
[/TR]
[TR]
[TD]10/31/17 - notesnotes notes 11/1/17 - samplesamplesample [/TD]
[TD](result) 11/1/17 - samplesamplesample[/TD]
[/TR]
</tbody>[/TABLE]