PC Review


Reply
Thread Tools Rate Thread

Complex function....not sure how if the result I want is possible

 
 
=?Utf-8?B?QmVzc2VtZQ==?=
Guest
Posts: n/a
 
      28th Feb 2006
OK...this may not even been a possible function of Excel...might be something
for Access.

Name Hole1 Hole2 Hole3
Mike 3 4 5
Melissa 4 5 6
Tony 2 3 4
Scott 3 3 3

The result I'm wanting the name of person that had the lowest score on each
hole but only if they were the sinlge lowest score (no more than one player
had the same score).

How can I do this....surely it can be done!! HELP!!!
 
Reply With Quote
 
 
 
 
=?Utf-8?B?YnBlbHR6ZXI=?=
Guest
Posts: n/a
 
      28th Feb 2006
If the names are in A2:A5 and the hole 1 scores in B2:B5, then
=IF(COUNTIF(B2:B5,MIN(B2:B5))=1,INDEX($A2:$A5,MATCH(MIN(B2:B5),B2:B5,FALSE)),"Tie")
will tell you who had the low score on hole 1. You could autofill this
across multiple columns to get the low score on each hole.
The logic: find the low score and see if there's exactly one such score.
If so, use index/match to find the associated name. If not, declare a tie.
HTH. --Bruce

"Besseme" wrote:

> OK...this may not even been a possible function of Excel...might be something
> for Access.
>
> Name Hole1 Hole2 Hole3
> Mike 3 4 5
> Melissa 4 5 6
> Tony 2 3 4
> Scott 3 3 3
>
> The result I'm wanting the name of person that had the lowest score on each
> hole but only if they were the sinlge lowest score (no more than one player
> had the same score).
>
> How can I do this....surely it can be done!! HELP!!!

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Complex excel - calling formulae result and setting as value of aspecific cell Michael Harris Microsoft Excel Discussion 1 9th Nov 2009 10:18 PM
Mutliple Complex Queries - How to Combine into One Result/Report? Inuchan Microsoft Access Queries 1 21st Jan 2008 08:47 AM
Mutliple Complex Queries - How to Combine into One Result/Report? Inuchan Microsoft Access 5 13th Jan 2008 10:48 PM
Mutliple Complex Queries - How to Combine into One Result/Report? Inuchan Microsoft Access Reports 0 13th Jan 2008 12:41 AM
Result depending of the result of a function. SOS Microsoft Excel Worksheet Functions 0 4th Jun 2004 12:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:15 PM.