Hello,
I'm trying to make an IF Statement where one cell must equal "BZ" and another cell can't be one of several values.
My current attempt is not working...
=IF(OR(LEFT($O2,4)<>"0940",LEFT($O2,4)<>"0950",LEFT($O2,4)<>"0740",AND(AB$1=$Q2)),1,"")
Any ideas?
I'm trying to make an IF Statement where one cell must equal "BZ" and another cell can't be one of several values.
My current attempt is not working...
=IF(OR(LEFT($O2,4)<>"0940",LEFT($O2,4)<>"0950",LEFT($O2,4)<>"0740",AND(AB$1=$Q2)),1,"")
Any ideas?