Create formula to; sum the lowest 10 cells in a column

J

Jacob Skaria

You mean lowest 10 values in a column...Try

=SUMPRODUCT(SMALL(A:A,ROW(1:10)))

If this post helps click Yes
 
M

Mike H

Perhaps you mean the last 10 numbers in a column

=SUM(OFFSET(A1,COUNTA(A:A)-10,):OFFSET(A1,COUNTA(A:A),))

Mike
 

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