Hello everyone, I am having a little trouble getting the INDEX and MATCH functions to work together. I am using an input in cell B6 that is going to reference an array in G1:G10. However I want it to choose the highest number in the array and VLOOKUP is giving me the smaller of the two numbers. So I decided to use the INDEX and MATCH functions. It works when I input
=INDEX(G1:G10,MATCH(B6,G1:G10,1)) But this gives me the lower number. When I input
=INDEX(G1:G10,MATCH(B6,G1:G10,-1)) it gives me #N/A
Here is the column of numbers I am using.
0.2500
0.3125
0.3750
0.4375
0.5000
0.6250
0.7500
0.8750
1.0000
1.2500
If anyone could point out my error I would be very appreciative.
Bookmarks