I have a column with the data formatted like this:
<colgroup><col style="width:48pt" width="64"> </colgroup><tbody>
[TD="class: xl64, width: 64"]L-15
[/TD]
[TD="class: xl65"]S-6[/TD]
[TD="class: xl64"]L-7
[/TD]
[TD="class: xl64"]L-8
[/TD]
[TD="class: xl66"]R-9
[/TD]
[TD="class: xl67"]D-10
[/TD]
[TD="class: xl65"]S-11[/TD]
[TD="class: xl67"]D-15
[/TD]
[TD="class: xl66"]R-13[/TD]
[TD="class: xl64"]L-6
[/TD]
</tbody>I am trying to find a code where in the next column or somewhere else, the number that is the largest would show up, but only for that specific letter, so if I was trying to find the largest number from letter L it would be L - 15, and it would show up as that in the other column. And if I were to ask for the largest number for s, it would be S- 11.
Can someone help me?
Thank you.
<colgroup><col style="width:48pt" width="64"> </colgroup><tbody>
[TD="class: xl64, width: 64"]L-15
[/TD]
[TD="class: xl65"]S-6[/TD]
[TD="class: xl64"]L-7
[/TD]
[TD="class: xl64"]L-8
[/TD]
[TD="class: xl66"]R-9
[/TD]
[TD="class: xl67"]D-10
[/TD]
[TD="class: xl65"]S-11[/TD]
[TD="class: xl67"]D-15
[/TD]
[TD="class: xl66"]R-13[/TD]
[TD="class: xl64"]L-6
[/TD]
</tbody>
Can someone help me?
Thank you.