P
Pete
I'm trying to make a top 10 but I'm having problems with non unique
values.
Raw data :
Pink 1
Blue 5
Yellow 3
White 6
Purple 4
Brown 2
Red 15
Orange 48
Black 18
Green 20
Beige 22
Violet 56
Gold 12
To get my top 10 I use this, which works fine.
=LARGE(totals,1) - through to 10
I then use this to match the text title to the value.
=INDEX($B$5:$C$17,MATCH(B23,$C$5:$C$17,0),1)
Result :
1st 56 Violet
2nd 48 Orange
3rd 22 Beige
4th 20 Green
This all works fine as long as the values are unique, however if I
change Gold to 56 I get the following result
1st 56 Violet
2nd 56 Violet
3rd 48 Orange
4th 22 Beige
Any ideas on how to make this work correctly?
Many thanks
Pete
values.
Raw data :
Pink 1
Blue 5
Yellow 3
White 6
Purple 4
Brown 2
Red 15
Orange 48
Black 18
Green 20
Beige 22
Violet 56
Gold 12
To get my top 10 I use this, which works fine.
=LARGE(totals,1) - through to 10
I then use this to match the text title to the value.
=INDEX($B$5:$C$17,MATCH(B23,$C$5:$C$17,0),1)
Result :
1st 56 Violet
2nd 48 Orange
3rd 22 Beige
4th 20 Green
This all works fine as long as the values are unique, however if I
change Gold to 56 I get the following result
1st 56 Violet
2nd 56 Violet
3rd 48 Orange
4th 22 Beige
Any ideas on how to make this work correctly?
Many thanks
Pete