Functions
LET
Bind named values and evaluate body
When to use it
When should I use LET?
Use LET to assign intermediate results to named variables inside a formula, making complex calculations easier to read and avoiding redundant computation.
Used in
Syntax
LET(name1, val1, ..., body)