10 Excel Formulas That Will Change How You Work 

Today, almost every office job depends on Microsoft Excel. Whether you are working in accounts, inventory, HR, or administration, Excel is part of your daily work.

But let me ask you something…

👉 Are you just typing data in Excel, or are you actually using it smartly?

Most people only use Excel for basic tasks. But if you know a few important formulas, you can save hours of work, reduce mistakes, and even stand out in your job.

Today, I want to explain 10 Excel formulas every office worker should know, including:

  • Why we use them
  • When to use them
  • How to use them (simple steps)

I’m not going into very advanced technical details here. The goal is to help you understand how these formulas actually help in real work.

If you want a detailed step-by-step article for any formula, just comment below – I’ll create it for you.

1. SUM – Add Numbers Instantly

What is it?  SUM is used to add numbers together.

Why we use it
Because calculating totals manually takes time and can cause mistakes.
When to use it Total sales / Monthly expenses / Inventory totals
1
Click on an empty cell where you want the total to appear – usually at the bottom of your column.
2
Type =SUM( and then click and drag to select the cells you want to add up (e.g. B2 to B50).
3
Close the bracket ) and press Enter. Your total appears instantly.
4
Shortcut: Select your range first, then press Alt + = (Windows) or Cmd + Shift + T (Mac) – Excel auto-writes the SUM for you!

=SUM(A1:A10)

2. AVERAGE – Calculate the Mean

What is it? AVERAGE is used to find the mean value of a group of numbers.

Why we use it: Because it helps you understand overall performance instead of just totals.

When to use it: Student marks / Salary analysis / Performance tracking

1
Click on an empty cell where you want the result.
2
Type =AVERAGE( and select the cells (e.g. B2 to B50).
3
Close the bracket ) and press Enter.
4
Shortcut: Select your range → use AutoSum dropdown → choose Average

=AVERAGE(A1:A10)

3. IF – Make Logical Decisions

What is it? IF checks a condition and returns one result if true, another if false.

Why we use it: To automate decisions instead of checking manually.

When to use it: Pass/Fail / Bonus / Stock alerts
1
Click the cell where you want the result
2
Type =IF(
3
Enter condition (e.g. A1 > 50)
4
Type result if TRUE → “Pass”
5
Add comma and type result if FALSE → “Fail”
6
Close bracket ) and press Enter

=IF(A1>50,”Pass”,”Fail”)

4. VLOOKUP – Find Data Quickly

What is it? VLOOKUP searches for a value in a table and returns matching data.

Why we use it: To avoid manually searching large datasets.

When to use it: Product prices / Customer details / Inventory lookup
1
Click the result cell
2
Type =VLOOKUP(
3
Select lookup value (A2)
4
Select table range (Sheet2!A:B)
5
Enter column number (2)
6
Type FALSE for exact match
7
Close bracket and press Enter

=VLOOKUP(A2,Sheet2!A:B,2,FALSE)

5. XLOOKUP – Advanced Lookup

What is it? XLOOKUP is a modern lookup function that replaces VLOOKUP.

Why we use it: It is more flexible and works in any direction.

When to use it: Advanced data lookup / When VLOOKUP fails
1
Click the result cell
2
Type =XLOOKUP(
3
Select lookup value (A2)
4
Select lookup array (A:A)
5
Select return array (B:B)
6
Close bracket and press Enter

=XLOOKUP(A2,A:A,B:B)

6. COUNT & COUNTA – Count Cells

What is it? COUNT counts numbers, COUNTA counts all non-empty cells.

Why we use it: To quickly know how many entries are in a dataset.

When to use it: Reports / Data tracking / Record counting
1
Click an empty cell
2
Type =COUNT( or =COUNTA(
3
Select the range (A1:A10)
4
Close bracket and press Enter

=COUNT(A1:A10) / =COUNTA(A1:A10)

7. CONCAT / TEXTJOIN – Combine Text

What is it? These formulas combine text from multiple cells into one.

Why we use it: To clean and organize data.

When to use it: Full names / Addresses / Reports
1
Click the result cell
2
Type =CONCAT(
3
Select first cell (A1)
4
Add space ” ”
5
Select second cell (B1)
6
Close bracket and press Enter

=CONCAT(A1,” “,B1)

8. LEFT, RIGHT, MID – Extract Text

What is it? These formulas extract specific parts of text.

Why we use it: To clean messy data and get required information.

When to use it: Codes / IDs / Text formatting
1
Click the result cell
2
Type =LEFT(
3
Select cell (A1)
4
Enter number of characters (4)
5
Close bracket and press Enter

=LEFT(A1,4)

9. SUMIF – Conditional Sum

What is it?  SUMIF adds values based on a condition.

Why we use it: To calculate specific category totals.

When to use it: Expenses / Sales categories
1
Click the result cell
2
Type =SUMIF(
3
Select criteria range (A1:A10)
4
Enter condition (“Food”)
5
Select sum range (B1:B10)
6
Close bracket and press Enter

=SUMIF(A1:A10,”Food”,B1:B10)

10. TODAY & NOW – Auto Date & Time

What is it? These functions return the current date and time automatically.

Why we use it: To avoid manual date entry.

When to use it: Reports / Daily tracking
1
Click an empty cell
2
Type =TODAY() or =NOW()
3
Press Enter

=TODAY() / =NOW()

Now it’s your turn.
Try using at least 2–3 of these formulas in your daily work and see the difference for yourself. Once you get comfortable, you’ll realize how powerful Excel really is.
If you want more simple, real-world Excel guides like this, stay connected — I’ll be sharing more step-by-step tutorials.
  • Related Posts

    How to Add a Drop-Down List in Excel

    Microsoft Excel is one of the most useful tools used in offices for managing data, preparing reports, and organizing information. When we work with large datasets, it is important to…

    Beginner’s Guide to Excel AutoFill (2025): Fill Data Fast

    As you know, in today’s world we are all using Excel. From business reports and sales data to grocery budgets and student marks, Excel has become part of our everyday…

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    You Missed

    I Quit These 5 Morning Habits That Destroy Your Brain

    • By admin
    • April 2, 2026
    • 17 views
    I Quit These 5 Morning Habits That Destroy Your Brain

    How to Track Your Expenses Using Excel

    • By admin
    • March 29, 2026
    • 53 views
    How to Track Your Expenses Using Excel

    10 Excel Formulas That Will Change How You Work 

    • By admin
    • March 28, 2026
    • 95 views
    10 Excel Formulas That Will Change How You Work 

    Fuel Distribution Based on Vehicle Number (Sri Lanka)

    • By admin
    • March 19, 2026
    • 57 views
    Fuel Distribution Based on Vehicle Number (Sri Lanka)

    How to Add a Drop-Down List in Excel

    • By admin
    • March 15, 2026
    • 122 views
    How to Add a Drop-Down List in Excel

    10 Best Ways to Make Money Online Without Investment (2026 Guide)

    • By admin
    • March 14, 2026
    • 46 views
    10 Best Ways to Make Money Online Without Investment (2026 Guide)