smallest

G

Guest

how can I summarize the 12 smallest numbers in a column of 20 numbers WITHOUT
the cells that contain a 0.
 
B

Bob Phillips

Jan,

Try this

=SUM(SMALL(IF(A1:A20<>0,A1:A20),ROW(1:12)))

It is an array formula, so commit with Ctrl-Shift-Enter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top