How To Use Microsoft Excel; Step By Step Guide For Beginners

Listen to this article

Microsoft Excel is a powerful spreadsheet software developed by Microsoft, used for organizing, analyzing, and visualizing data. It’s part of the Microsoft Office suite (now often called Microsoft 365) and is widely used in business, education, and personal projects for tasks like budgeting, data tracking, and creating reports.
This guide is designed for absolute beginners, assuming no prior experience. We’ll start with the basics and build up to intermediate beginner skills. If you’re using Excel on Windows, Mac, or the web version (Excel Online), the steps are similar, though some shortcuts may vary.

Step 1: Getting Started with Excel

Install or Access Excel:

  • If you don’t have Excel, subscribe to Microsoft 365 (personal plans start affordably) or use the free web version at office.com.
  • Download from the Microsoft Store, or if it’s part of your work/school account, sign in via the app.
  • Open Excel: Search for “Excel” in your computer’s start menu (Windows) or Spotlight (Mac). On web, go to office.com, sign in, and select Excel.

Create a New Workbook:

  • When Excel opens, you’ll see a start screen. Click “Blank workbook” to start fresh.
  • A workbook is like a file containing multiple sheets (tabs at the bottom, default is “Sheet1”).

Save Your Workbook:

  • Click File > Save As (or Ctrl+S on Windows, Cmd+S on Mac).
  • Choose a location (e.g., OneDrive for cloud access or your local drive).
  • Name it something like “MyFirstExcel.xlsx” (.xlsx is the default format).

Step 2: Understanding the Excel Interface

Excel’s layout might look intimidating, but it’s organized logically.

Ribbon (Top Toolbar):

  • This is the main menu with tabs like Home, Insert, Page Layout, Formulas, Data, Review, and View.
  • Home tab: For basic editing (fonts, alignment, copy/paste).
  • Insert tab: For adding charts, pictures, etc.
  • Hover over icons for tooltips.

Worksheet Grid:

  • Columns are labeled A, B, C… (horizontal).
  • Rows are numbered 1, 2, 3… (vertical).
  • A cell is the intersection (e.g., A1 is column A, row 1).
  • The active cell has a green border; click to select it.

Formula Bar:

  • Above the grid, shows the content of the active cell (e.g., text or formulas).

Sheet Tabs:

  • At the bottom: Right-click to rename, add, or delete sheets.

Quick Access Toolbar:

  • Top-left: Customize with save, undo (Ctrl+Z), redo (Ctrl+Y).

Status Bar:

  • Bottom: Shows info like sum of selected cells or zoom level.

Pro Tip: Use Ctrl+F1 (Windows) or Cmd+Opt+R (Mac) to hide/show the ribbon if it’s overwhelming.

Step 3: Entering and Editing Data

Enter Data:

  • Click a cell (e.g., A1).
  • Type text, numbers, or dates (e.g., “Name” in A1, “John” in A2).
  • Press Enter to move down, Tab to move right, or arrow keys.
  • For dates, type like “08/19/2025” – Excel auto-formats it.

Edit Data:

  • Double-click a cell or select it and type in the formula bar.
  • To delete: Select cell and press Delete.

Copy and Paste:

  • Select cells (drag mouse or Shift+arrows).
  • Ctrl+C to copy, Ctrl+V to paste (Cmd on Mac).
  • For pasting values only (no formatting): Right-click > Paste Special > Values.

Undo Mistakes:

  • Ctrl+Z undoes the last action.

Insert/Delete Rows/Columns:

  • Right-click row number or column letter > Insert/Delete.

Practice: Create a simple table in cells A1:C3 with headers “Item”, “Quantity”, “Price” in row 1, and sample data below.

Step 4: Basic Formatting

Make your data look professional.

Font and Alignment:

  • Select cells.
  • Home tab: Change font size, bold (Ctrl+B), italic (Ctrl+I), underline (Ctrl+U).
  • Align text: Left, center, right icons.

Cell Borders and Colors:

  • Home tab > Borders dropdown: Add lines around cells.
  • Fill Color (bucket icon) for background; Font Color for text.

Number Formatting:

  • For currency: Select cells > Home > $ icon (formats as $1.00).
  • For percentages: % icon.
  • More options: Right-click > Format Cells > Number tab.

