Excel Formulas & Basic Calculations
Formulas are the real power of Excel. In this chapter, you will learn how to perform addition, subtraction, multiplication, division, balance calculation, AutoSum and basic formula-based reports.
Formula Rule
Every Excel formula starts with an equal sign.
Operators
Use +, -, *, / for basic calculations.
Cell Reference
Use cell addresses such as A1, B2 and C5 in formulas.
AutoSum
Quickly calculate total of selected values.
After This Chapter, You Will Be Able To
This chapter helps you calculate values in Excel accurately.
Create Formula
Write formulas beginning with equal sign.
Use Operators
Use addition, subtraction, multiplication and division.
Use References
Calculate using cell references instead of fixed values.
Use AutoSum
Quickly calculate totals using AutoSum and SUM function.
What is an Excel Formula?
A formula is an instruction that tells Excel to calculate something.
1 Easy Explanation
A formula in Excel is used to perform calculations automatically. It can add, subtract, multiply, divide or calculate totals using cell values. Every formula begins with an equal sign.
| A | B | C | D | E | |
|---|---|---|---|---|---|
| 1 | Name | Course | Total Fee | Paid | Balance |
| 2 | Amit | MS Office | 5000 | 3000 | =C2-D2 |
| 3 | Priya | Excel | 4000 | 4000 | =C3-D3 |
Basic Operators Used in Excel
Operators are symbols used to perform calculations.
Addition
Adds values. Example: =A1+B1
Subtraction
Subtracts values. Example: =C2-D2
Multiplication
Multiplies values. Example: =A2*B2
Division
Divides values. Example: =A2/B2
Using Cell References in Formulas
Cell references make formulas flexible and automatic.
2 Why Use Cell References?
Instead of typing =5000-3000, write =C2-D2. If the value in C2 or D2 changes, Excel will automatically update the result.
3 Practical Examples
- =C2-D2 calculates balance fee.
- =B2*C2 calculates quantity × rate.
- =D2/12 calculates monthly value.
- =A2+B2+C2 adds three cell values.
- =SUM(C2:C10) calculates total of a range.
Using AutoSum for Quick Total
AutoSum helps calculate totals quickly without typing the full formula manually.
| Step | Action | Example |
|---|---|---|
| Step 1 | Select the cell where total should appear | Select C8 |
| Step 2 | Click AutoSum button | Home tab → AutoSum |
| Step 3 | Check the selected range | =SUM(C2:C7) |
| Step 4 | Press Enter | Total appears automatically |
Common Calculation Functions
Functions are ready-made formulas in Excel.
| Function | Use | Example |
|---|---|---|
| SUM | Adds values | =SUM(C2:C10) |
| AVERAGE | Finds average value | =AVERAGE(C2:C10) |
| MIN | Finds lowest value | =MIN(C2:C10) |
| MAX | Finds highest value | =MAX(C2:C10) |
| COUNT | Counts numeric values | =COUNT(C2:C10) |
Example: Fee Balance Calculation
Formulas make fee records faster and more accurate.
Manual Calculation
Priya: Total Fee 4000, Paid 4000, Balance 0.
Rahul: Total Fee 3000, Paid 1500, Balance 1500.
Problem: Every value is calculated manually.
Formula-Based Calculation
| Name | Total Fee | Paid | Balance Formula | Balance |
|---|---|---|---|---|
| Amit | 5000 | 3000 | =B2-C2 | 2000 |
| Priya | 4000 | 4000 | =B3-C3 | 0 |
| Rahul | 3000 | 1500 | =B4-C4 | 1500 |
| Total Balance | 3500 | |||
Try Basic Calculations
Click buttons to see formula examples and results.
Formula Example
Select any calculation above to see the formula and result.
Create a Fee Calculation Sheet
Complete these steps inside MS Excel.
Office Task: Formula-Based Fee Record
Mistakes Students Should Avoid
Formula mistakes can create wrong reports, so accuracy is important.
Wrong Habits
- Forgetting to start formula with = sign.
- Typing values manually instead of using cell references.
- Using x instead of * for multiplication.
- Using wrong cell address in formulas.
- Not checking AutoSum selected range.
- Copying formulas without checking results.
Correct Habits
- Always start formulas with = sign.
- Use cell references for automatic calculation.
- Use * for multiplication and / for division.
- Check cell addresses carefully.
- Verify selected range before using AutoSum.
- Review final results after copying formulas.
Quick Quiz
Select the correct answers and check your score.
1. Every Excel formula starts with:
2. Which operator is used for multiplication in Excel?
3. Which operator is used for division?
4. Formula =C2-D2 is commonly used to:
5. Cell reference means:
6. AutoSum is mainly used to:
7. Function =SUM(C2:C10) is used to:
8. Which function finds the highest value?
9. Which is a formula mistake?
10. Best formula habit is:
Remember These Points
Revise these before moving to Chapter 17.
Formula
An Excel calculation expression that starts with equal sign.
Operators
Use + for addition, - for subtraction, * for multiplication and / for division.
Cell Reference
Cell address used in formulas, such as A1, B2 or C10.
AutoSum
Quickly calculates total of selected values.
Basic Functions
SUM, AVERAGE, MIN, MAX and COUNT are common calculation functions.
Next Step
Now learn Excel functions in more detail.