Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Does excel have a "best of" function - i.e. summing the best 3 out of 5 for
example? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If there may be less than 3 items..
try this: =SUMPRODUCT(INDEX(LARGE(A1:A5,ROW($A$1:INDEX($A$1: $A$5,MIN(COUNT(A1:A5),3)))),0)) or...if there will ALWAYS be at least 3 items: =SUMPRODUCT(LARGE(A1:A5,{1,2,3})) Is that something you can work with? Post back if you have more questions. -------------------------- Regards, Ron (XL2003, Win XP) Microsoft MVP (Excel) "VipinK" wrote in message ... Does excel have a "best of" function - i.e. summing the best 3 out of 5 for example? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You have to build your own
=SUM(LARGE(A1:A10,{1;2;3})) -- Regards, Peo Sjoblom "VipinK" wrote in message ... Does excel have a "best of" function - i.e. summing the best 3 out of 5 for example? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
Excel 2002: Auto Sum function not working in large Excel file | Excel Discussion (Misc queries) | |||
challenge! javascript function into excel function | Excel Worksheet Functions | |||
Excel Workday Function with another function | Excel Discussion (Misc queries) | |||
Can you nest a MID function within a IF function in Excel | Excel Worksheet Functions |