Returns one value if a condition is TRUE, and another if FALSE.
=IF(A1>100, "High", "Low") shows "High" if A1>100, otherwise "Low".