Hey All,
I am scratching my head trying to figure out where i am going wrong, looking for a cell to return '1' or '0' based if certain combinations of Yes/No and Blank cells are selected for the logic.
Formula i have now is below, but this issue seems to be that it is not working for the if cell is blank '="<>"&"*"'
=IF(OR(AND(C4="No",C5="yes"),AND(C4="No",C5="No"),AND(Steps!$C$4="<>"&"*",C5="No"),AND(Steps!$C$4="No",C5="<>"&"*"),AND(Steps!$C$4="<>"&"*",C5="<>"&"*")),"1","0")
combinations for returning '1' are:
C4="No"
C5="No"
or
C4="No"
C5="Yes"
or
C4= Empty Cell
C5= Empty Cell
or
C4= Empty Cell
C5= "Yes"
combinations for returning '0' are:
C4="Yes"
C5="No"
or
C4= "Yes"
C5= Empty Cell
Any help would be greatly appreciated.
Thanks
I am scratching my head trying to figure out where i am going wrong, looking for a cell to return '1' or '0' based if certain combinations of Yes/No and Blank cells are selected for the logic.
Formula i have now is below, but this issue seems to be that it is not working for the if cell is blank '="<>"&"*"'
=IF(OR(AND(C4="No",C5="yes"),AND(C4="No",C5="No"),AND(Steps!$C$4="<>"&"*",C5="No"),AND(Steps!$C$4="No",C5="<>"&"*"),AND(Steps!$C$4="<>"&"*",C5="<>"&"*")),"1","0")
combinations for returning '1' are:
C4="No"
C5="No"
or
C4="No"
C5="Yes"
or
C4= Empty Cell
C5= Empty Cell
or
C4= Empty Cell
C5= "Yes"
combinations for returning '0' are:
C4="Yes"
C5="No"
or
C4= "Yes"
C5= Empty Cell
Any help would be greatly appreciated.
Thanks