Im trying to make a truth table that finds Q
e.x (A^B)~^(~C)=Q. or. (A~⊕B)^C=Q
the formula I've come up with to solve for q with xnor is =NOT(XOR(A2:B2)) "(A~⊕B)^C=Q" but want to include AND C in the equation "(A~⊕B)^C=Q"
Something like this but more complex
