Created by using the IF function and comparison operators
Examples:
=IF( A1 = 50, "FIFTY", "" ) =SUM( IF( my_value < 10, another_value ) )
Multiple Conditions: nested IF functions