Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=LET(base,A2:A6,adj,B2:B6,discounted,base*(1-adj),SUM(discounted))Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
LET supports up to 126 name-value pairs in Excel. In practice, more than 10-12 names is a sign the formula should be split into separate helper cells.
Yes — any sub-expression named in LET is computed once and reused. If the same SUMIF or VLOOKUP appears three times in a formula, wrapping it in LET cuts the computation to one evaluation.
No — LET names are local to the formula. They can reference cell ranges (like A2:A6) but those are external ranges, not LET-defined values.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: