iken
Mechanical
- May 13, 2003
- 151
Hi All,
I am trying to get a value from a list, based on it's ranking. I need to get the cell value from the cell directly above the value gained from the Large function.
I have tried using OFFSET(LARGE($B$5:$AO$5,1),-1,0,1,1), but get an error (it appears the Large function cannot be used as a reference to offset from).
I need to use the large, so I can get the 2nd, 3rd, 4th largest value (and this I think it the only way to tackle multiple values - say 3 lots equal 2nd).
Anyone have any ideas on how to achieve this?
Many Thanks.
I am trying to get a value from a list, based on it's ranking. I need to get the cell value from the cell directly above the value gained from the Large function.
I have tried using OFFSET(LARGE($B$5:$AO$5,1),-1,0,1,1), but get an error (it appears the Large function cannot be used as a reference to offset from).
I need to use the large, so I can get the 2nd, 3rd, 4th largest value (and this I think it the only way to tackle multiple values - say 3 lots equal 2nd).
Anyone have any ideas on how to achieve this?
Many Thanks.