Skip to Content

How to use Excel

MS EXCEL
22 November 2025 by
How to use Excel
DATA REVOLUTION CONSULTING GROUP

 About MS Excel (Basic to Advanced)

Microsoft Excel is one of the most powerful tools used for daily business, analysis, reporting, accounting, and decision-making.

From simple data entry to advanced automation, Excel helps you organize data, calculate results, analyze trends, and create professional dashboards.

Excel is useful for students, professionals, business owners, accountants, analysts, and anyone who works with data.

With the right formulas and features, Excel becomes a complete data management and reporting system.

How Excel Can Be Used in Daily Life (Basic to Advanced)

✓ Basic Level (Daily Use)

  • Maintaining lists (tasks, expenses, attendance)

  • Sorting & filtering data

  • Basic calculations (addition, subtraction, percentages)

  • Formatting tables for clean presentation

  • Creating simple charts

✓ Intermediate Level (Work/Business Use)

  • Creating sales, expense, and profit reports

  • Using PivotTables for summary

  • Conditional formatting for insights

  • Data cleaning with functions

  • Lookup functions for matching data

  • Creating dashboards with charts and slicers

✓ Advanced Level (Professional Use)

  • Power Query for automation

  • Power Pivot for data modeling

  • Complex formulas for dynamic reporting

  • What-If analysis & scenario planning

  • Macros/VBA for automation

  • Connecting Excel to SQL, CSV, APIs

  • Complete business intelligence reporting

From basic calculations to advanced data modeling, Excel covers everything for efficient data-driven work.

30+ Excel Formulas (Basic to Advanced) With Simple Examples

🔹 Basic Formulas

  1. SUM

    =SUM(A1:A5) → Adds numbers from A1 to A5.

  2. AVERAGE

    =AVERAGE(B1:B5) → Finds average.

  3. COUNT

    =COUNT(A1:A10) → Counts numbers only.

  4. COUNTA

    =COUNTA(A1:A10) → Counts text + numbers.

  5. MAX

    =MAX(C1:C10) → Highest value.

  6. MIN

    =MIN(C1:C10) → Lowest value.

  7. ROUND

    =ROUND(A1, 2) → Rounds to 2 decimals.

🔹 Intermediate Formulas

  1. IF

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

  2. SUMIF

    =SUMIF(A:A, "East", B:B) → Sum sales for East.

  3. COUNTIF

    =COUNTIF(A:A, "Completed")

  4. AVERAGEIF

    =AVERAGEIF(B:B, ">100")

  5. IFS

=IFS(A1>90,"A",A1>75,"B",A1>50,"C")

  1. TEXT

    =TEXT(A1,"dd-mm-yyyy") → Format date.

  2. LEFT / RIGHT / MID

    =LEFT("Excel",2) → Ex

    =RIGHT("Excel",2) → el

    =MID("Excel",2,3) → xce

  3. CONCAT / TEXTJOIN

    =CONCAT(A1," ",B1) → Combine

    =TEXTJOIN(", ",TRUE,A1:A5) → Join multiple

  4. TRIM

    =TRIM(A1) → Removes extra spaces.

  5. UPPER / LOWER / PROPER

    Convert text format.

🔹 Lookup Formulas

  1. VLOOKUP

    =VLOOKUP(A2, D:E, 2, FALSE) → Finds matching value.

  2. HLOOKUP

    =HLOOKUP(A1, A1:F2, 2, FALSE)

  3. XLOOKUP

    =XLOOKUP(A2, D:D, E:E) → Advanced lookup.

  4. INDEX + MATCH

    =INDEX(C:C, MATCH(A1, A:A, 0))

  5. FILTER

    =FILTER(A1:C100, C1:C100="East")

  6. UNIQUE

    =UNIQUE(A1:A100) → Remove duplicates.

🔹 Date & Time Formulas

  1. TODAY → =TODAY()

  2. NOW → =NOW()

  3. DATEDIF

    =DATEDIF(A1,B1,"D") → Days difference.

  4. EDATE

    =EDATE(A1, 3) → Add 3 months.

🔹 Advanced Formulas

  1. SUMPRODUCT

    =SUMPRODUCT(A1:A10, B1:B10) → Weighted total.

  2. OFFSET

    =OFFSET(A1, 2, 1) → Dynamic referencing.

  3. CHOOSE

    =CHOOSE(2, "Low", "Medium", "High") → Result: Medium

  4. LET

=LET(x, A1*2, x+10)

  1. LAMBDA (Custom Formula)

    Create your own function.

  2. XLOOKUP + FILTER Combo

    Powerful reporting formula.

  3. INDIRECT

    =INDIRECT("A"&B1) → Dynamic cell reference.

Summary Line

Excel is a complete smart tool that simplifies data, automates work, and delivers powerful insights from basic calculations to advanced business reporting.Start writing here...

in Blog