Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I write an Excel formula that will select the smallest 10 of 15 golf
scores so that I can determine the handicap for the 10? I know how to do it with AutoFilter but I want to write a formula. Thank you. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use SMALL, each time with a different index. For example, if the
data is in A1:A15 =SMALL(A1:A15,1) .... =SMALL(A1:A15,10) Hope this helps, Miguel. "Jerry" wrote: How do I write an Excel formula that will select the smallest 10 of 15 golf scores so that I can determine the handicap for the 10? I know how to do it with AutoFilter but I want to write a formula. Thank you. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
What if there aren't 15 scores? Are there any empty cells in the range? Are there any zero values that you may want to exclude? Are the scores in a column or a row? Biff "Jerry" wrote in message ... How do I write an Excel formula that will select the smallest 10 of 15 golf scores so that I can determine the handicap for the 10? I know how to do it with AutoFilter but I want to write a formula. Thank you. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In case you are interested, golf handicaps are normally the best 10 of the last
20 games -- then take 96% of this average. -- Regards, Fred "Jerry" wrote in message ... How do I write an Excel formula that will select the smallest 10 of 15 golf scores so that I can determine the handicap for the 10? I know how to do it with AutoFilter but I want to write a formula. Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
golf handicap 4 of last 5 scores | Excel Discussion (Misc queries) | |||
Summary statistics for a golf scores spreadsheet | Excel Worksheet Functions | |||
conditional Formatting golf scores | Excel Discussion (Misc queries) | |||
excel for tracking golf scores or handicap | Excel Discussion (Misc queries) | |||
Golf Handicap Using Last 5 Scores | Excel Worksheet Functions |