BobHoskins
New Member
Basically, I have an array formula that looks like this:
=LARGE($F$6:$F$18,ROWS($H$6:H6))
I want to match the resulting array to F6:F18 to get the row numbers of the matches so I can use them in an index formula to find another value.
For the sake of example, if f6:f18 contains the numbers 1-13 in no particular order, then my array formula is going to produce an array from 13-1 from largest to smallest. If the number 5 is the number in f18, I'd like an array to give me the number 18 when it gets to number 5 in my array.
I want to get the row number instead of simply matching the result of my formula because in my actual problem there are going to be cases where there are two results the same.
Is there a way to do this? Maybe I'm going about this the wrong way, is there a simpler way to do this? I've uploaded a file which hopefully makes the problem clearer.
I'm trying to learn array formulas but still have a long way to go, any help would be appreciated, and if you have any further questions on the problem, please ask.
Thanks
-BH
=LARGE($F$6:$F$18,ROWS($H$6:H6))
I want to match the resulting array to F6:F18 to get the row numbers of the matches so I can use them in an index formula to find another value.
For the sake of example, if f6:f18 contains the numbers 1-13 in no particular order, then my array formula is going to produce an array from 13-1 from largest to smallest. If the number 5 is the number in f18, I'd like an array to give me the number 18 when it gets to number 5 in my array.
I want to get the row number instead of simply matching the result of my formula because in my actual problem there are going to be cases where there are two results the same.
Is there a way to do this? Maybe I'm going about this the wrong way, is there a simpler way to do this? I've uploaded a file which hopefully makes the problem clearer.
I'm trying to learn array formulas but still have a long way to go, any help would be appreciated, and if you have any further questions on the problem, please ask.
Thanks
-BH