1. What Is MS Excel?
Microsoft Excel is a spreadsheet application used to store, organize, analyze, and visualize data. It is widely used in data analytics because it is easy to learn and capable of performing basic to intermediate data analysis tasks.
In Excel, data is stored in:
- Rows (horizontal)
- Columns (vertical)
- Cells (intersection of rows and columns)
Each cell can store text, numbers, or formulas.
2. Understanding the Excel Interface
Before analyzing data, it is important to understand the main parts of Excel:
- Ribbon – Contains tabs like Home, Insert, Data, and Formulas
- Worksheet – The working area where data is entered
- Formula Bar – Shows formulas entered in a cell
- Sheet Tabs – Used to navigate between worksheets
3. Entering and Organizing Data
Steps:
- Open Excel
- Enter column headers in Row 1
- Enter data in the rows below Good data organization is important for analysis.
4. Basic Calculations Using Formulas
Excel allows you to perform calculations using formulas.
Calculating Total:
Add a new column called Total.
Formula:
=Units * Unit Cost
Example:
=E2*F2
Press Enter, then drag the formula down to apply it to other rows.
5. Using Basic Excel Functions
SUM Function
Used to add values.
Example:
=SUM(G2:G44)
This calculates total sales for all products.
AVERAGE Function
Used to calculate the average value.
Example:
=AVERAGE(G2:G44)
6. Sorting and Filtering Data
Sorting and filtering help you analyze data more easily.
Sorting
Select the dataset
Go to Data → Sort
Sort by units or Total
Filtering
Select the header row
Click Data → Filter
Use dropdown arrows to filter specific products
7. Creating Simple Charts
Charts help visualize data and identify patterns.
Creating a Column Chart
- Select Item and Total columns
- Go to Insert → Column Chart
- Choose a simple column chart
Excel will automatically generate a chart.
8. Using Conditional Formatting
Conditional formatting highlights important information automatically.
Example:
Highlight high total values
Steps:
- Select Total column
- Go to Home → Conditional Formatting
- Choose Color Scales This example shows the top 5 totals in yellow.
9. Why Excel Is Useful for Data Analytics
Excel is useful for beginners because:
- Easy to learn
- No programming required
- Supports calculations, charts, and summaries
- Widely used in businesses
Excel is often the first step before moving to advanced tools like SQL, Python, or Power BI.
10. Conclusion
Microsoft Excel is an essential tool for basic data analytics. By learning how to enter data, use formulas, apply functions, sort and filter information, and create charts, beginners can quickly start analyzing data and making informed decisions.
For anyone new to data analytics, Excel is an excellent starting point.









Top comments (0)