#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default data sort/filter

I have rows of numbers from which I would like to extract the five lowest
values from each row, compute the average and display the answer in a
different column. How can I do this?

Any help will be greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default data sort/filter


Enter this in a column in row 1 to give average of lowest five numbers
(colums A to I in my example) and copy down as required. Then average this
column for overall average if required.

=AVERAGE(SMALL($A1:$I1,{1,2,3,4,5}))

HTH

"maestro" wrote:

I have rows of numbers from which I would like to extract the five lowest
values from each row, compute the average and display the answer in a
different column. How can I do this?

Any help will be greatly appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default data sort/filter

Great answer - just what I needed. Thx so much, Toppers!

"Toppers" wrote:


Enter this in a column in row 1 to give average of lowest five numbers
(colums A to I in my example) and copy down as required. Then average this
column for overall average if required.

=AVERAGE(SMALL($A1:$I1,{1,2,3,4,5}))

HTH

"maestro" wrote:

I have rows of numbers from which I would like to extract the five lowest
values from each row, compute the average and display the answer in a
different column. How can I do this?

Any help will be greatly appreciated.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 172
Default data sort/filter

On Sat, 9 Sep 2006 10:46:01 -0700, Toppers
wrote:

=AVERAGE(SMALL($A1:$I1,{1,2,3,4,5}))


That is an absolutely elegant solution to the original question.

What I think I understand is that the "SMALL" function is passing the
five smallest values in the array to the "AVERAGE" function.

My question is how does one learn about this capability fo the SMALL
function to pass multiple arguments? When I look at the help file for
the SMALL function it gives the syntax:

SMALL(array,k)

and none of the examples demonstrate more than one value for k.

Is there some generic comment in the help files that explains what "k"
can be?

John Keith

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
Pull data from another sheet based on certain criteria steve_sr2 Excel Discussion (Misc queries) 1 February 23rd 06 10:08 AM
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM


All times are GMT +1. The time now is 07:05 AM.

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

About Us

"It's about Microsoft Excel"