AutoFit Columns:

  • Double-click the line between column letters to auto-size.

Practice: Format your table – bold headers, add borders, make prices currency.

Step 5: Basic Calculations and Formulas

Excel shines here – it automates math.

Simple Math in Cells:

  • In a cell, type = followed by math (e.g., =2+3, press Enter → 5).
  • Operators: + add, – subtract, * multiply, / divide, ^ power.

Using Cell References:

  • Instead of numbers, reference cells (e.g., in D2: =B2C2 for QuantityPrice).
  • Click cells while typing to auto-insert references.

AutoSum:

  • Select cells below/ beside your data.
  • Home tab > AutoSum (Σ icon) > Sum for total.

Copy Formulas:

  • Drag the fill handle (small square at cell’s bottom-right) down to copy formula to other rows. References auto-adjust (relative referencing).

Practice: In your table, add a “Total” column with =Quantity*Price, then sum at the bottom.

Step 6: Functions (Built-in Formulas)

Functions are pre-made formulas.

Basic Functions:

  1. Syntax: =FUNCTION(arguments)
  2. Examples:
    =SUM(A1:A10) adds a range.
    =AVERAGE(B2:B5) for mean.
    =MAX(C1:C10) for highest value.
    =MIN() for lowest.
    =COUNT() for number of values.

Insert Function:

  • Formulas tab > Insert Function: Search and select (e.g., “IF” for conditions).

Common Beginner Functions:

  • =IF(condition, true, false) e.g., =IF(D2>100, “High”, “Low”).
  • =VLOOKUP() for looking up data (advanced beginner: search online for tutorials).

Practice: Add an average quantity to your table using =AVERAGE().

Step 7: Sorting, Filtering, and Managing Data

Organize large datasets.

Sort Data:

  • Select your table (include headers).
  • Data tab > Sort: Choose column and order (A-Z, smallest-largest).

Filter Data:

  • Data tab > Filter: Adds dropdowns to headers.
  • Click dropdown > Check/uncheck items to show/hide.

Freeze Panes:

  • View tab > Freeze Panes: Lock headers when scrolling (select row below headers first).

Find and Replace:

  • Ctrl+F to search; Ctrl+H to replace.

Practice: Sort your table by price, filter to show only items over a certain quantity.

Step 8: Creating Charts and Visuals

Visualize data easily.

Insert a Chart:

  • Select data (include headers).
  • Insert tab > Recommended Charts > Pick one (e.g., Column for comparisons).
  • Chart appears; edit via Chart Tools tabs.

Customize Chart:

  • Click chart > Add titles, labels, change colors.
  • Right-click elements to format.

PivotTables (Intro):

  • For summarizing: Insert > PivotTable > Select data > OK.
  • Drag fields to rows/columns/values.

Practice: Create a pie chart of your totals.

Step 9: Printing, Sharing, and Advanced Tips

Page Setup:

  • Page Layout tab: Set margins, orientation (portrait/landscape).
  • Scale to fit: Adjust so it prints on one page.

Print Preview:

  • File > Print: See how it looks, adjust.

Share Workbook:

  • File > Share: Invite via email or link (OneDrive).

Protect Data:

  • Review tab > Protect Sheet: Lock cells from edits.

Common Errors and Fixes:

  • #DIV/0!: Division by zero – check formulas.
  • #VALUE!: Wrong data type – ensure numbers.
  • Circular Reference: Formula refers to itself – edit it.
  • Use Help: Press F1 or search in the Tell Me box (top-right).

Keyboard Shortcuts:

  • Ctrl+Arrow: Jump to end of data.
  • F2: Edit cell.
  • Alt+Enter: Line break in cell.

Step 10: Next Steps and Resources

  • Practice with sample data: Download templates from File > New.
  • Learn more: Microsoft’s free tutorials at support.microsoft.com/en-us/excel.
  • Excel versions: If using older (e.g., 2016), some features differ slightly.
  • Mobile App: Excel app on iOS/Android for on-the-go editing.
  • Advanced Topics: Once comfortable, explore VBA macros, conditional formatting, or data validation.

This guide covers the essentials to get you productive. Start small, experiment, and don’t fear mistakes – Undo is your friend! If you have a specific topic (e.g., formulas), ask for a deeper dive.

  • Reading time:8 mins read
  • Post category:News / Popular