Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Create formula to; sum the lowest 10 cells in a column

sum the lowest 10 cells in a column
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula to add 4 lowest numbers from a column of 6 Mike Excel Worksheet Functions 4 September 29th 08 06:15 PM
HOW CREATE FORMULA TO ADD THE COLUMN CELLS THAT CONTAINING DATES krishna Excel Worksheet Functions 1 September 22nd 07 09:16 AM
highlight highest and lowest cells within a given column in ex Tim New Users to Excel 0 November 29th 06 10:36 PM
highlight highest and lowest cells within a given column in excel CLR New Users to Excel 0 November 29th 06 02:28 PM
highlight highest and lowest cells within a given column in excel Tim New Users to Excel 0 November 29th 06 12:33 PM


All times are GMT +1. The time now is 10:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"