This is the formula I'm currently using.

=IF(B31="?","",IF(OR(B31>B32,AND(B31=B32,B31>!B33)),1,""))

What I'm needing to do is if B31 is equal to B33, I need it to check back one more cell in B34 then do it's calculating.

I've tried to rewrite it with both the AND/OR functions, but can't get it to work. What am I doing wrong with it?


Thanks a ton guys and sorry to bug ya'll again.