I've looked a lot on here to see if this has been asked but I couldn't find it. So I'm sorry if it has been answered before.
My question is very basic but for some reason I cannot seem to get it.
I have the following table:
ID Mike Carl Steve Josh
1 2$ 3$ 1$ 5$
2 4$ 5$ 1$ 2$
So what I need is to know what position out of all ID's does Mike rank from lowest to highest? This would mean for ID 1 it would yield position 2 because he is the second lowest. For ID 2 it would yield position 3 because he is the third lowest. This will go on for about 200000 positions for about 20 people but I just lowered it to simplify it.
Please let me know if you have any ideas and thank you so much in advance for all the help!