PC Review


Reply
Thread Tools Rate Thread

Can Anyone Help me with this

 
 
Kinghart
Guest
Posts: n/a
 
      31st Aug 2008

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
 
Reply With Quote
 
 
 
 
Rick Rothstein
Guest
Posts: n/a
 
      1st Sep 2008
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> 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


 
Reply With Quote
 
Kinghart
Guest
Posts: n/a
 
      1st Sep 2008

'David Biddulph[_2_ Wrote:
> ;717295'].... or if D2 <0, or if B2<60 and D2 is >0 and <=1?
> --
> David Biddulph
>
> "Rick Rothstein" <(E-Mail Removed)> wrote in message
>
> news:(E-Mail Removed)...-
> > 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" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...-
> >>
> >> 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-

> > -


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


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



--
Kinghart
 
Reply With Quote
 
Rick Rothstein
Guest
Posts: n/a
 
      1st Sep 2008
> *************************************************
>
>
> +-------------------------------------------------------------------+
> +-------------------------------------------------------------------+



????

--
Rick (MVP - Excel)

 
Reply With Quote
 
Kinghart
Guest
Posts: n/a
 
      2nd Sep 2008

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(B2>60,D2>=0),AND(B2<60,D2=0)),"Bingo",IF(AND(B2<60,D2>1),"Sorry","Undefined"))


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


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



--
Kinghart
 
Reply With Quote
 
David Biddulph
Guest
Posts: n/a
 
      2nd Sep 2008
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> 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(B2>60,D2>=0),AND(B2<60,D2=0)),"Bingo",IF(AND(B2<60,D2>1),"Sorry","Undefined"))

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



 
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



Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:23 PM.