MS Excel Steps to follow for each option to apply and each formulas use and benefit
Answers
Answered by
1
Answer:
AND – =IF(AND(Something is True, Something else is True), Value if True, Value if False)
OR – =IF(OR(Something is True, Something else is True), Value if True, Value if False)
NOT – =IF(NOT(Something is True), Value if True, Value if False).
Similar questions