Logic Functions
IF(logical_test, value_if_true, [value_if_false]): Returns one value if a condition is true and another value if it’s false.
Example: =IF(A1 > 10, “Yes”, “No”).
AND(logical1, [logical2], …): Returns TRUE if all its arguments are TRUE.
Example: =AND(A1 > 10, B1 < 5).
OR(logical1, [logical2], …): Returns TRUE if any argument is TRUE.
Example: =OR(A1 > 10, B1 < 5).
For all things Strategy, Management Theories, and Business Frameworks, please visit https://www.stratrix.com

