Before you start analyzing data, you need to properly set up your Excel environment.
Think of it like preparing your workspace before studying or cooking.
We’ll walk step-by-step through everything a beginner needs to do in Microsoft Excel.
1️⃣ Install Excel
There are two main ways to use Excel:
Option 1: Desktop Version
Option 2: Excel Online
For serious learning, the desktop version is recommended.
2️⃣ Create a New Workbook
When you open Excel:
A workbook is your main file.
Inside it, you have worksheets (tabs at the bottom).
3️⃣ Understand the Basic Layout
Excel is made up of:
Example layout in markdown:
| | A | B | C | |---|--------|------|-------| | 1 | Name | Age | Score | | 2 | Alice | 23 | 85 | | 3 | Bob | 25 | 90 |
Each box (like A2 or C3) is called a cell.
4️⃣ Save Your Workbook Properly
Before doing anything serious:
student_scores.xlsx
Good file naming keeps your work organized.
5️⃣ Adjust Important Settings (Beginner Setup)
To make Excel easier to use, adjust these settings:
Show Formula Bar
Go to:
This lets you see and edit formulas clearly.
Freeze Header Row (Very Important)
If your data grows large, freeze the top row:
Now headers stay visible while scrolling.
6️⃣ Format Your Worksheet Properly
Good formatting makes analysis easier.
Step 1: Add Headers
Always add headers in Row 1:
| Name | Age | Score | |---------|-----|-------| | Alice | 23 | 85 | | Bob | 25 | 90 |
Step 2: Convert Data to Table
Why?
Tables:
7️⃣ Set Correct Data Types
Select your columns and format properly:
To change format:
Home → Number section → Choose format
Wrong formatting causes calculation errors.
8️⃣ Enable Filters
Filters allow you to sort and search data easily.
If using a table, filters are automatic.
Otherwise:
You can now:
9️⃣ Create a Simple Practice Setup
Let’s set up a clean practice sheet.
Example Practice Data
| Product | Sales | Month | |---------|-------|-------| | A | 200 | Jan | | B | 150 | Jan | | A | 300 | Feb |
Now your Excel environment is ready for analysis.
🔟 Test Your Environment With Basic Formulas
Once setup is complete, test formulas.
Total Sales
=SUM(B2:B4)
Average Sales
=AVERAGE(B2:B4)
Sales for Product A
=SUMIF(A2:A4, "A", B2:B4)
If these work correctly, your environment is properly configured.
1️⃣1️⃣ Organize Sheets Properly
Rename sheets clearly:
Instead of:
Sheet1
Rename to:
Sales_Data
Right-click sheet tab → Rename
For larger projects:
Organization matters.
1️⃣2️⃣ Keyboard Shortcuts to Improve Productivity
Some useful shortcuts:
Learning shortcuts speeds up your workflow.
1️⃣3️⃣ Optional: Enable Add-ins (Advanced Setup)
Excel allows add-ins for advanced analysis:
Examples:
Enable via:
File → Options → Add-ins
Not required for beginners but useful later.
1️⃣4️⃣ Why Setting Up Your Environment Is Important
Proper setup:
Poor setup leads to: