📘 Part 1: Excel Foundations
Start your Excel journey with the basics — learn how spreadsheets work, how to navigate and format them, and build a solid foundation before diving deeper.
Lesson 1.1: Excel Interface and Navigation
Master Excel’s workspace and navigation tools to confidently move around and access essential features quickly.
- Identify Excel’s key interface components
- Navigate worksheets efficiently using keyboard and mouse
- Customize Quick Access Toolbar for productivity
The Excel interface consists of the Ribbon (top toolbar), Formula Bar, Name Box, Worksheet Tabs, Status Bar, and the grid of cells.
- Open Excel — Start a new blank workbook.
- Explore the Ribbon: Click through tabs: Home, Insert, Page Layout, Formulas, Data, Review, View, and Developer.
- Quick Access Toolbar: Locate it on top-left; customize by clicking the dropdown → Add 'Save', 'Undo', 'Redo' if missing.
- Formula Bar: Click on any cell and observe the formula bar showing content or formula.
- Name Box: Shows the active cell address; try typing "B5" here and press Enter to jump to cell B5.
- Worksheet Tabs: Switch between Sheet1, Sheet2, add new sheets with the '+' button.
- Navigation shortcuts: Use arrow keys to move between cells; Ctrl + Arrow to jump to data edges.
- Status Bar: Notice info like Sum or Average when selecting numeric cells.
Create a new workbook, rename Sheet1 to “Sales Data”, add two more sheets named “Summary” and “Charts”. Practice navigating between them.
Quickly navigating and managing worksheets improves efficiency for any Excel user.
Pro Tip: Double-click the boundary between column headers (e.g., between A and B) to auto-fit column width to content.
Lesson 1.2: Data Entry and Basic Formatting
Learn how to enter data accurately and apply formatting to make your worksheets clear and professional.
- Understand different data types (text, number, date)
- Apply number and text formatting
- Use cell formatting shortcuts
Data entry is about inputting information correctly. Formatting helps make data readable and meaningful by adjusting appearance like fonts, colors, number formats.
- Open the “Sales Data” worksheet you created.
-
Enter the following data in columns A to D:
- A1: Product
- B1: Units Sold
- C1: Unit Price
- D1: Sale Date
- A2 to A6: Enter any 5 product names (e.g., Laptop, Mouse, Keyboard, Monitor, Printer)
- B2 to B6: Enter numbers representing units sold (e.g., 50, 100, 70, 40, 30)
- C2 to C6: Enter prices (e.g., 700, 20, 30, 200, 150)
- D2 to D6: Enter sale dates (e.g., 1/1/2024, 1/5/2024, etc.)
- Select B2:B6 → Go to Home tab → Number group → Apply Number format with zero decimal places.
- Select C2:C6 → Apply Currency format (₹ or your currency) with two decimals.
- Select D2:D6 → Apply Date format (e.g., 14-Mar-12 style) for consistency.
- Bold header row (A1:D1) and fill with light background color.
- Adjust column widths by double-clicking the right border of each column header.
Create a formatted sales table that is easy to read and ready for calculations.
Professional data presentation to managers and colleagues.
Pro Tip: Use keyboard shortcuts for speed:
-
Ctrl + B
for bold -
Ctrl + 1
opens Format Cells dialog -
Alt + H, N
to open Number format dropdown
Lesson 1.3: Basic Formulas and Functions
Master the foundational skills for calculations in Excel, including basic formulas, SUM, AVERAGE, and understanding relative vs absolute references.
- Perform basic calculations with formulas
- Use built-in functions like SUM, AVERAGE, and COUNT
- Understand relative and absolute cell referencing
Formulas are expressions you create (e.g.,
=A1 + A2
), while Functions are built-in Excel commands (e.g.,
=SUM(A1:A5)
) that save time and reduce error. Together, they are the foundation of data analysis in Excel.
- In your "Sales Data" sheet, add a column named Total Sale in column E (E1).
-
In E2, write a formula multiplying units sold and unit price:
=B2*C2
- Press Enter and drag the fill handle down from E2 to E6 to copy the formula for all products.
-
In E7, write the SUM formula for total sales:
=SUM(E2:E6)
-
In F1, write "Average Sale". In F2, use:
=AVERAGE(E2:E6)
-
In G1, write "Number of Products". In G2:
=COUNT(A2:A6)
-
Add a Tax Rate in H1 (e.g., 5%) and compute Tax Amount in F column:
=E2 * $H$1
- Check results to confirm formulas adjust correctly (relative vs absolute).
Calculate total revenue, average sale value, and number of products sold for a sales dataset, making calculations adjustable for new products added later.
Quickly evaluating sales performance for a team or department, making calculations robust and easy to maintain as data grows.
Pro Tip: Always test formulas after creating them. Enter sample data, adjust it, and ensure totals and averages respond correctly. This guarantees accuracy in large-scale spreadsheets.
Lesson 1.4: Creating and Formatting Charts
Visualize your data for quick insights. Learn to create basic charts and customize their design to highlight trends and patterns effectively.
- Create a basic chart from your data
- Format chart elements for clarity and professionalism
- Understand when and why to use different chart types
Charts transform data into a visual story. They help identify patterns, trends, and anomalies quickly, making complex information easy to understand for stakeholders.
- Highlight your data range (e.g., A1:E6) including headers.
- Go to the Insert tab, click on Column Chart and select a basic clustered column chart.
-
Move the chart to its own sheet:
- Right‑click the chart → Move Chart → New Sheet → Name it “Sales Overview”
-
Format the chart:
- Give the chart a title (e.g., “Product Sales Overview”)
- Adjust the legend to the right or bottom for clarity
- Change column colors using the Chart Styles gallery
- Format the Y‑axis for currency, using the Format Axis option
-
Create a Pie Chart to show product contribution:
- Highlight Product names and Total Sale amounts (A1:A6 and E1:E6)
- Insert → Pie Chart → Choose a style
Create a “Sales Dashboard” page with a column chart for total sales, a pie chart for sales by product, and formatted labels making it presentation‑ready for stakeholders.
Quickly assess which products drive revenue, making it ideal for sales meetings or trend analyses.
Pro Tip: Combine charts with Slicers and Timeline controls later (in Part 2) to make dashboards interactive and more actionable.
Lesson 1.5: Managing Worksheets and Workbooks
Master workbook organization so your Excel files are clean, structured, and ready for collaboration and future scaling.
- Manage worksheets efficiently (rename, move, copy, delete, color tabs)
- Save, protect, and organize workbooks
- Understand the importance of workbook structure for teamwork and automation
A workbook is your Excel file; worksheets are the individual tabs inside it. Organizing them well ensures clarity and prevents errors, especially in shared files or complex reports.
- Rename worksheets: Double-click a tab (e.g. Sheet1) → type “Sales Data” → press Enter. Do this for all sheets, e.g., “Summary”, “Charts”.
- Move sheets: Click and drag a tab to reorder it. Alternatively, right-click → Move or Copy → Choose position.
- Copy a sheet: Right-click a sheet tab → Move or Copy → check “Create a copy” → click OK.
- Color code tabs: Right-click a sheet tab → Tab Color → choose a color (e.g., blue for data, green for summary).
- Insert/Delete sheets: Home tab → Cells group → Insert → Insert Sheet; or right-click tab → Insert. Delete via right-click → Delete.
- Save workbook: File → Save As → choose a meaningful file name and location.
- Protect workbook structure: Review tab → Protect Workbook → choose to prevent adding, deleting, or moving sheets without a password.
Set up a workbook with structured sheets for monthly sales, summary, and charts. Apply tab colors for easy navigation, save with version naming (e.g., SalesReport_v1.xlsx).
Organizing reports for team use, version control, and automation (e.g., for macros or Power Query integration).
Pro Tip: Always apply a logical sheet/tab naming convention and use tab colors — it helps immensely when automating tasks or handing off files to others.
Q1: What is the Name Box in Excel used for?
Q2: What is used to quickly sum numbers in Excel?