N
Naas
I want to sum 9 cells in column, throwing out the lowest
2 values , adding 10 to the result.
Please help.
Naas
2 values , adding 10 to the result.
Please help.
Naas
-----Original Message-----
I want to sum 9 cells in column, throwing out the lowest
2 values , adding 10 to the result.
Please help.
Naas
.
SUM(A1:A9)-(SMALL(A1:A9,1)+SMALL(A1:A9,2))+10