Your cart is currently empty!
How to Use the LET Function in Excel 365 (Step-by-Step with Examples)
The LET
function is one of the powerful new additions in Excel 365, designed to make complex formulas easier to read, write, and optimize.
🧠 What is the LET
Function in Excel?
The LET
function allows you to:
- Define variables within a formula
- Assign values to those variables
- Use the variables multiple times without repeating the calculation
This makes formulas cleaner, faster, and more efficient—especially when repeating the same expressions.
🧪 Syntax of the LET
Function
LET(name1, name_value1, [name2, name_value2, …], calculation)
name1, name2
: Variable names (your choice)name_value1, name_value2
: The value or expression assigned to the variablecalculation
: The final expression that uses those variables
✅ Benefits of Using LET
:
- Improves readability of complex formulas
- Reduces redundancy (no need to repeat the same expression)
- Enhances performance (calculates repeated expressions once)
🔍 3 Practical Examples of LET in Excel 365
🔸 Example 1: Simplify a Repeated Calculation
📍 Task:
Calculate total profit using Revenue - Cost
, but both are used multiple times in the formula.
🔽 Without LET
:
=(A2*B2 - C2) + (A2*B2 - C2)*0.1
✅ With LET
:
=LET(
Revenue, A2*B2,
Profit, Revenue - C2,
Profit + Profit*0.1
)
✔️ This is more readable and avoids repeating A2*B2
.
🔸 Example 2: Average of Adjusted Scores
📍 Task:
Subtract a baseline (e.g., 5) from each of three values and then average the results.
✅ With LET
:
=LET(
x, A2-5,
y, B2-5,
z, C2-5,
AVERAGE(x, y, z)
)
This makes it clear what is being subtracted and from where.
🔸 Example 3: Nested Logical Check
📍 Task:
If a score is greater than 40, calculate bonus as 10% of it. If it’s less than or equal to 40, no bonus.
✅ With LET
:
=LET(
score, A2,
bonus, score*0.1,
IF(score>40, bonus, 0)
)
🧠 You can now reuse score
and bonus
in the formula cleanly.
📘 Real-Life Use Cases
- Financial modeling (e.g., tax formulas, profit sharing)
- Academic scoring systems
- Inventory management with dynamic thresholds
- Any case where a formula becomes long or repeats similar calculations
🎓 Learn More Excel 365 Features Like LET
Mastering functions like LET
can help you write smarter, faster, and more powerful Excel models. For full Excel training with real-world applications:
🔗 Mastering MS Excel – A Comprehensive Training Course
✔️ Covers:
- Excel 365 new functions (LET, FILTER, XLOOKUP)
- Automation with formulas and VBA
- Real-life dashboards and business models
Top rated products
-
Excel VBA/Macro Masterclass: Automate Excel, Boost Productivity : Classroom /Live Class Training
Original price was: ₹8,500.00.₹6,500.00Current price is: ₹6,500.00. -
Little Monk Buddha Statue Set
Original price was: ₹1,299.00.₹134.00Current price is: ₹134.00. -
Master Excel, Access, Macros & SQL – All in One Course
-
Google Calendar Mastery Training: Learn to Streamline Your Schedule in Just 1 Hour
Original price was: ₹999.00.₹949.00Current price is: ₹949.00. -
Mark & Mia Woven Sleeveless Party Frock – Navy Blue
-
Mastering MS Excel (Pen Drive Course) – Learn Excel Anytime, Anywhere
Original price was: ₹4,999.00.₹1,299.00Current price is: ₹1,299.00.