#1   Report Post  
Mike Busch
 
Posts: n/a
Default Help with formula

I am doing a Golf outing for my aunt. She has a list of scores across a row
and I will need to find the 3 lowest scores and divide the total by 3 and
subtract the par for that cousre to come up with their handicape. thank you
in advance.
Exp. 42, 44, 42. 40, 45, 41, 47, 45, 42, 44, 42, 45, 45, Take 40+41+42 =123
divide by 3 = 41 - 36 handi cap is 5.

  #2   Report Post  
Sloth
 
Posts: n/a
Default

=SUM(SMALL(A1:A13,1),SMALL(A1:A13,2),SMALL(A1:A13, 3))/3-36

This assume the set is in A1-A13. Small is the same as MIN but you choose
which number you want (SMALL(A1:A13,2) is the second smallest). If you had
two 40's in your list SMALL(A1:A13,1) and SMALL(A1:A13,2) would both be 40.

"Mike Busch" wrote:

I am doing a Golf outing for my aunt. She has a list of scores across a row
and I will need to find the 3 lowest scores and divide the total by 3 and
subtract the par for that cousre to come up with their handicape. thank you
in advance.
Exp. 42, 44, 42. 40, 45, 41, 47, 45, 42, 44, 42, 45, 45, Take 40+41+42 =123
divide by 3 = 41 - 36 handi cap is 5.

  #3   Report Post  
Domenic
 
Posts: n/a
Default

Try...

=AVERAGE(SMALL(A1:M1,{1,2,3}))-36

Hope this helps!

In article ,
"Mike Busch" wrote:

I am doing a Golf outing for my aunt. She has a list of scores across a row
and I will need to find the 3 lowest scores and divide the total by 3 and
subtract the par for that cousre to come up with their handicape. thank you
in advance.
Exp. 42, 44, 42. 40, 45, 41, 47, 45, 42, 44, 42, 45, 45, Take 40+41+42 =123
divide by 3 = 41 - 36 handi cap is 5.

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
IF formula? meris Excel Worksheet Functions 1 September 6th 05 07:14 AM
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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

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"