HOW TO TOTAL THE THREE HIGHEST AMOUNTS IN A ROW

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
 
G

Gord Dibben

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

To sum up 3 highest values in row 1


Gord Dibben MS Excel MVP
 
Top