Mastering Excel: a Beginner’s Guide to Spreadsheets
by shriram4anand in Teachers > University+
31 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, tracking expenses, and automating tasks. By the end, you'll be confidently navigating spreadsheets, using formulas, and making data work for you. Let’s dive in and unlock the magic of Excel!
NOTE: This instruction set is done on Windows.
Open the Excel App

We recommend using a laptop for this guideline.
If using Windows:
- 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

Here 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)
Pro Tip: Use Ctrl + Z (Windows) or Command + Z (Mac) to undo mistakes. (the ctrl/command button is a very helpful tool. The ctrl + letter action You can use it as an shortcut for a lot of the tasks you do on excel. Just remember to hold the ctrl button while clicking the letter.)
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 Sales
The SUM function adds up all the values in a specified range. For example: "=SUM(B2:B10)"
This formula calculates the total by summing all values in column B from rows 2 to 4.
Essential Formulas (AVERAGE)

AVERAGE – Find Average Sales
The AVERAGE function determines the mean value of a range of numbers. For example: "=AVERAGE(B2:B10)"
This calculates the average sales in column B.
Essential Formulas (IF)

The IF function performs a logical test and returns different results based on conditions. For example:
"=IF(B2>500, "Above Target", "Below Target")"
This checks if the value in B2 is greater than 500. If true, it returns "Above Target"; otherwise, it returns "Below Target".
Organizing Data With Tables & Charts



Creating a Table for Sales Data
- Select data range (e.g., "=A1:C10").
- Click Insert > Table and click structured table
- Click "My Table has Headers" (you don't have to, but it is recommended to do so)
- Click OK to create a structured table.
Sorting & Filtering Data

Sorting – Arrange Sales 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 (Excel Workbook .xlsx is recommended).
- Store the file in an easily accessible location.
Conclusion
With these steps, you can confidently manage sales data, analyze performance, and make informed decisions. Keep practicing and explore more Excel features!