In column A of a worksheet I have a name. In columns B to K are entered the results achieved by that name on ten occasions. In column L is the total of the results. However I want to select the six best of the ten results & total them. This is my cumbersome formula to do this:
=SUM(LARGE(B2:K2,1)+(LARGE(B2:K2,2)+(LARGE(B2:K2,3)+(LARGE(B2:K2,4)+(LARGE(B2:K2,5)+(LARGE(B2:K2,6)))))))
I am sure there is a simpler way to achieve the required result. Perhaps someone could guide me on how this could be done?
Also & ideally I would like to highlight the six best results but that is a wish rather than a need!