IF
Logical

Returns one value if a condition is true and another if it's false

Syntax:

=IF(logical_test, value_if_true, [value_if_false])

Example:

=IF(A1>10,"High","Low")