0% found this document useful (0 votes)
7 views35 pages

Excel Data Analytics Guide

Uploaded by

sainabayyath36
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views35 pages

Excel Data Analytics Guide

Uploaded by

sainabayyath36
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

sainabayyath36@gmail.

com
ERTVGLUN0P

DATA ANALYTICS USING EXCEL

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Agenda
▪ Phases of a data analytics project
▪ Data Cleaning
▪ Functions
▪ Sort and filter
▪ Lookup functions
sainabayyath36@[Link]
ERTVGLUN0P

▪ Conditional Formatting
▪ Data Validation
▪ Pivot Tables
▪ Data Visualisation using Excel

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
PHASES OF DATA ANALYTICS PROJECT
sainabayyath36@[Link]
ERTVGLUN0P

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Phases of data analytics project

Data Data Data


sainabayyath36@[Link]
ERTVGLUN0P
Cleaning Analysis Visualization

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Phases of data analytics project

Data Data
Data Cleaning Analysis Visualization

sainabayyath36@[Link]
ERTVGLUN0P

Setting Up of problem statement


Performing preliminary analysis
Fixing misspellings / typos
Removing duplicates
Checking for bias

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Phases of data analytics project

Data Data Data


Cleaning Analysis Visualization
sainabayyath36@[Link]
ERTVGLUN0P

Understanding the problem statement


Adjusting and formatting data
Finding Appropriate relationships between data sets

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Phases of data analytics project

Data Data Data


Cleaning Analysis Visualization
sainabayyath36@[Link]
ERTVGLUN0P

Delivering data in most efficient way.


Helps make critical decisions in an
unbiased manner.

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
DATA CLEANING
sainabayyath36@[Link]
ERTVGLUN0P

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Data Cleaning

Importance of Data Cleaning

▪ To ensure high data integrity.


▪ To check if there is any bias involved in data collection.
sainabayyath36@[Link]

ERTVGLUN0P Data should be in-line with problem statement.
▪ Data should have complete sample size.
▪ There should be uniformity in data.

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
sainabayyath36@[Link]
ERTVGLUN0P
FUNCTIONS

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Types of Functions

What are Functions?


They are pre defined instructions that perform specific calculations in a particular order in
a spreadsheet.
Basic syntax of function:-
= Formula(Range of cells)
sainabayyath36@[Link]
ERTVGLUN0P

=AVERAGE(No.1, No.2)

Start of a
function
Range of cells
Formula name,
performs a specific
calculation
This file is meant for personal use by sainabayyath36@[Link] only.
Sharing or publishing the contents in part or full is liable for legal action.
Types of Functions

• COUNT IF
• LEN
• LEFT/RIGHT
sainabayyath36@[Link]
ERTVGLUN0P

• CONCATENATE
• TRIM

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Types of Functions

COUNTIF
A function that counts the number of cells that match a specific condition.
= COUNTIF( Range, “Condition”)
sainabayyath36@[Link]
ERTVGLUN0P

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Types of Functions

LENGTH
A function that returns the length of a text string.
sainabayyath36@[Link]
ERTVGLUN0P= LEN(Cell)

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Types of Functions

LEFT/RIGHT
A function that returns specific number of characters from left/right side in a cell.
= LEFT( Cell, No. of characters)
sainabayyath36@[Link]
ERTVGLUN0P
= RIGHT( Cell, No. of characters)

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Types of Functions

CONCATENATE
A function that combines multiple text cells into a single cell.
sainabayyath36@[Link]
= CONCATENATE( CELL-1, CELL-2)
ERTVGLUN0P

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Types of Functions

TRIM
A function that removes extra unwanted spaces from the cell.
sainabayyath36@[Link]
= TRIM( CELL-1)
ERTVGLUN0P

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
SORT AND FILTER
sainabayyath36@[Link]
ERTVGLUN0P

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
sainabayyath36@[Link]
ERTVGLUN0P
LOOKUP FUNCTIONS

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Lookup Functions

VLOOK UP
A function that searches for a certain value in a column to return a corresponding piece of
information.
= VLOOKUP(look up value, table array, column_index_num, true/false)
sainabayyath36@[Link]
ERTVGLUN0P

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Lookup Functions

HLOOK UP
A function that searches for a certain value in a row to return a corresponding piece of information.
= HLOOKUP(look up value, table array, Row_num, true/false)
sainabayyath36@[Link]
ERTVGLUN0P

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
sainabayyath36@[Link]
ERTVGLUN0P
CONDITIONAL FORMATTING

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Conditional Formatting

An Excel tool that changes how cells look when value meets
specific conditions.

sainabayyath36@[Link]
ERTVGLUN0P

DO NOT WRITE ANYTHING


HERE. LEAVE THIS SPACE FOR
WEBCAM
This file is meant for personal use by sainabayyath36@[Link] only.
Sharing or publishing the contents in part or full is liable for legal action.
sainabayyath36@[Link]
ERTVGLUN0P
DATA VALIDATION

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Data Validation

A tool that allows you to control what could or could not be entered in your spreadsheet.

sainabayyath36@[Link]
ERTVGLUN0P

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
sainabayyath36@[Link]
ERTVGLUN0P
PIVOT TABLES

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Pivot Tables

What are Pivot Tables?


• A Pivot Table is used to sort, count, group, total or reorganize data stored in a table.

• It helps us to Change rows into columns and columns into rows.


sainabayyath36@[Link]
The Pivot fields (column) can be grouped, and advanced calculations could be performed on them.
ERTVGLUN0P

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
sainabayyath36@[Link]
ERTVGLUN0P

DATA VISUALISATION USING EXCEL

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Data Visualization

PIE CHART
• Pie chart represents a part-to-whole
relationship.
sainabayyath36@[Link]
ERTVGLUN0P
• Each pie slice is composed of three
components: area, central angle and arc
length.

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Data Visualization

BAR CHART
• A chart that uses bands of different
heights to show different amounts so that
sainabayyath36@[Link]
ERTVGLUN0P
they can be distinguished.
• A bar chart is used to represent
Comparative data.

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Data Visualization

LINE CHART
• It is visual representation to show changes
over time.
sainabayyath36@[Link]
ERTVGLUN0P
• The Category data is along the horizontal axis,
and all value data is along the vertical axis.
• It is preferred when one parameter is non
numeric.

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Data Visualization

TREE CHART
• Provides a hierarchical view of your data.
• It makes it easy to recognize patterns.
sainabayyath36@[Link]
ERTVGLUN0P
• Good for comparing proportions within the
hierarchy.

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Data Visualization

MAP CHART
• It is used to navigate values and show
categories across different geographical regions.
sainabayyath36@[Link]
ERTVGLUN0P
• Mostly used in a dataset that contains data
about Imports/Exports.

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
Summary

▪ We discussed about the phases of a data analyst project.


▪ We learnt about the importance of data cleaning.
▪ Then we discussed about different types of function.
▪ Furthermore we learnt about conditional Formatting.
sainabayyath36@[Link]
ERTVGLUN0P
▪ Then we got a brief overview of Data Validation and Pivot Tables.
▪ At the end we discussed about Visualizing data using Excel charts.

This file is meant for personal use by sainabayyath36@[Link] only.


Sharing or publishing the contents in part or full is liable for legal action.
sainabayyath36@[Link]
ERTVGLUN0P
Thank You

This file is meant for personal use by sainabayyath36@[Link] only.


Proprietary content.
Sharing or©Great Learning.
publishing theAllcontents
Rights Reserved.
in part Unauthorized usefor
or full is liable or distribution
legal [Link]

You might also like