Hello,
I am currently trying to figure out how I can return the position on a list of a number.
For example, if I have a column with numbers:

65
28
13
1
99
42

The column next to it would be:

5
3
2
1
6
4

Does anybody have a simple way of doing this that is scalable for multiple size lists?