#1 Data Analytics Program in India
₹2,499₹1,499Enroll Now
Module 3
3 min

Arithmetic Operators

Learn basic math operators in Excel

Arithmetic Operators

Do math in Excel using these simple symbols.

Arithmetic Overview

The 5 Math Operators

OperatorMeaningExampleResult
+Add=5+38
-Subtract=10-46
*Multiply=6*212
/Divide=20/54
^Power=2^38
5 rows

How to Use

Step 1: Click a cell

Step 2: Type = (equals sign)

Step 3: Type your math

Step 4: Press Enter

Basic Formula

Examples

Add Two Numbers

=10+5

Result: 15

Subtract

=100-30

Result: 70

Multiply

=7*8

Result: 56

Divide

=50/10

Result: 5

Power (Exponent)

=3^2 means 3 × 3

Result: 9

All Operations

Use Cell References

Better than typing numbers directly!

Cell A1Cell B1Formula in C1Result
105=A1+B115
10025=A1-B175
67=A1*B142
5010=A1/B15
4 rows

Cell References

Why use cell references?

Change the number in A1 → Result updates automatically!

Order of Operations

Excel follows math rules (BODMAS/PEMDAS):

  1. Brackets first ()
  2. Powers ^
  3. Multiply/Divide * /
  4. Add/Subtract + -

Example

=10+5*2

Excel does: 5*2 = 10, then 10+10 = 20

=(10+5)*2

Excel does: 10+5 = 15, then 15*2 = 30

Order of Operations

Common Mistakes

WrongRightWhy
10+5=10+5Forgot = sign
=10x5=10*5Use * not x
=10÷5=10/5Use / not ÷
3 rows

Summary

  • Always start with =
  • + add, - subtract, ***** multiply, / divide, ^ power
  • Use cell references (A1, B1) instead of numbers
  • Use brackets () to control order
SkillsetMaster - AI, Web Development & Data Analytics Courses