RachelGeno
New Member
- Joined
- Jun 1, 2017
- Messages
- 3
The two IF(AND statements I currently am using are the opposite of each other to compare column C to F and then F to C:
=IF(AND(C3="NOT FOUND",F3<>"NOT FOUND"),"CHECK","OK")
=IF(AND(F3="NOT FOUND",C3<>"NOT FOUND"),"CHECK","OK")
Is there any way of combining the two (maybe with an OR statement?) so that if C3="NOT FOUND" and F3<>"NOT FOUND" OR F3="NOT FOUND" and C3<>"NOT FOUND," then the formula will return "CHECK" and otherwise "OK"?
Thanks!
=IF(AND(C3="NOT FOUND",F3<>"NOT FOUND"),"CHECK","OK")
=IF(AND(F3="NOT FOUND",C3<>"NOT FOUND"),"CHECK","OK")
Is there any way of combining the two (maybe with an OR statement?) so that if C3="NOT FOUND" and F3<>"NOT FOUND" OR F3="NOT FOUND" and C3<>"NOT FOUND," then the formula will return "CHECK" and otherwise "OK"?
Thanks!