#1   Report Post  
Posted to microsoft.public.excel.misc
n1kk1
 
Posts: n/a
Default formula help


Hello, I am trying to work out a point scoring system and have the
following formula

=IF(OR(C9="",F9="",'Winning Scores'!C7="",'Winning
Scores'!F7=""),0,IF(C9+F9='Winning Scores'!C7+'Winning
Scores'!F7,"3","0")+IF(OR(AND(C9F9,'Winning Scores'!C7'Winning
Scores'!F7),AND(AM!C9<AM!F9,'Winning Scores'!C7<'Winning
Scores'!F7)),1,0))

Which is basically saying that if C7 and F7 = C9 and F9 in the 'winning
scores spreadsheet, to give 3 points but it is returning 3 points if
C7=F9, and I only want it to relate to C7 - do you know how I would do
this?

I also need to award 1 point if the highest score is chosen but not if
the exact score, hence if the score was '3' '2' and the person chose
these exact numbers 3 points would be awarded but it they chose '3' 1'
only 1 point would be awarded as they chose the winning team

any light you can shed would be greatly appreciated!

thanks
nx


--
n1kk1
------------------------------------------------------------------------
n1kk1's Profile: http://www.excelforum.com/member.php...o&userid=35173
View this thread: http://www.excelforum.com/showthread...hreadid=551005

  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default formula help

Hi

Similar to an answer I gave earlier to another post:
With your actual score in C2 and D2 and your predicted score in G2 and H2,
try something like this:
=IF(AND(C2=G2,D2=H2),3,IF(OR(AND(C2D2,G2H2),AND( C2<D2,G2<H2)),1,0))
This gives 3 points for an exact score match and 1 point for a result match.
If it doesn't exactly deal with your needs, post back with some examples of
what you'd like!

Andy.

"n1kk1" wrote in
message ...

Hello, I am trying to work out a point scoring system and have the
following formula

=IF(OR(C9="",F9="",'Winning Scores'!C7="",'Winning
Scores'!F7=""),0,IF(C9+F9='Winning Scores'!C7+'Winning
Scores'!F7,"3","0")+IF(OR(AND(C9F9,'Winning Scores'!C7'Winning
Scores'!F7),AND(AM!C9<AM!F9,'Winning Scores'!C7<'Winning
Scores'!F7)),1,0))

Which is basically saying that if C7 and F7 = C9 and F9 in the 'winning
scores spreadsheet, to give 3 points but it is returning 3 points if
C7=F9, and I only want it to relate to C7 - do you know how I would do
this?

I also need to award 1 point if the highest score is chosen but not if
the exact score, hence if the score was '3' '2' and the person chose
these exact numbers 3 points would be awarded but it they chose '3' 1'
only 1 point would be awarded as they chose the winning team

any light you can shed would be greatly appreciated!

thanks
nx


--
n1kk1
------------------------------------------------------------------------
n1kk1's Profile:
http://www.excelforum.com/member.php...o&userid=35173
View this thread: http://www.excelforum.com/showthread...hreadid=551005



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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 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 11:54 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"