[TABLE] IF

<cell> Conditional <cell> IF <cell> If condition is true, returns true_result , else returns false_result . false_result is not evaluated if condition is true. true_result is not evaluated if condition is false or NULL. [Learn more](/looker/docs/studio/if) <cell> <span class="notranslate"> IF(condition, true_result, false_result) </span>