I am using a Large function to return the top 10 values in an array, once that is returned I am attempting to return a value in another column on the same row, everything works fine unless the value returned in the Large function is the same as another value, then the index match returns the first value everytime, I am stumped on how to correct this
Large Function return
97.7%
97.7%
93.2%
0.0%
0.0%
0.0%
0.0%
0.0%
0.0%
0.0%
Index match return
3257
3257
891
3249
3249
3249
3249
3249
3249
3249
The issue is that the 3249 should be a different value in all but one instance
Large Function return
97.7%
97.7%
93.2%
0.0%
0.0%
0.0%
0.0%
0.0%
0.0%
0.0%
Index match return
3257
3257
891
3249
3249
3249
3249
3249
3249
3249
The issue is that the 3249 should be a different value in all but one instance