# Conditional statements

| NAME                                                                                   | DESCRIPTION                                                                                                                                                                     |
| -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [IF](https://docs.editable.io/formula-and-functions/conditional-statements/if)         | Checks whether a condition is met, and returns one value if TRUE, and another value if FALSE                                                                                    |
| [IFNA](https://docs.editable.io/formula-and-functions/conditional-statements/ifna)     | Returns the value you specify if a formula returns the #N/A error value; otherwise, it returns the result of the formula                                                        |
| [SWITCH](https://docs.editable.io/formula-and-functions/conditional-statements/switch) | Evaluates an expression against a list of values and returns the result corresponding to the first matching value. If there is no match, an optional default value is returned. |
