Setting Up Your Environment | Excel Tutorial - Learn with VOKS
Back Next

Setting Up Your Environment


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

  • Install Excel from Microsoft 365
  • Works offline
  • Full features available

Option 2: Excel Online

  • Free browser version
  • Limited advanced features
  • Requires internet

For serious learning, the desktop version is recommended.

2️⃣ Create a New Workbook

When you open Excel:

  1. Click File
  2. Click New
  3. Select Blank Workbook

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:

  • Rows (1, 2, 3…)
  • Columns (A, B, C…)
  • Cells (A1, B2, C3…)

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:

  1. Click File
  2. Click Save As
  3. Choose location
  4. Give a clear name like:
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:

  • View → Check Formula Bar

This lets you see and edit formulas clearly.

Freeze Header Row (Very Important)

If your data grows large, freeze the top row:

  1. Click on row 2
  2. Go to View → Freeze Panes → Freeze 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

  1. Select your data
  2. Click Insert → Table
  3. Check “My table has headers”

Why?

Tables:

  • Auto-filter
  • Auto-format
  • Expand automatically
  • Make formulas easier

7️⃣ Set Correct Data Types

Select your columns and format properly:

  • Age → Number
  • Score → Number
  • Dates → Date format
  • Prices → Currency

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:

  • Select header row
  • Click Data → Filter

You can now:

  • Sort A to Z
  • Filter specific values
  • Filter numbers greater than 80

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:

  • Raw_Data
  • Clean_Data
  • Analysis
  • Dashboard

Organization matters.

1️⃣2️⃣ Keyboard Shortcuts to Improve Productivity

Some useful shortcuts:

  • Ctrl + S → Save
  • Ctrl + C → Copy
  • Ctrl + V → Paste
  • Ctrl + Z → Undo
  • Ctrl + Arrow Keys → Jump through data

Learning shortcuts speeds up your workflow.

1️⃣3️⃣ Optional: Enable Add-ins (Advanced Setup)

Excel allows add-ins for advanced analysis:

Examples:

  • Analysis ToolPak
  • Solver

Enable via:

File → Options → Add-ins

Not required for beginners but useful later.

1️⃣4️⃣ Why Setting Up Your Environment Is Important

Proper setup:

  • Reduces errors
  • Saves time
  • Makes data readable
  • Improves professionalism
  • Makes analysis easier

Poor setup leads to:

  • Confusion
  • Calculation mistakes
  • Hard-to-read reports


Excel
Introduction Setting Up Your Environment Navigating the Worksheet Environment Data Trimming, Sorting and Filtering Tables, Nesting Functions Understanding and Classifying Data Types, Changing to Text and Rounding Values Cleaning the data, Joining text strings, Capitalizing words, Using upper and lower case, Extracting text from cells, Counting characters, Extracting text, Replacing characters Preparing date data, Finding days of the week, Finding the matching column Using Vlookup, Hlookup, Index, Pivot tables and case studies Using count, Counta, Countblank, Count if functions Math Functions in Excel Using Minimum, Maximum, Averages to aggregate data Logical Functions Conditional Aggregation Using the IF Function Getting Familiar with Different Visuals Available in Excel and When to Use Them Analyzing Data with Line and Area Charts Analyzing Data with Stacked Area Chart and 100% Stacked Chart Building a Dashboard in Excel
All Courses
Advance AI Bootstrap C C++ Computer Vision Content Writing CSS Cyber Security Data Analysis Deep Learning Email Marketing Excel Figma HTML Java Script Machine Learning MySQLi Node JS PHP Power Bi Python Python for AI Python for Analysis React React Native SEO SMM SQL