Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 21
Default Can Anyone Help me with this

If b2 is 60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is 1 then g2 = "Sorry"
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Can Anyone Help me with this

It would help to know what range of values b2 and d2 can take. Also, what
should happen if b2=60?

--
Rick (MVP - Excel)


"Kinghart" wrote in message
...

If b2 is 60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is 1 then g2 = "Sorry"




--
Kinghart


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Can Anyone Help me with this

.... or if D2 <0, or if B2<60 and D2 is 0 and <=1?
--
David Biddulph

"Rick Rothstein" wrote in message
...
It would help to know what range of values b2 and d2 can take. Also, what
should happen if b2=60?

--
Rick (MVP - Excel)


"Kinghart" wrote in message
...

If b2 is 60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is 1 then g2 = "Sorry"




--
Kinghart




  #4   Report Post  
Junior Member
 
Posts: 21
Default

Quote:
Originally Posted by David Biddulph[_2_] View Post
.... or if D2 <0, or if B2<60 and D2 is 0 and <=1?
--
David Biddulph

"Rick Rothstein" wrote in message
...
It would help to know what range of values b2 and d2 can take. Also, what
should happen if b2=60?

--
Rick (MVP - Excel)


"Kinghart" wrote in message
...

If b2 is 60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is 1 then g2 = "Sorry"




--
Kinghart

*************************************************

Last edited by Kinghart : September 1st 08 at 10:21 AM
  #5   Report Post  
Junior Member
 
Posts: 21
Default

[quote=Kinghart;717296]*************************************************



*************************************
Attached Files
File Type: zip Book1.zip (6.5 KB, 33 views)

Last edited by Kinghart : September 1st 08 at 10:21 AM


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Can Anyone Help me with this

*************************************************


+-------------------------------------------------------------------+
+-------------------------------------------------------------------+



????

--
Rick (MVP - Excel)

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 915
Default Can Anyone Help me with this

Kinghart wrote:
If b2 is 60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is 1 then g2 = "Sorry"


=IF(OR(AND(B260,D2=0),AND(B2<60,D2=0)),"Bingo",I F(AND(B2<60,D21),"Sorry","Undefined"))
  #8   Report Post  
Junior Member
 
Posts: 21
Default

Quote:
Originally Posted by smartin View Post
Kinghart wrote:
If b2 is 60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is 1 then g2 = "Sorry"


=IF(OR(AND(B260,D2=0),AND(B2<60,D2=0)),"Bingo",I F(AND(B2<60,D21),"Sorry","Undefined"))
HEY THANKS..... THAT FORMULA ALMOST WORKED, BUT STILL HAVE SOME PROBLEMS WITH THE "SORRY" PART.... #NAME?
  #9   Report Post  
Junior Member
 
Posts: 21
Default

Quote:
Originally Posted by Kinghart View Post
HEY THANKS..... THAT FORMULA ALMOST WORKED, BUT STILL HAVE SOME PROBLEMS WITH THE "SORRY" PART.... #NAME?
OOOOPS.... MY MISTAKE.... THAT FORMULA WORKED SO PERFECTLY..... THANK U VERY MUCH.... U R GENIUS :-)
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Can Anyone Help me with this

Check your typing, or (better option) copy the formula from the newsgroup
and paste into the formula bar, rather than trying to retype.
--
David Biddulph

"Kinghart" wrote in message
...

smartin;717554 Wrote:
Kinghart wrote:-
If b2 is 60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is 1 then g2 = "Sorry"-


=IF(OR(AND(B260,D2=0),AND(B2<60,D2=0)),"Bingo",I F(AND(B2<60,D21),"Sorry","Undefined"))


HEY THANKS..... THAT FORMULA ALMOST WORKED, BUT STILL HAVE SOME
PROBLEMS WITH THE "SORRY" PART.... #NAME?


+-------------------------------------------------------------------+
+-------------------------------------------------------------------+



--
Kinghart





  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 915
Default Can Anyone Help me with this

Kinghart wrote:
smartin;717554 Wrote:
Kinghart wrote:-
If b2 is 60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is =0 then g2 = "Bingo"
If b2 is <60 and d2 is 1 then g2 = "Sorry"-

=IF(OR(AND(B260,D2=0),AND(B2<60,D2=0)),"Bingo",I F(AND(B2<60,D21),"Sorry","Undefined"))


HEY THANKS..... THAT FORMULA ALMOST WORKED, BUT STILL HAVE SOME
PROBLEMS WITH THE "SORRY" PART.... #NAME?


Kinghart,

Kindly use the Caps Lock key so your messages are not in all caps before
posting.

I based the formula on your criteria; it should work unless I missed
something.

What formula did you try?
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



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