Returning Cell Contents of One Cell Based On Another Cell
I guess what I'm really looking for is a function that will give me the cell
reference where the minimum value is located. I don't want the min value,
but the cell in which the min value is located.
Then I can plug that into the offset function (or a variety of other
functions) and get the value I need.
"Dave F" wrote:
Sorry I mis-read your question, please ignore my response!
--
Brevity is the soul of wit.
"Dave F" wrote:
=OFFSET(MIN(G1:G1000),1)
Dave
--
Brevity is the soul of wit.
"DallasLDY" wrote:
What I'm trying to do is look up the min of say column G, and based on which
cell the min is found in (say G7), give me the contents of the cell beside it
(F7).
I've tried several functions and can't seem to find the correct mix that
will give me what I want. Can anyone help?
|