Putting 4 Actors values/numbers in an order
Hi All,
I have an application which gives 4 actors a number (i.e. Actor 1 = 14, Actor 2 = 45, Actor 3=9, Actor 4 = 129 etc etc)
I need to put these actors in order of number, and then give each actor its position.
So for example, using the example above:
Actor 1 would be given position 2
Actor 2 would be given position 3
Actor 3 would be given position 1
Actor 4 would be given position 4
Is there an easy way to do this, and work out the position of them, without the long nested 'rules' I am currently considering.
Many thanks,
Rob
I have an application which gives 4 actors a number (i.e. Actor 1 = 14, Actor 2 = 45, Actor 3=9, Actor 4 = 129 etc etc)
I need to put these actors in order of number, and then give each actor its position.
So for example, using the example above:
Actor 1 would be given position 2
Actor 2 would be given position 3
Actor 3 would be given position 1
Actor 4 would be given position 4
Is there an easy way to do this, and work out the position of them, without the long nested 'rules' I am currently considering.
Many thanks,
Rob
Comments
I can always share this (if it works) and people want to know how to do it.