If you’re just getting started with Microsoft Excel, don’t worry—it’s easier than it looks! Excel is a spreadsheet program used to organize data, do calculations, create charts, and analyze information. Here’s a beginner-friendly guide to help you learn the basics.
1. What Is Excel?
Excel is like a digital grid made of rows and columns. Each box is called a cell, and it can hold text, numbers, or formulas. You can use it for anything from a shopping list to a financial report.
2. Start a New Workbook
- Open Excel
- Choose Blank Workbook
- Save the file (e.g., “My First Spreadsheet.xlsx”)
Now you’re ready to begin entering data.
3. Enter Data into Cells
Click any cell and type something. Press Enter to move down or Tab to move right.
Example:
A | B |
---|---|
Item | Price |
Apples | 1.20 |
Bananas | 0.80 |
Each cell is identified by a column letter and row number (e.g., B2).
4. Use Simple Formulas
Let Excel do the math for you:
- Click a blank cell
- Type
=B2+B3
to add prices - Press Enter
Some useful formulas:
=SUM(B2:B10)
– Adds a list of numbers=AVERAGE(B2:B10)
– Finds the average=IF(A2="Paid", "✔", "✘")
– Simple logic
Formulas always start with =
5. Format Your Data
To make your sheet easier to read:
- Select cells
- Use the Home tab to apply Bold, Font color, Borders, or Currency
- Adjust column widths by dragging the lines between letters
You can also turn on Wrap Text to show all content in one cell.
6. Sort and Filter
- Click any cell in your table
- Go to the Data tab
- Click Sort (A–Z or Z–A) or Filter to organize your data
Great for long lists!
7. Create a Chart
Visualize your data:
- Highlight your data (like items and prices)
- Go to the Insert tab
- Choose a chart type (e.g., Bar, Pie, Line)
- Excel creates a chart you can move and resize
8. Save Your Work
- Click File > Save As
- Choose a location and name your file
- Excel files usually have the
.xlsx
extension
9. Practice with a Simple Project
Try creating:
- A budget with income and expenses
- A task list with due dates and checkboxes
- A meal planner or shopping list
Use formatting and formulas to make it interactive and helpful.
10. Keep Learning
You can grow your skills with:
- Free tutorials (YouTube, Microsoft Learn, ExcelJet)
- Templates inside Excel (File > New > Search “Budget” or “Schedule”)
- Practice with real-life tasks like bills, planning, or reports