Boolean logic

Summary

This video looks at how Boolean logic can be applied within Excel.

The term boolean logic means it uses true/false values with the calculation.

TRUE or FALSE are automatically converted to 1 or 0 when used in an arithmetic calculation.

Combining TRUE/FALSE and multiplication in a calculation simulates IF logic for numerical values.

Any non-zero number is deemed to be TRUE and zero is deemed to be FALSE. However, numbers are not equal to TRUE or FALSE.

Multiplication create And logic.

Addition creates Or logic.