Use if
Comparisons
Use:=for equal<>for not equal>and<>=and<=
Combine tests
Useand, or, and not:
Nested conditions
Handle calculation errors
Use a condition when the fallback is part of the business rule:iferror when an expression can produce an error and you want a defined fallback:
iferror can catch that error instead of letting it propagate to dependent calculations.