Excel Logic / Conditional (IF, AND, OR, NOT, ISNA, ISERR, ISBLANK)
IF =IF(logical_test, [value_if_true], [value_if_false]) Checks whether a condition is met, and returns one value if TRUE and another value if FALSE AND =AND(logical1, [logical2], …) Checks whether all arguments are …