Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
.... 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
![]() |
|||
|
|||
![]() Quote:
Last edited by Kinghart : September 1st 08 at 10:21 AM |
#5
![]() |
|||
|
|||
![]()
[quote=Kinghart;717296]*************************************************
************************************* Last edited by Kinghart : September 1st 08 at 10:21 AM |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
*************************************************
+-------------------------------------------------------------------+ +-------------------------------------------------------------------+ ???? -- Rick (MVP - Excel) |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
HEY THANKS..... THAT FORMULA ALMOST WORKED, BUT STILL HAVE SOME PROBLEMS WITH THE "SORRY" PART.... #NAME?
|
#9
![]() |
|||
|
|||
![]()
OOOOPS.... MY MISTAKE.... THAT FORMULA WORKED SO PERFECTLY..... THANK U VERY MUCH.... U R GENIUS :-)
|
#10
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|