#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 222
Default Masters Golf Pool

I am doing a Pool in which the contestant picks 10 golfers. We "throw" out
the five highest scores, resulting in the lowest five scores counting. I
have an example below using very small numbers for simplicity.

Row G10 H10:Y10
1 5 3 8 5 10 7 2 9 4 6 Result in Z10 should be
15 (1,2,3,4,5)

I'm trying to learn Excel (I'm 75 years old), but this formula is beyond my
knowledge.

Although not necessary, is it possible to highlight in color the lowest five
scores through Conditional Formatting?

Bob M.




  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Masters Golf Pool

=SUM(SMALL(G10:Y10,{1,2,3,4,5}))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"robert morris" wrote in message
...
I am doing a Pool in which the contestant picks 10 golfers. We "throw" out
the five highest scores, resulting in the lowest five scores counting. I
have an example below using very small numbers for simplicity.

Row G10 H10:Y10
1 5 3 8 5 10 7 2 9 4 6 Result in Z10 should be
15 (1,2,3,4,5)

I'm trying to learn Excel (I'm 75 years old), but this formula is beyond
my
knowledge.

Although not necessary, is it possible to highlight in color the lowest
five
scores through Conditional Formatting?

Bob M.






  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 222
Default Masters Golf Pool

Works perfectly! I was trying to make it more complicated than necessary.
Thanks so much! Any thoughts on highlighting the five highest or lowest?

Bob M.

"Bob Phillips" wrote:

=SUM(SMALL(G10:Y10,{1,2,3,4,5}))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"robert morris" wrote in message
...
I am doing a Pool in which the contestant picks 10 golfers. We "throw" out
the five highest scores, resulting in the lowest five scores counting. I
have an example below using very small numbers for simplicity.

Row G10 H10:Y10
1 5 3 8 5 10 7 2 9 4 6 Result in Z10 should be
15 (1,2,3,4,5)

I'm trying to learn Excel (I'm 75 years old), but this formula is beyond
my
knowledge.

Although not necessary, is it possible to highlight in color the lowest
five
scores through Conditional Formatting?

Bob M.







  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Masters Golf Pool

Yeah.

First add a defined name, Ctrl-F3, and name it one2five with a RefersTo
value of ={1,2,3,4,5}

Then select G10:Y10
Goto FormatConditional Formatting
Change the condition from Cell Value Is to Formula Is
Add a formula of =ISNUMBER(MATCH(G10,SMALL($G$10:$Y$10,one2five),0) )
Click Format
Select the Pattern tab
Choose a colour
exit

All done.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"robert morris" wrote in message
...
Works perfectly! I was trying to make it more complicated than necessary.
Thanks so much! Any thoughts on highlighting the five highest or lowest?

Bob M.

"Bob Phillips" wrote:

=SUM(SMALL(G10:Y10,{1,2,3,4,5}))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"robert morris" wrote in message
...
I am doing a Pool in which the contestant picks 10 golfers. We "throw"
out
the five highest scores, resulting in the lowest five scores counting.
I
have an example below using very small numbers for simplicity.

Row G10 H10:Y10
1 5 3 8 5 10 7 2 9 4 6 Result in Z10 should
be
15 (1,2,3,4,5)

I'm trying to learn Excel (I'm 75 years old), but this formula is
beyond
my
knowledge.

Although not necessary, is it possible to highlight in color the lowest
five
scores through Conditional Formatting?

Bob M.









  #5   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Masters Golf Pool

"robert morris" wrote:
.. Any thoughts on highlighting the five highest or lowest?


To format 5 lowest:
Select the desired range for conditional formatting, say select G10:Y15
(with G10 active), then apply CF using the formula:
=ISNUMBER(MATCH(G10,SMALL($G10:$Y10,COLUMN($A:$E)) ,0))
Format to taste, Ok out

To format the 5 highest, use:
=ISNUMBER(MATCH(G10,LARGE($G10:$Y10,COLUMN($A:$E)) ,0))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 222
Default Masters Golf Pool

Max

Once again, the people on this site amaze me!

Thanks, Thanks,

Bob M.


"Max" wrote:

"robert morris" wrote:
.. Any thoughts on highlighting the five highest or lowest?


To format 5 lowest:
Select the desired range for conditional formatting, say select G10:Y15
(with G10 active), then apply CF using the formula:
=ISNUMBER(MATCH(G10,SMALL($G10:$Y10,COLUMN($A:$E)) ,0))
Format to taste, Ok out

To format the 5 highest, use:
=ISNUMBER(MATCH(G10,LARGE($G10:$Y10,COLUMN($A:$E)) ,0))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

  #7   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Masters Golf Pool

Welcome. It's basically similar to Bob P's response.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"robert morris" wrote in message
...
Max

Once again, the people on this site amaze me!

Thanks, Thanks,

Bob M.



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
what template would you use for a NASCAR pool? tobiquer Excel Discussion (Misc queries) 4 February 25th 07 11:43 AM
nascar pool Karl Excel Discussion (Misc queries) 2 December 28th 06 06:41 PM
Convert Number to Text, Masters? a-frustrated-excel-user Excel Discussion (Misc queries) 3 December 21st 06 03:27 AM
Football pool pats2306 Excel Discussion (Misc queries) 0 April 6th 06 10:35 PM
Golf Pool FRR Excel Discussion (Misc queries) 1 May 7th 05 06:21 PM


All times are GMT +1. The time now is 11:31 PM.

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"