Hello,
I have a below data in columns
<tbody>
ron
4
shawn
3
max
8
jack
2
rex
1
swan
12
</tbody>
The next column I need a output showing the maximum. example - in the 1st row the maximum number is 8 but I need the ouput as max, same with the 2nd row, maximum is 12 and I need...