Introduction
Letβs be honest, bhai β when you first open Excel, it looks simpleβ¦ but the moment you try to actually use it, things get confusing real quick π
The good news? You donβt need to learn everything at once.
If you just master a few excel basic formulas, you can already:
- Save hours of manual work
- Avoid calculation mistakes
- Start thinking like a data analyst
In this guide, Iβll walk you through the top 7 Excel formulas every beginner should know, with simple examples and real-life use cases (no boring theory, promise π).
Why Learning Excel Basic Formulas Matters
Before jumping into formulas, samajh lo why this matters:
π Excel is used in:
- Freelancing (Upwork, Fiverr gigs)
- Office jobs
- Data analysis
- Business tracking
And guess what?
π 80% of Excel work relies on just basic formulas
So instead of learning 100+ functions, focus on the right 7 first.
Top 7 Excel Basic Formulas (Quick Comparison Table)
| Formula | Purpose | Example | Use Case |
|---|---|---|---|
| SUM | Add numbers | =SUM(A1:A5) | Total sales |
| AVERAGE | Find mean | =AVERAGE(A1:A5) | Average marks |
| COUNT | Count numbers | =COUNT(A1:A5) | Data entries |
| IF | Logical condition | =IF(A1>50,”Pass”,”Fail”) | Results |
| VLOOKUP | Find data | =VLOOKUP(A2,B2:C10,2,FALSE) | Lookup info |
| CONCAT | Combine text | =CONCAT(A1,B1) | Full name |
| MAX/MIN | Highest/Lowest | =MAX(A1:A5) | Best/worst value |
1. SUM Formula (Most Used Formula)
π What it does:
Adds numbers quickly.
β Syntax:
=SUM(A1:A3)
π‘ Example:
You have sales data:
100, 200, 300Formula:
=SUM(A1:A3)Result: 600
π₯ Real-life use:
- Total income
- Monthly expenses
- Marks calculation
π Bhai, this is the #1 formula β youβll use it daily.
2. AVERAGE Formula
π What it does:
Finds the average (mean value)
β Syntax:
=AVERAGE(A1:A5)

π‘ Example:
Marks: 50, 60, 70
Result:=AVERAGE(A1:A3) β 60π₯ Use case:
- Student results
- Performance analysis
- Business metrics
π Beginner mistake: Donβt calculate manually β Excel does it instantly.
3. COUNT Formula
π What it does:
Counts cells that contain numbers
β Syntax:
=COUNT(A1:A10)
π‘ Example:
If 5 cells contain numbers β result = 5
π₯ Use case:
- Counting entries
- Data cleaning
- Checking dataset size
π Pro tip:
COUNTβ numbers onlyCOUNTAβ everything (text + numbers)
4. IF Formula (Game Changer)
π What it does:
Applies logic (conditions)
β Syntax:
=IF(condition, value_if_true, value_if_false)π‘ Example:
=IF(A1>=50,"Pass","Fail")

π₯ Real-life use:
- Student grading
- Salary bonuses
- Decision making
π Bhai, this is where Excel becomes powerful πͺ
5. VLOOKUP Formula (Most Powerful for Beginners)
π What it does:
Finds data in a table
β Syntax:
=VLOOKUP(value, table, column, FALSE)π‘ Example:
Find price of product:
=VLOOKUP(A2,B2:C10,2,FALSE)

π₯ Use case:
- Product lookup
- Employee records
- Data matching
π Important:
- Always use
FALSEfor exact match - Table must be properly structured
6. CONCAT / CONCATENATE Formula
π What it does:
Combines text
β Syntax:
=CONCAT(A1," ",B1)

π‘ Example:
First Name + Last Name
Result: “Ali Khan”
π₯ Use case:
- Full names
- Email creation
- Data formatting
π Modern Excel uses CONCAT instead of CONCATENATE
7. MAX & MIN Formulas
π What they do:
- MAX β highest value
- MIN β lowest value
β Syntax:
=MAX(A1:A10)
=MIN(A1:A10)
π‘ Example:
Marks: 45, 88, 67
- MAX β 88
- MIN β 45
π₯ Use case:
- Best performance
- Lowest sales
- Data insights


Key Insights (Important for Beginners)
Bhai, yeh section gold hai β dhyan se π
π― 1. Start Small
Donβt try to learn everything at once. These 7 formulas = strong foundation.
π― 2. Practice Daily
Even 20β30 minutes daily = huge improvement.
π― 3. Use Real Data
Practice on:
- Expenses
- Student marks
- Freelancing data
π― 4. Combine Formulas
Example:
=IF(AVERAGE(A1:A5)>50,"Pass","Fail")
π This is how you level up π
βMaster these excel basic formulas today, and youβll unlock the power to work smarter, faster, and more confidently in Excel.β

