LARGE function does not segregate between identical max values
If a list containts two maximum numbers (say 5, 5) does it hold that
LARGE(RANGE,1) = LARGE(RANGE, 2)= 5?
I think it does and it's messing up my functions!!!
No way to overcome this I suppose...
|