If you've gotten the hang of the IF() function, how about combining it with the AND() or the OR() function? If you want to generate a result based on Boolean logic i.e. - IF Condition_1 AND Condition_2 are true
then ...
- IF Condition_1 OR Condition_2 are true then ...
you need to know how to use the AND() and OR()
functions inside your IF() functions. |