ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Create formula to; sum the lowest 10 cells in a column (https://www.excelbanter.com/excel-worksheet-functions/243363-create-formula-%3B-sum-lowest-10-cells-column.html)

PCat

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

Jacob Skaria

Create formula to; sum the lowest 10 cells in a column
 
You mean lowest 10 values in a column...Try

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

If this post helps click Yes
---------------
Jacob Skaria


"PCat" wrote:

sum the lowest 10 cells in a column


Mike H

Create formula to; sum the lowest 10 cells in a column
 
Perhaps you mean the last 10 numbers in a column

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

Mike

"PCat" wrote:

sum the lowest 10 cells in a column


T. Valko

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

=SUM(SMALL(A:A,{1,2,3,4,5,6,7,8,9,10}))

--
Biff
Microsoft Excel MVP


"PCat" wrote in message
...
sum the lowest 10 cells in a column





All times are GMT +1. The time now is 07:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com