If your data is in column A, then try this...


=SUM(LARGE(A1:A12,ROW(INDIRECT("1:10"))))

entered as an array... ctrl+shift+enter


Phillycheese5