Locked lesson.
About this lesson
We'll look at logic functions, including: >, <, =, <>, AND and OR. We also test single or double criteria, and illustrate the MONTH function.
Quick reference
Logic Functions
Learn the basic uses of >, <, =, <>, AND and OR
When to use
If you need to test if a cell meets a criterion and only need to TRUE or FALSE result.
Instructions
- There is no “not equal to” button on a keyboard, so “<>” is used to indicate not equal to
- To test if text meets a certain criterion, one will probably use an = or <> in a logic test
- Number tests become more interesting as it can be >, <, <>, =, or even a calculation test
- Use AND() if you need all criteria to be TRUE
- Use OR() if you only need one of a range of criteria to be TRUE
Lesson notes are only available for subscribers.