Note details

Complete MS Excel Tutorial for Beginners | Part 2 of 3 | (with Download link)

BY upq4f
July 28, 2025
Public
Private
3206 views

Microsoft Excel Beginner Course – Comprehensive Notes

Objective

  • Purpose: To provide a concise and practical beginner’s guide to learning Microsoft Excel, covering basic to intermediate features and functions.
  • Type: Class Notes/Reference Guide

Table of Contents

  1. Introduction to Excel
  2. Workbook and Worksheet Basics
  3. Autofill and Flash Fill
  4. Excel Ribbon & Home Tab Features
  5. View Tab: Split and Freeze Panes
  6. Functions and Formulas
  7. Cell Referencing: Relative, Absolute, Mixed
  8. Logical Functions
  9. Text Functions
  10. Lookup Functions (VLOOKUP)
  11. Excel Tables and Charts
  12. Pivot Tables
  13. Common Errors in Excel
  14. Practice & Next Steps

1. Introduction to Excel

  • What is Excel?
    Spreadsheet software by Microsoft for storing, organizing, analyzing, and calculating data.
  • Key Purposes:
    • Data insights and decision making (personal/professional)
    • Examples: Budgets, expense tracking, business analysis

2. Workbook and Worksheet Basics

  • Workbook: Collection of worksheets (sheets).
  • Worksheet: Grid with rows (1,2,3...) and columns (A,B,C...).
  • Cell: Intersection of a row and column (e.g., C7).
  • Cell Address: Column letter + Row number.
  • Cell Range: e.g., B1:B5 for continuous selection.
  • Inserting/Deleting/ Hiding Rows/Columns:
    • Right-click row/column header → Insert/Delete/Hide.
    • Undo: Ctrl+Z.
    • Unhide: Select adjacent rows/columns → Right-click → Unhide.

3. Autofill and Flash Fill

Autofill

  • Fill Handle: Bottom-right corner of active cell.
  • Drag to copy or create series (numbers, dates, days, etc.)
    • Series increment determined by pattern of first two cells.
    • Options for fill (copy, series, days/weekdays/months/years).

Flash Fill

  • Data pattern recognition: Automatically combines, separates, or extracts data based on adjacent pattern.
  • How to Use:
    • Type the pattern in the first cell.
    • Select next cell → Data tab → Flash Fill or shortcut Ctrl+E.

4. Excel Ribbon & Home Tab Features

  • Ribbon: Top panel grouping Excel’s main tools (tabs: Home, Insert, Formulas, etc.).
  • Home Tab Features:
    • Cut/Copy/Paste
    • Font & Formatting (size, bold, fill color, border)
    • Alignment (left, center, right, top, middle, bottom)
    • Format Painter (copy formatting)
    • Wrap Text, Merge and Center
    • Number Formats (general, currency, date, percent, etc.)
    • Conditional Formatting (highlight top/bottom, duplicates, color scales, etc.)
    • Autofit column width: FormatAutoFit Column Width
    • Find & Select (find/replace using wildcards like *)
    • Sort and Filter (asc/desc/custom sort, filtering data)

5. View Tab: Split and Freeze Panes

  • Split: Divide worksheet into independent scrollable panes (horizontal/vertical/quadrant splits).
  • Freeze Panes: Lock rows/columns for constant visibility during scrolling.
    • Freeze Top Row/First Column or custom Selected rows/columns.

6. Functions and Formulas

Functions (predefined)

  • SUM
  • AVERAGE
  • MAX/MIN
  • COUNT (number cells with numbers)
  • COUNTA (number of non-blank cells)
  • COUNTBLANK (blank cells)

Formulas (user-defined)

Written with =, combine operators/functions as needed.


7. Cell Referencing: Relative, Absolute, Mixed

  • Relative: Adjusts when copied.
    • Example: =B2+C2 → becomes =B3+C3
  • Absolute: Fixed reference, add $ (e.g. $B$12)
  • Mixed: Partially locked (e.g. $B12 or B$12)

8. Logical Functions

  • IF: =IF(condition, true_result, false_result)
    • Supports nesting (nested IFs)
  • AND: True if all conditions true
  • OR: True if any condition true
  • SUMIF: Sum only values meeting a criterion
  • COUNTIF: Count only cells meeting a criterion

9. Text Functions

  • LEFT, RIGHT, MID: Extract characters from text
  • UPPER/LOWER/PROPER: Change text case
  • LEN: Length of string
  • TRIM: Remove extra spaces
  • CONCAT: Concatenate text (use with spaces in "")
  • TEXTJOIN: Concatenate range with delimiter

10. Lookup Functions (VLOOKUP)

  • VLOOKUP(sought_value, table_array, col_index, [range_lookup])
    • Finds value in leftmost column, returns from given column index.
    • Needs lookup column as leftmost.
    • Use $ for absolute table address in formula when copying.
    • Limitation: Cannot lookup to the left.
  • Error Handling: Use IFERROR to display custom text on errors.

11. Excel Tables and Charts

Tables

  • Convert data to table: Select data → Insert → Table.
  • Table Features:
    • Easy range expansion (add rows/columns)
    • Name tables (e.g. TBL_Books)
    • Banded rows, filter, slicer
    • Remove Duplicates by columns
    • Reference tables in formulas (e.g. [TBL_Books][Price])

Charts

  • Create chart: Insert → Charts (Column, Bar, Pie, Line, etc.)
  • Customize chart elements: Axis, title, legend, data labels, style, color
  • Chart Types:
    • Line (trend over time)
    • Pie (category proportions)
    • Bar/Column (comparison)

12. Pivot Tables

  • Why Use: Summarize, analyze, compare, and detect patterns in large data without changing original data.
  • Setup Steps:
    1. Clean data (single header, no blank cells, data types correct)
    2. Convert to table
    3. Insert Pivot Table (Insert → Pivot Table)
  • Pivot Table Fields:
    • Rows, Columns, Values (functions like Sum, Count), Filter
  • Tips:
    • Drag/dismiss fields to reorganize summaries.
    • Use Slicers for filtering.
    • 'Analyze Data' (Home tab) for instant insights/suggestions.

13. Common Errors in Excel

| Error | Reason | Fix | | -------------- | ------------------------------------------ | ------------------------------- | | ###### | Column not wide enough | Double-click column edge | | #DIV/0! | Division by zero | Use IF or IFERROR to handle | | #N/A | VLOOKUP can't find value | Check lookup value/table | | #NAME? | Formula misspelled or unknown name | Correct spelling | | #VALUE! | Incompatible data or syntax | Fix formula/data type | | #NULL! | Accidental space in formula (intersect op) | Remove extra/incorrect spaces | | #NUM! | Impossible calculation (sqrt(-9)) | Adjust calculation |

  • Error Handling Tip: Use IFERROR(formula, "Alternative text").

14. Practice & Next Steps

  • Practice:
    Download and use provided practice workbooks to reinforce all features.
  • Next Learning:
    Explore further with intermediate/advanced Excel functions, interview questions, and practical projects.
  • Additional Resources:
    • Interview preparation videos
    • Detailed videos on Index-Match and Pivot Table combinations (suggested in comments)

Key Takeaways

  • Practice is essential for mastering Excel.
  • Focus on learning by doing: Use real/sample data.
  • Understand not just how but also when and why to use each feature.
  • Don’t hesitate to revisit, pause, and repeat sections for clarity.

Happy Excel Learning! If you have questions, leave them in the video comments or check the description for relevant links and resources.