What does the LET function do?
- A Names intermediate calculations inside a formula, improving readability and performance
- B Assigns a value to a cell
- C Creates a named range
- D Locks a cell reference
Answer
Names intermediate calculations inside a formula, improving readability and performance
LET computes a sub-expression once and reuses it, rather than recalculating it each time it appears in a long formula.





