Forgoodsheets
daily

“You only get today’s trick. Miss it, and it’s gone.”

Turn 60 seconds into an hour saved — inside Excel. Every weekday. No courses, no overwhelm — just 1 high-impact spreadsheet trick every weekday to help you move faster, impress your team, and get back to what matters.

100% free. Unsubscribe anytime.

Recent Issue preview

🔑1-Tap Hack “The Invisible Speed Boost: =LET()”

№7 •
№7 •

Most people write messy formulas that recalculate the same thing 3 or 4 times.
=LET() lets you name parts of your formula, store them once, and use them again and again — all in a single formula.
It makes your sheets faster, cleaner, and way easier to debug.

30-Second Walk-Through

Here’s what most people do:

See the repetition?
Here’s the =LET() version:

Now if you ever need to adjust the logic, you do it in one place, not two or three.

Use-case: calculations that repeat inside your formula, like (price+tax)*qty
Bonus: LET can even be nested with LAMBDA for custom reusable functions.

Another way to explain it:

LET allows you to store calculations, makes your formula more efficient if you have to do something more than once.
For example,

Here you did VLOOKUP twice but with LET, you can store it in a variable name of your choosing, say v.

Thanks for reading!