Quote:
Originally Posted by timbrignall
Is it possible to count only the six largest values from a set of 10 values in a row?
|
Count? Easy. There will be six of them. ;-)
Sorry, did you mean sum? If so, then yes.
=SUMPRODUCT(LARGE(
range,{1,2,3,4,5,6}))