Data Analysis Technique.docx
Data Analysis Technique.docx
Descriptive statistics
1. Mean (Average)
Definition:
Mean is the sum of all values divided by the total number of values. It represents
the central value of a dataset.
SYNTAX: =AVERAGE(range)
2. Median (Middle Value)
Definition:
The median is the middle number when a dataset is arranged in ascending order.
If there are even numbers, the median is the average of the two middle numbers.
SYNTAX: =MEDIAN(range)
3. Mode (Most Frequent Value)
Definition:
Mode is the number that appears most frequently in the dataset.
SYNTAX: =MODE.SNGL(range) → Returns a single mode
=MODE.MULT(range) → Returns multiple modes (if available)
Result: 50
If there were two most frequent values (e.g., 30 & 50 appear twice), then:
Formula: =MODE.MULT(A1:A7)
Result: 30, 50
4. Standard Deviation (Spread of Data)
Definition:
Standard Deviation tells us how much the values in a dataset deviate from the
mean.
• A high standard deviation means values are spread out.
• A low standard deviation means values are close to the mean.
SYNTAX:=STDEV.P(range)
SUMMARY:
=CORREL(B2:B6, C2:C6)
b=SLOPE(C2:C6, B2:B6)
a=INTERCEPT(C2:C6, B2:B6)
2. Analysis ToolPak
Analysis ToolPak is an Excel add-in that provides advanced data analysis
functions like regression, correlation, histograms, and more.
Example: Find Average Monthly Sales Growth
You have monthly sales data for a year and want to know if sales are increasing.
• Step 1: Enable "Analysis ToolPak" in Excel
• Step 2: Use the "Regression" tool to analyze the relationship between
months and sales
• Result: Excel will show how much sales are increasing each month and
whether the trend is significant.
Now, you will see Solver under Data > Solver, and Analysis ToolPak functions
under Data > Data Analysis.
Jan 5000
Feb 5200
Mar 5400
Apr 6000
May 6500
Steps:
1. Click on Data > Data Analysis > Regression.
2. Input X Range: Select the months.
3. Input Y Range: Select the sales data.
4. Click OK, and Excel will generate a report showing if sales are
increasing significantly.
1. Goal Seek
When you know the desired result and need to find the input value to achieve
it.
Example :
SUBJECT MARK
English 73
Maths 78
Science 74
2. Data Tables
When you want to see multiple possible results by changing one or two inputs.
3. Scenario Manager
When you want to compare multiple sets of input values at once. It is a tool that
lets you create, analyze, and compare different data scenarios. It helps you
understand how changing variables can affect the outcome.
DAX is useful when simple Excel formulas are not enough for data analysis. It
helps in:
Creating new calculated columns and measures.
Summarizing and filtering large amounts of data.
Ms. Aleena Rose, Sacred Heart College (Autonomous), Chalakudy
Performing time-based analysis, such as year-over-year growth.
Creating relationships between different tables.