BA - 1.1 - Descriptive Analysis - 1
BA - 1.1 - Descriptive Analysis - 1
INDIVIDUAL
COPYRIGHT VIEWS
CREDITS JARGONS
www.viswamitra.org| 2
AGENDA
01 RECAP
02 EXCEL WORKBOOK
Data visualization
Creating charts
Data Queries
Tables, sorting and filtering,
Data summarization with statistics,
Data exploration using Pivot tables
www.viswamitra.org| 3
RECAP
www.viswamitra.org| 4
DESCRIPTIVE ANALYTICS – UNDERSTANDING THE PROBLEM
www.viswamitra.org| 5
DESCRIPTIVE ANALYTICS
WHAT? WHY?
www.viswamitra.org| 6
DESCRIPTIVE ANALYTICS
www.viswamitra.org| 7
ANALYTICS ON SPREADSHEET
Descriptive Statistics Basic statistics like mean, median, mode, range, standard
deviation, and variance.
Pivot Tables Summarizes data and makes it easier to see patterns and trends.
Conditional Highlights data points based on specific criteria, making patterns and
Formatting outliers more visible.
Data Filtering Allows users to view specific subsets of data by setting criteria.
*Note: We will learn about a lot of other techniques like Regression and Forecasting in coming chapters which can be implemented in
excel, however the above are the basic analytics in Excel.
www.viswamitra.org| 8
EXCEL FUNCTIONS FOR DATABASE QUERIES
Following are the excel functions for working with the data in database.
DSUM Adds the numbers in a field (column) of records in a database that match conditions you specify.
DCOUNT Counts the cells that contain numbers in a field (column) of records in a database that match the conditions
you specify.
DCOUNTA Counts the non-blank cells in a field (column) of records in a database that match the conditions you specify.
DGET Extracts a single value from a field (column) of a database that matches the conditions you specify.
DAVERAGE Calculates the average of the numbers in a field (column) of records in a database that match the conditions
you specify.
DPRODUCT Multiplies the values in a field (column) of records in a database that match the conditions you specify.
DMIN Returns the smallest number in a field (column) of records in a database that match the conditions you
specify.
DMAX Returns the largest number in a field (column) of records in a database that match the conditions you
specify.
DVAR Estimates the variance of a population based on a sample by using the numbers in a field (column) of records
in a database that match the conditions you specify.
DSTDEV Estimates the standard deviation of a population based on a sample by using the numbers in a field (column)
of records in a database that match the conditions you specify.
www.viswamitra.org| 9
ADD-ONS FOR BUSINESS ANALYTICS
VLOOKUP Searches for a value in the first column of a range and returns a value in the same row from a specified column.
HLOOKUP Searches for a value in the first row of a range and returns a value in the same column from a specified row.
INDEX Returns the value of a cell in a specified row and column of a range
MATCH Searches for a specified value in a range and returns the relative position of that item.
LOOKUP Searches for a value in a one-row or one-column range and returns a value in the same position from another
one-row or one-column range.
OFFSET Returns a reference to a range that is a specified number of rows and columns from a cell or range of cells.
CHOOSE Returns a value from a list of values based on a specified index number.
FILTER Filters a range of data based on criteria and returns the matching records.
COUNTIFS Counts the number of cells that meet a set of multiple criteria.
www.viswamitra.org| 10
DATA VISUALIZATION
www.viswamitra.org| 11
ANALYTICS - RECAP
1. Which function in Excel is used to find the average of a range of 6. Which function would you use to count the number of cells that
cells? contain numbers in a range?
a) SUM b) COUNT a) COUNTA b) COUNTIF
c) AVERAGE d) MEDIAN c) COUNT d) SUMIF
2. What does the VLOOKUP function do in Excel? 7. What does the CONCATENATE function do?
a) Sorts data in ascending order a) Adds up numbers
b) Looks up a value in a vertical table and returns a corresponding value b) Combines text from multiple cells into one cell
c) Adds up all the numbers in a range c) Counts the number of characters in a cell
d) Finds the maximum value in a range d) Converts text to uppercase
3. Which chart type is best for showing trends over time? 8. Which of the following is a feature that allows you to analyze data
a) Pie Chart b) Bar Chart using conditional formatting?
c) Line Chart d) Scatter Plot a) Data Validation b) Data Bars
c) Sparklines d) Macros
4. What is the purpose of a Pivot Table in Excel?
a) To create a graphical representation of data 9. What is the purpose of the IF function in Excel?
b) To summarize large amounts of data in a flexible way a) To perform a logical test and return one value if true and another
c) To find and remove duplicate values value if false
d) To format cells based on certain criteria b) To sum a range of cells
c) To sort data in ascending order
5. How can you quickly find and display data that meets certain d) To create a drop-down list
criteria in Excel?
a) Using the SUM function b) Applying a filter 10. How can you visually represent the distribution of a dataset in
c) Using the CONCATENATE function d) Creating a macro Excel?
a) Using a Pie Chart b) Using a Histogram
c) Using a Line Chart d) Using a Scatter Plot www.viswamitra.org| 12
THANK YOU
Disclaimer: Views expressed are personal and I don’t represent the company that I’m
working or the ones that I worked in the past.