fadilahisnin
New Member
Dear all,
I have this situation whereby i have a sets of data with their individual name. But that sets of data( numbers) are repeating (nontheless, got their individual unique name). After i choose the top 10 (using largest function) of highest value out of 200 data (numbers), the index function that i used to match the name with the data will keep on repeating the first name of the same number.
For example :
(TOP 10 DATA WITH THEIR UNIQUE NAME - sequence that i want)
A 7
B 7
C 4
D 4
E 3
F 3
G 2
H 2
I 2
J 2
(RESULTS I GET)
A 7
A 7
C 4
C 4
E 3
E 3
and so on.
How to resolve this????
TQ in advance
I have this situation whereby i have a sets of data with their individual name. But that sets of data( numbers) are repeating (nontheless, got their individual unique name). After i choose the top 10 (using largest function) of highest value out of 200 data (numbers), the index function that i used to match the name with the data will keep on repeating the first name of the same number.
For example :
(TOP 10 DATA WITH THEIR UNIQUE NAME - sequence that i want)
A 7
B 7
C 4
D 4
E 3
F 3
G 2
H 2
I 2
J 2
(RESULTS I GET)
A 7
A 7
C 4
C 4
E 3
E 3
and so on.
How to resolve this????
TQ in advance