Formulas > =LET()
How to Use LET() in Google Sheets
Description
How To Actually Use LET() in Sheets
LET(name1, value_expression1, [name2, ...], [value_expression2, ...], formula_expression)
Try LET yourself
Use LET to name the average of B2:D2 as avg, then return "Great" if avg is at least 4, otherwise "Good". Place the formula in E2.
Hints (3)
-
Start with LET(name, value_expression, formula_expression).
-
Name the AVERAGE of B2:D2 first, then use that name in IF.
-
Remember string results need quotes.
Looking for a video tutorial? Members can email me anytime! Check out the blogs below for more info on this formula. Or generate your formula. Find more formulas here at BetterSheets.co/formulas
More related tutorials
Transcript-matched member videos for LET(). Click through to watch.
Write Apps Script to Create a New Google Sheets Formula
Calculate ROAS in Google Sheets
Learn Google Sheet Formulas The Hard Way
Learn more about the LET() formula:
Generate a LET() formula for your needs
Describe your task in plain English and get a paste-ready formula that uses LET(). 2 free AI generations, no signup. Members get unlimited use.
Generate a LET() formula