How do you add the three lowest numbers in a column?

R

Ron Coderre

Try this:

For numbers in A1:A10

A11: =SUM(SMALL(A1:A10,{1,2,3}))

Does that help?

Regards,
Ron
 
Top