FP

FormulaPilot

Spreadsheet formula tools

Open generator
Excel how-to guide

How to let reuse calculation in Excel

Simplify a long nested formula by naming repeated sub-expressions, or avoid calculating the same range lookup multiple times in a single formula.

advancedArray FormulasLET reference

Step-by-step instructions

How to let reuse calculation3 steps

1

List name-value pairs first — each name followed by its expression.

2

After all name-value pairs, enter the final calculation that uses those names.

3

LET calculates each name once and reuses the result wherever that name appears.

Example data

Worked example

ParameterValue
Annual Rate6%
Term (years)30
Loan Amount300000
Monthly Payment=LET(r,6%/12,n,30*12,PMT(r,n,-300000))

Common mistakes

Errors to watch out for

LET is not available

LET requires Excel 365 or Excel 2021. It is not available in Excel 2019 or earlier.

Circular name reference

A name cannot reference itself or a name defined later in the same LET. Define names in the order they are needed.

FAQ

Frequently asked questions

How many names can LET hold?

LET supports up to 126 name-value pairs in a single formula, which is far more than any practical use case requires.

Need a custom variation?

Describe your exact spreadsheet problem — get the formula in seconds.

Open AI Formula Generator — Free

Related how-to guides

Continue learning.