Index Match Question

seccard

New Member
Joined
Jun 11, 2007
Messages
3
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
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Long time member, but welcome to posting here!

See if this helps.

Excel Workbook
ABCDE
1a0.0%97.7%d
2b93.2%97.7%g
3c0.0%93.2%b
4d97.7%0.0%a
5e0.0%0.0%c
6f0.0%0.0%e
7g97.7%0.0%f
Index Match
 
Upvote 0

Forum statistics

Threads
1,221,417
Messages
6,159,789
Members
451,589
Latest member
Harold14

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top