HOW TO TOTAL THE THREE HIGHEST AMOUNTS IN A ROW

  • Thread starter Thread starter Shane
  • Start date Start date
S

Shane

Hi

How do you add up the three highest amounts in cells in a row automatically.
eg: when adding a higher amount in the collum excell must automatically use
the higher amount and egnor the lower amount, thus only totalling the three
highest numbers or scores in the row or colum.

THANKS
 
=SUM(LARGE(1:1,{1,2,3}))

To sum up 3 highest values in row 1


Gord Dibben MS Excel MVP
 
Back
Top