#1   Report Post  
Junior Member
 
Posts: 15
Exclamation Football score

=if(B4+B5;equal and greater0;2;0)

It's a football diagram
So if the score is equal then show 2 point.
But the problem is that when i havent inserted any score yet 0 and 0 is also equal and it prints 2 point.. So it got to be equal and larger than 1 then print 2 or else 0

Any tips on how to fix?
  #2   Report Post  
Senior Member
 
Location: Philippines
Posts: 161
Default

Quote:
Originally Posted by gundesvan View Post
=if(B4+B5;equal and greater0;2;0)

It's a football diagram
So if the score is equal then show 2 point.
But the problem is that when i havent inserted any score yet 0 and 0 is also equal and it prints 2 point.. So it got to be equal and larger than 1 then print 2 or else 0

Any tips on how to fix?
=IF(B4=B5,2,0)

That is if I understood your question.
__________________
Asobi Wa Owari Da
  #3   Report Post  
Junior Member
 
Posts: 15
Default

Quote:
Originally Posted by wickedchew View Post
=IF(B4=B5,2,0)

That is if I understood your question.
The problem is when i havent filled in the result yet, so when its empty its also the same and it print 2.

It got to be something like =IF(B4=B5and1;2,0)

?

Now i got

=IF(B3C3; "3"; IF(B3<C3; "0"; IF(B3=C3; "2")))

but it need the last if to be bigger than one or else its 0
  #4   Report Post  
Senior Member
 
Location: Philippines
Posts: 161
Default

Quote:
Originally Posted by gundesvan View Post
The problem is when i havent filled in the result yet, so when its empty its also the same and it print 2.

It got to be something like =IF(B4=B5and1;2,0)

?
=IF(AND(B4=0,B5=0),0,IF(B4=B5,2,0))
__________________
Asobi Wa Owari Da
  #5   Report Post  
Junior Member
 
Posts: 15
Default

Quote:
Originally Posted by wickedchew View Post
=IF(AND(B4=0,B5=0),0,IF(B4=B5,2,0))
I dont get i to work

=IF(B3C3; "3"; IF(B3<C3; "0";IF(AND(B4=0,C4=0),0,IF(B4=B5,2,0))))


  #6   Report Post  
Senior Member
 
Location: Philippines
Posts: 161
Default

Quote:
Originally Posted by gundesvan View Post
I dont get i to work

=IF(B3C3; "3"; IF(B3<C3; "0";IF(AND(B4=0,C4=0),0,IF(B4=B5,2,0))))
Could you post a sample of the file you're working on? Even a screenshot would do.
__________________
Asobi Wa Owari Da
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
Make a sheet to enter score and score is copy to the proper cell.. Yan Excel Worksheet Functions 0 June 8th 07 02:41 PM
Fantasy Football tuggers Excel Discussion (Misc queries) 0 April 19th 06 06:31 AM
Football pool pats2306 Excel Discussion (Misc queries) 0 April 6th 06 10:35 PM
Football Coach needs help aldy67 Excel Discussion (Misc queries) 1 February 8th 06 06:40 PM
Football Scores Number_8 Excel Discussion (Misc queries) 4 August 12th 05 05:46 PM


All times are GMT +1. The time now is 02:39 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"