S
Serge80
I tried using =Index(Match(Large())), but I have list containing
duplicate values, so I get back duplicate values. Ex: {3,5,5,2} will
return 5,5,3,2, but I need only 5,3,2.. duh! Large(
Some examples suggested to increment list values by small number, but
I don't understand how that works:
{5+0.0001, 5+0.0002, 3+0.0004, 2+0.0005} will still return 5,5,3,2
Please help rank list with duplicate values.
Sergey
duplicate values, so I get back duplicate values. Ex: {3,5,5,2} will
return 5,5,3,2, but I need only 5,3,2.. duh! Large(
Some examples suggested to increment list values by small number, but
I don't understand how that works:
{5+0.0001, 5+0.0002, 3+0.0004, 2+0.0005} will still return 5,5,3,2
Please help rank list with duplicate values.
Sergey