Mastering Excel: a Beginner’s Guide to Spreadsheets
by shriram4anand in Teachers > University+
48 Views, 1 Favorites, 0 Comments
Mastering Excel: a Beginner’s Guide to Spreadsheets

Ever felt overwhelmed by Excel? You’re not alone! This powerful tool can seem intimidating, but once you learn the basics, it becomes an essential skill for organizing data, analyzing sales, and making smarter decisions.
In this guide, you will learn how to:
- Open and navigate the Excel interface
- Enter and format data in cells
- Use essential formulas like SUM, AVERAGE, and IF
- Create tables and charts for visualizing information
- Sort and filter data to identify trends
- Save and manage your spreadsheets
Whether you’re new to Excel or need a refresher, this beginner-friendly guide will help you start step by step.
Supplies
This guideline has been created for:
- Window users, though some Mac users can follow along
- Laptop use over a handheld device (phone, tablet)
Open the Excel App

- Click the Start button (Windows icon) in the bottom-left corner
- Type Excel in the search bar and select the Excel app
- Once Excel opens, click File > Open, then browse for a new spreadsheet
Understanding Excel Format

These are some features that make up the Excel workspace:
- Ribbon: The toolbar at the top with tabs like Home, Insert, Formulas, and Data.
- Cells: Individual boxes where you enter data, organized by columns (A, B, C...) and rows (1, 2, 3...).
- Formula Bar: Located above the spreadsheet, where you can enter or edit formulas.
- Worksheets: Tabs at the bottom that let you switch between different sheets in a workbook.
Entering Data

- Click on the cell where you want to enter data (Notice a white plus sign hovering? That will be your cursor. Use that as a way to navigate your excel sheet)
- Type a text or a number
- Press Enter or Tab to move to the next cell
To format data:
- Bold (Ctrl + B / Command + B)
- Highlight cells (Click ‘Fill Color’ in the toolbar)
- Adjust column width (Double-click the column divider)
Essential Formulas (SUM)

When working in Excel, formulas help automate calculations, saving time and reducing errors. Here are a few essential formulas for analyzing sales data, or more:
SUM – Calculate Total Value
SUM function adds up the values in the defined range. In the image above, the SUM function adds up the values in column B. The output should be 6 and be stored in cell B5
Syntax: =SUM(number1, [number2], …)
Essential Formulas (AVERAGE)

AVERAGE – Find Average Value
AVERAGE function finds the mean value in the defined range. In the image above, the AVERAGE function finds the mean from the values given in Column B. The output should be 2 and stored in cell B5
Syntax: =AVERAGE(number1, [number2], …)
Essential Formulas (IF)

IF function performs a logical test and returns one value if the test is true and another if it’s false. In the image above, if a value in cell B2 is greater than 500, “Above Target” will be printed in cell B5. Since the value is 1, and 1 < 500, “Below Target” was printed in cell B5.
Syntax: =IF(logical_test, value_if_true, value_if_false)
Organizing Data With Tables & Charts



Creating a Table for Data Visualization
- Create a table of value Select data range (e.g., "=A1:C10").
- Click Insert > Table and click structured table
- Click "My Table has Headers" (Optional, but we recommend using headers)
- Click OK to create a structured table.
Sorting & Filtering Data

Sorting – Arrange Data from Highest to Lowest
- Click any cell in the column you want to sort.
- Go to Data > Sort, then choose ascending or descending order.
Filtering – View Specific Products
- Click any cell in your dataset.
- Go to Data > Filter, then use drop-down arrows to filter results.
Finalizing & Saving Your Work


- Click File > Save As to save the document.
- Choose a format (we recommend.xlsx).
- Store the file in an easily accessible location.
Conclusion
With these steps, you can confidently manage sales data, analyze performance, and make informed decisions using Excel. Keep practicing, and don’t be afraid to explore new features. The more you use it, the more powerful it becomes.
To continue learning, check out Microsoft’s official Excel training: Excel help & learning
This free resource covers beginner to advanced topics, with interactive examples and downloadable practice files.