Excel For Data Analytics: Beginner Friendly Overview.

Published: (February 1, 2026 at 02:03 PM EST)
2 min read
Source: Dev.to

Source: Dev.to

Cover image for Excel For Data Analytics: Beginner Friendly Overview

seme clive

Excel is one of the main tools used in data analysis.
With Excel you can:

  • manipulate data,
  • summarize it with pivot tables,
  • visualize it, and
  • perform quick statistics.

Excel is typically used for small‑to‑medium data sets. It still lets you perform all the usual data‑transformation tasks.

Here is the interface of an Excel workbook (2019 version).

Excel workbook interface

1️⃣ Excel Skills to Learn

  • Data cleaning – remove blank spaces, incorrect, and outdated information.
  • Conditional formatting – highlight cells based on rules.
  • Formulas – perform calculations.
  • Sorting & filtering – organize data.
  • Graphing & charting – create visualizations.
  • Pivot tables – calculate, summarize, and analyze data.
  • Aggregation – combine data for analysis.

1️⃣ Basic Formatting and the SUM Function

Formatting is a key step in cleaning data sets. Useful formatting tools include:

  • Conditional formatting
  • Format as Table
  • Sort & filter
  • Find & select

Formatting example

SUM Function Example

SUM function screenshot

2️⃣ MAX, MIN, and AVERAGE Functions

Excel provides many built‑in functions. Below are the five basic ones we’ll cover: SUM, AVERAGE, COUNT, MAX, and MIN.

Step 1 – Add a New Worksheet

  1. Click the + button at the bottom‑left of the workbook.
  2. Right‑click the new sheet (Sheet2) and rename it Functions.

Step 2 – Explore the Function Library

  1. Open the Formulas tab.
  2. If needed, click the down‑arrow at the far right of the toolbar to reveal the Function Library group.
  3. Click the dropdown under AutoSum to see the five basic functions:
FunctionDescription
AVERAGEReturns the arithmetic mean of the referenced numeric values.
COUNTCounts the number of numeric cells in the range.
MAXReturns the highest numeric value in the range.
MINReturns the lowest numeric value in the range.
SUMAdds all the numbers in the range.

MAX Function

MAX function screenshot

MIN Function

MIN function screenshot

AVERAGE Function

AVERAGE function screenshot

COUNT Function

COUNT function screenshot

These are the basic concepts of Excel. When you dive deeper you’ll encounter more advanced functions such as VLOOKUP, XLOOKUP, HLOOKUP, and many others. Pivot tables and dashboards are also powerful tools for summarizing and visualizing data.

What’s Next?

In my next post I’ll show how to go from data cleaning to interactive dashboards using larger data sets.

See you there!

# SUM function

- Aggregate data for analysis
Back to Blog

Related posts

Read more »

Schemas and Data Modelling in Power BI

Power BI instantly conjures images of dashboards—colorful charts, large numeric cards, clickable slicers, and polished visuals. Those are the elements users int...

POWER BI - SCHEMAS & MODELLING GUIDE.

What is Power BI? Power BI is a Business Intelligence tool built by Microsoft that turns raw data into interactive insights. It has a very user‑friendly interf...