nicolehalliday
Board Regular
- Joined
- May 19, 2010
- Messages
- 56
Hi everyone,
I am searching a column range of values to return the maximum value, which I did simply by using the MAX function [=MAX(D2:D501)]. My next step is to return the value of the cell three cells left of the maximum value, which is a stock name. Basically, I would like one cell to return which stock in the range has the highest value, and another cell to return that specific stocks value. I tried this but it is not working:
=OFFSET(MAX(D2:D501),,-3)
Thanks in advance for you time and help!!!
I am searching a column range of values to return the maximum value, which I did simply by using the MAX function [=MAX(D2:D501)]. My next step is to return the value of the cell three cells left of the maximum value, which is a stock name. Basically, I would like one cell to return which stock in the range has the highest value, and another cell to return that specific stocks value. I tried this but it is not working:
=OFFSET(MAX(D2:D501),,-3)
Thanks in advance for you time and help!!!