<tbody>
Names
Age
25
A
18
B
25
C
30
D
</tbody>
I have a huge table but I just made this as a sample of my scenario , so I used LARGE() to return first three Old ages and this was the result which makes sense.
<tbody>
30
25
25
</tbody>
And then I want to return the corresponding...