Saved Bookmarks
| 1. |
The condition in the if statement should be in the form |
|
Answer» Answer: When you combine each ONE of them with an IF statement, they read like this: 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) |
|