Home |
Search |
Today's Posts |
#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")) |