Hello, all!
Sorry, I’m sure this question has been asked before but after many searches (here and elsewhere) I can’t seem to find an answer.
I have a spreadsheet with numeric data from A3:J503. In another cell (N1) I have a LARGE() function. What I would like to do is have P1 return a cell reference to the LARGE function’s results. I’ve tried various incantations of LOOKUP, INDEX, ADDRESS and INDIRECT but all of these functions work only on either row or column data or otherwise already knowing where the cell reference is.
Bonus question: is it possible to get the cell reference from the cell with the LARGE() formula (N1) as opposed to re-entering the array of A3:J503?
Again, sorry about the possibly redundant question. Thanks in advance.
EDIT 2018-05-20: It seems there’s a bit of confusion as to what I’d like to achieve. It’s actually very simple. Attached is a test file. Thanks to all.