Finding the sum of a row - the lowest 3 values

  • Thread starter Thread starter Nathan Carter
  • Start date Start date
N

Nathan Carter

Hi there,
I am trying to figure out how to find the sum of a row minus the lowest
3 scores for a tournament I am running.
Basically we have points for each race and at the end of the season we
drop the 3 worst scores. Can this be *easily* done in Excel?
Cheers,
Nathan
 
=SUM(A1:Z1)-SUM(SMALL(A1:Z1,{1,2,3}))

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------­------------------------------­----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------­------------------------------­----------------
 
Back
Top