[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]Start Date
[/TD]
[TD]End Date
[/TD]
[TD="align: center"]Jan-20
[/TD]
[TD="align: center"]Feb-20
[/TD]
[TD="align: center"]Mar-20
[/TD]
[TD="align: center"]Apr-20
[/TD]
[TD="align: center"]May-20
[/TD]
[TD="align: center"]Jun-20
[/TD]
[TD="align: center"]Jul-20
[/TD]
[/TR]
[TR]
[TD]A
[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: center"][/TD]
[TD="align: center"]212
[/TD]
[TD="align: center"]518
[/TD]
[TD="align: center"]623
[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD]B
[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]891
[/TD]
[TD="align: center"]218
[/TD]
[TD="align: center"]563
[/TD]
[TD="align: center"]500
[/TD]
[/TR]
[TR]
[TD]C
[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: center"]926
[/TD]
[TD="align: center"]777
[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
For the table above, I would like to return the dates corresponding to the first and last values in the row.
For example, Start Date for category A would Feb-20, End Date Apr-20.
<tbody>[TR]
[TD][/TD]
[TD]Start Date
[/TD]
[TD]End Date
[/TD]
[TD="align: center"]Jan-20
[/TD]
[TD="align: center"]Feb-20
[/TD]
[TD="align: center"]Mar-20
[/TD]
[TD="align: center"]Apr-20
[/TD]
[TD="align: center"]May-20
[/TD]
[TD="align: center"]Jun-20
[/TD]
[TD="align: center"]Jul-20
[/TD]
[/TR]
[TR]
[TD]A
[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: center"][/TD]
[TD="align: center"]212
[/TD]
[TD="align: center"]518
[/TD]
[TD="align: center"]623
[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD]B
[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]891
[/TD]
[TD="align: center"]218
[/TD]
[TD="align: center"]563
[/TD]
[TD="align: center"]500
[/TD]
[/TR]
[TR]
[TD]C
[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: center"]926
[/TD]
[TD="align: center"]777
[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
For the table above, I would like to return the dates corresponding to the first and last values in the row.
For example, Start Date for category A would Feb-20, End Date Apr-20.