Returns one value if a condition is true and another if it's false
=IF(logical_test, value_if_true, [value_if_false])
=IF(A1>10,"High","Low")