click here for the image of my excel worksheet What is the formula for cell K3 (p=>q) => (p=>~q) . My goal is False, True, True, True. But I don't know the formula for it in excel. I tried this formula =or(not(OR(NOT(B3);C3);OR(NOT(B3);NOT(C3))) , but it said "you,ve entered too many arguments for this function.
NOTE :
Please only use AND, OR, and NOT functions.
p=>q is equivalent to ~pvq
p<=>q is equivalent to (p=>q)^(q=>p) is equivalent to (~pvq)^(~qvp)
~ = negation
=> = conditional "if-then"