• Fri, Mar 2026

When I first opened Microsoft Excel, I’ll be honest—it looked like a mathematical battlefield.Rows,columns,cells,grids... all staring back at me like they expected me to know what to do.Then I discovered Excel formulas—and suddenly,Excel went from intimidating to incredibly empowering.In this tutorial, we’ll walk through the magic of Excel formulas—just as I wish someone had done for me on day one

What Are Formulas in Excel?

Let’s start with the basics. A formula in Excel is an instruction that tells Excel what calculation or operation to perform. It can be as simple as adding two numbers or as complex as analyzing an entire dataset.

All formulas in Excel begin with an equal sign =. This signals Excel to expect a calculation or expression—not plain text.

=A1+B1

In this example, Excel adds the values in cells A1 and B1. You press Enter, and voilà—Excel does the math for you!

Why Learn Excel Formulas?

Formulas save time, reduce human error, and help automate repetitive calculations. Whether you’re tracking expenses, grading students, or analyzing business data—formulas turn raw data into meaningful insights with a few keystrokes.

How to Write a Formula: Step-by-Step

Step 1: Start with an Equal Sign

Always begin with =. Without it, Excel will think you’re typing plain text.

Step 2: Add Your Values or Cell References

You can use direct numbers like =5+3 or use cell references like =A1+B1. Cell references are more flexible because if the data changes, the formula updates automatically.

Step 3: Press Enter

Hit Enter, and Excel instantly calculates the result. No calculator needed!

Types of Cell References

Before diving into common formulas, let’s understand how cell references work. These references tell Excel which cells to use in the formula.

  • Relative Reference: Changes when copied. Example: =A1+B1
  • Absolute Reference: Stays fixed. Example: =$A$1+$B$1
  • Mixed Reference: Locks either row or column. Example: =$A1+B$1

Commonly Used Excel Formulas for Beginners

Here’s a quick reference table of the most frequently used formulas that every beginner should know:

FormulaPurposeExample
=SUM(A1:A5)Adds all numbers in the rangeFind total marks or expenses
=AVERAGE(B1:B5)Calculates the average of a rangeFind average sales or test scores
=MIN(C1:C10)Finds the smallest number in a rangeIdentify the lowest score or expense
=MAX(C1:C10)Finds the largest number in a rangeIdentify top marks or highest profit
=COUNT(D1:D20)Counts cells with numbersCount total numeric entries
=IF(E1>50,"Pass","Fail")Applies conditional logicCheck if a student passed or failed
=TODAY()Displays current dateUse in reports or timesheets
=LEN(F1)Counts number of characters in textUseful for data validation
=CONCAT(A1," ",B1)Combines text from multiple cellsJoin first and last names
=ROUND(G1,2)Rounds a number to specified decimalsRound currency or percentage values

Let’s Practice: A Real-World Example

Imagine you’re tracking student marks across three subjects (Math, Science, and English). You want to calculate their total and average scores.

Here’s how:

  1. In cell D2, type:

    =SUM(B2:C2)

    This will give you the total marks for the first student.

  2. In cell E2, type:

    =AVERAGE(B2:C2)

    to get the average score.

  3. Use the Fill Handle (that little square at the bottom right of the cell) to drag the formula down for the rest of the students.

Congratulations! You’ve just automated what could have been hours of manual calculation.

Pro Tips for Mastering Formulas

  • Double-click the formula cell to see which cells are being used.
  • Use parentheses() to control the order of operations.
  • Press F2 to quickly edit a formula.
  • Use AutoSum (Σ icon) to instantly sum up columns or rows.
  • Check for errors: Common ones include:
    • #DIV/0! — Division by zero
    • #VALUE! — Wrong data type
    • #REF! — Invalid cell reference

Wrap-Up: Becoming Friends with Formulas

Formulas are not scary—they’re your best friends in Excel. Once you get used to them, they’ll make your data analysis smoother, faster, and way more fun. Start small—try the basic formulas, experiment with your own data, and soon you’ll be the go-to Excel expert at your workplace (or at least among your friends!).

Remember—Excel isn’t about memorizing formulas; it’s about understanding what you want to achieve. Once you know the goal, the formula is your shortcut to success.

This website uses cookies to enhance your browsing experience. By continuing to use this site, you consent to the use of cookies. Please review our Privacy Policy for more information on how we handle your data. Cookie Policy