7 Excel Formulas That Save You Hours Every Week
You do not need to be an Excel expert, just these seven friendly formulas. SUM, IF, COUNTIF, VLOOKUP and more, each with a plain-English example.
Excel is still the world's most popular data tool, and a handful of formulas can save you hours every week. You don't need to be an expert โ just these friendly few. Let's meet them.
First, what a formula even is
A formula is an instruction that starts with an equals sign =. It tells Excel to calculate something for you instead of doing it by hand. Type =2+2 in a cell and Excel shows 4. That's a formula. Everything below is just that idea, made more useful.
1. SUM โ add things up
=SUM(B2:B10)Adds every number from B2 down to B10. Perfect for totals like monthly sales or expenses.
2. AVERAGE โ find the typical value
=AVERAGE(B2:B10)Gives the average. Great for "what's our usual daily order count?"
3. IF โ make decisions
=IF(B2>=50, "Pass", "Fail")Reads as: if the score in B2 is 50 or more, write "Pass," otherwise "Fail." IF lets Excel think for you.
IF is the gateway to "smart" spreadsheets. Once it clicks, you'll start spotting dozens of places to use it.
4. COUNTIF โ count only what matters
=COUNTIF(C2:C100, "Mumbai")Counts how many cells say "Mumbai." Handy for "how many customers are from each city?"
5. VLOOKUP (or XLOOKUP) โ find matching info
=VLOOKUP("A101", A2:D100, 3, FALSE)Looks up item "A101" and returns the value from the 3rd column โ like finding a price from a product code. If your Excel has the newer XLOOKUP, it's even simpler and worth learning.
6. TRIM โ clean messy text
=TRIM(A2)Removes those annoying extra spaces that sneak into copied data. A tiny formula that fixes a huge headache.
7. TEXTJOIN โ stitch text together
=TEXTJOIN(" ", TRUE, A2, B2)Combines a first name and last name into a full name with a space between. Great for tidying up lists.
Don't memorise these. Bookmark this page, and each time you face a task, come back and grab the right one. After using each a few times, they'll stick naturally.
The mindset that matters most
Every time you catch yourself doing something repetitive by hand in Excel, pause and ask: "Is there a formula for this?" There almost always is. That single habit is what separates people who use Excel from people who fly in it.
Ready to turn reading into a career?
Get your free data-readiness score and a personalised roadmap in 10 minutes.
๐ฏ Take the free assessment๐ Keep reading
What Are AI Agents? 2026's Biggest AI Trend, Explained Simply
AI agents are everywhere in the news in 2026. Learn what they actually are, how they're different from a chatbot, and why data folks should care.
Read article โWhat Is AI? Artificial Intelligence Explained So Simply, an 8-Year-Old Gets It
No jargon, no hype. A plain-English guide to what Artificial Intelligence really is, how it learns, and why using it is a skill anyone can pick up.
Read article โWhat Is an LLM? The Brain Behind ChatGPT, in Plain English
Large Language Models power ChatGPT, Claude and Gemini. Here is what an LLM actually is, why it just guesses the next word, and how to use it wisely.
Read article โ