Hey,
Needed some help with nesting some formula. Suppose I have a row like this:
<pre>
A B C D E F
1 apple mango orange guava banana
2 2 4 1 5 5
</pre>
a) Now, if I want to return the 2nd largest value, i use =large(B1:F1,2)
b) If I need to return the cell reference of the second largest value, I try =cell(address,large(B1:F1,2))
but this doesn't seem to work. It returns an error. How can I write a formula to return the address of the 2nd largest value in the row?
Ideally, in this instance, I'd like to return "Mango", so I plan to nest a working version of b) within the offset formula.
Thank you!
Needed some help with nesting some formula. Suppose I have a row like this:
<pre>
A B C D E F
1 apple mango orange guava banana
2 2 4 1 5 5
</pre>
a) Now, if I want to return the 2nd largest value, i use =large(B1:F1,2)
b) If I need to return the cell reference of the second largest value, I try =cell(address,large(B1:F1,2))
but this doesn't seem to work. It returns an error. How can I write a formula to return the address of the 2nd largest value in the row?
Ideally, in this instance, I'd like to return "Mango", so I plan to nest a working version of b) within the offset formula.
Thank you!