0% found this document useful (0 votes)
12 views22 pages

Lab Record - Ba

MS Excel is a spreadsheet application by Microsoft used for organizing, storing, calculating, and analyzing data. In business analytics, it facilitates data analysis through sorting, filtering, conditional formatting, and various statistical measures, including central tendency and dispersion. Excel also supports data visualization with charts, pivot tables, and trend line analysis to aid in decision-making.

Uploaded by

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

Lab Record - Ba

MS Excel is a spreadsheet application by Microsoft used for organizing, storing, calculating, and analyzing data. In business analytics, it facilitates data analysis through sorting, filtering, conditional formatting, and various statistical measures, including central tendency and dispersion. Excel also supports data visualization with charts, pivot tables, and trend line analysis to aid in decision-making.

Uploaded by

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

What is MS EXCEL?

How it is used Business


Analytics?
MS Excel is a spreadsheet application developed by Microsoft and is part
of the Microsoft Office. It is used to organize, store, calculate, and analyze
data in the form of rows and columns.

Excel allows users to perform calculations, create charts, analyze large


datasets, and generate reports. It is widely used in business analytics
for data analysis and decision-making.

MS Excel in Business Analytics: Excel is used to organize, analyze, and


interpret business data to support decision making.

 Sorting and Filtering: Excel is used to arrange data in a specific


order and display only the required information for analysis.
 Conditional Formatting: Excel is used to highlight important values
or patterns in data automatically using colours or rules.
 Creating Distributions (COUNTIF): Excel is used to classify and count
categorical or numerical data to understand frequency distribution.
 Measures of Central Tendency: Excel is used to calculate mean,
median, and mode to summarize the central value of a dataset.
 Measures of Dispersion: Excel is used to measure the spread or
variability of data using range, variance, and standard deviation.
 Data Visualization: Excel is used to present data visually using
charts and graphs to make analysis easier to understand.
 Cross Tabulation: Excel is used to analyze the relationship between
two variables by summarizing data in a table format.
 Pivot Tables and Charts: Excel is used to summarize, analyze, and
visualize large datasets quickly through dynamic tables and charts.
 Trend Lines: Excel is used to identify patterns and trends in data
over time using graphical trend analysis.
 Simple Linear Regression: Excel is used to analyze the relationship
between one independent variable and one dependent variable.
 Multiple Regression Analysis: Excel is used to study the effect of two
or more independent variables on one dependent variable.
2) Sorting and filtering of data (HR DATA
Employee id training hours use any random
data and take Sort & Filter the data
3) Conditional formatting (Take any data)
Highlight-data
4) Creating distributions from the
data (Categorical and Numerical data) Coco
cola e.g.-Categorical & Audit e.g.-Quantitative
(Count-if)
1. Categorical Data Distribution (Using COUNTIF)
Steps in Excel

1. Enter the categorical data in one column (Example: Brand names in Column A).
2. In another column, list the unique categories (Coca-Cola, Pepsi, Sprite).
3. Select the cell where you want the frequency count.
4. Use the COUNTIF function.

Formula:
=COUNTIF (A2:A20, D2)

5. Press Enter to get the frequency of that category.


6. Drag the formula down to calculate frequency for other categories.
7. The result shows the distribution of categorical data.

2. Numerical Data Distribution (Frequency Distribution)


Steps in Excel

1. Enter the numerical data in one column (Example: Marks in Column A).
2. Create class intervals (bins) in another column (Example: 0–10, 11–20, 21–30).
3. Select the Input Range (numerical data).
4. Select the Bin Range (class intervals).
5. Choose an Output Range or new worksheet.
6. Click OK.

[Link] of central tendency (Mean, Median, Mode)


Measures of Central Tendency refer to statistical methods used to identify the central or
typical value of a dataset. They summarize a large set of data into a single representative
value that shows where the data is generally concentrated.

The three main measures of central tendency are:


 Mean: The average value of all observations.
 Median: The middle value when the data is arranged in order.
 Mode: The value that occurs most frequently in the dataset.

These measures help in understanding the overall pattern of data and making
comparisons in data analysis.

1. Mean (Average)
Steps:

1. Enter the numerical data in a column (Example: A1:A10).


2. Select the cell where you want the result.
3. Type the formula:

=AVERAGE (A1:A10)

4. Press Enter.
5. Excel will display the mean (average) value of the dataset.

2. Median
Steps:

1. Enter the data values in a column (Example: A1:A10).


2. Select a blank cell to display the result.
3. Type the formula:

=MEDIAN (A1:A10)

4. Press Enter
5. Excel will display the middle value of the dataset.

3. Mode
Steps:

1. Enter the data values in a column (Example: A1:A10).


2. Select a blank cell.
3. Type the formula:

=MODE (A1:A10)
(or [Link] in newer Excel versions)
4. Press Enter.
5. Excel will display the most frequently occurring value in the dataset.

(You should write the values of the data set


for mean, media and mode)
6. Measures of central dispersion (Range, Variance,
Standard Dev, Percentile, Quartile and all)
Measures of Central Dispersion refer to statistical measures that describe how much the
data values are spread or dispersed around the central value (mean, median, or mode)
of a dataset. They help in understanding the variability or consistency of the data.

Common measures of dispersion include:

 Range: Difference between the highest and lowest values.


 Variance: Measure of how far the data values deviate from the mean.
 Standard Deviation: Square root of variance showing the average deviation from the
mean.
 Percentile: Value below which a certain percentage of data falls.
 Quartile: Divides the dataset into four equal parts.
 Quartile Deviation (QD): Half of the difference between the third quartile (Q3) and
first quartile (Q1).

These measures help in analysing the spread and reliability of data in statistical analysis.

(Range, Variance, Standard Deviation, Percentile, Quartile, Quartile Deviation)

1. Range

Steps:

1. Enter the numerical data in a column (Example: A1:A10).


2. Find the maximum value using the formula:
=MAX (A1:A10)
3. Find the minimum value using the formula:
=MIN (A1:A10)
4. Calculate range using:
=MAX (A1:A10) - MIN (A1:A10)
5. Press Enter to get the range.

2. Variance
Steps:

1. Enter the data in a column (Example: A1:A10).


2. Select a blank cell.
3. Type the formula:

=VAR.S(A1:A10)

4. Press Enter to obtain the variance.

3. Standard Deviation

Steps:

1. Enter the dataset in a column.


2. Select an empty cell.
3. Type the formula:

=STDEV.S(A1:A10)

4. Press Enter to calculate the standard deviation.

4. Percentile

Steps:

1. Enter the numerical data in a column.


2. Select a blank cell.
3. Type the formula:

=PERCENTILE (A1:A10,0.25)

4. Press Enter to find the required percentile value.

5. Quartile

Steps:

1. Enter the data in a column.


2. Select a blank cell.
3. Use the formula:

=QUARTILE (A1:A10,1)
4. Press Enter to get the quartile value.

6. Quartile Deviation (QD)

Steps:

1. Calculate Q1 using:
=QUARTILE (A1:A10,1)
2. Calculate Q3 using:
=QUARTILE (A1:A10,3)
3. Calculate Quartile Deviation using:

= (Q3 - Q1)/2

4. Press Enter to obtain the quartile deviation.

7)Data Visualization (8 charts) List down the


charts in one page first (Heat map take
colour printout)
Data and chart screen shots to be taken
8) Cross tabulation Pg no 49 from text book
9) Pivot tables and charts (Steps from TB)
Table and output, fig 12, fig 13, fig14, fig
15(51-56) PG NO, Pg no 77 Pivot charts in
excel write down the same info for charts
and take screen shots
10) Trend Lines-Heading
Meaning of Trend Line
A trend line is a line added to a chart in Excel that shows the general direction or pattern
of data over time. It helps in identifying increasing, decreasing, or stable trends and is
useful for forecasting future values.
Linear:
Linear Trend Line in Excel

Explanation of the Data


The given dataset shows the relationship between Advertising Spend (₹000) and Sales
(₹000).

Advertising Spend (₹000) Sales (₹000)

10 25

20 45

30 65

40 85

50 105

 Advertising Spend (X) is the independent variable because it influences sales.


 Sales (Y) is the dependent variable because it changes depending on advertising
expenditure.

From the data, we observe that when advertising spend increases, sales also increase in a
consistent pattern, indicating a linear relationship.

Why Linear Trend Line is Used


A linear trend line is used to show the overall direction of the data in a straight line.
It helps to:

 Identify the relationship between two variables.


 Show whether the trend is increasing or decreasing.
 Predict future values based on the existing data.

Steps to Add a Linear Trend Line in Excel


1. Enter the Advertising Spend in column A and Sales in column B.
2. Select the entire dataset (A1:B6).
3. Go to the Insert tab in Excel.
4. Click Scatter Chart and select Scatter with Markers.
5. The chart will appear showing the relationship between advertising and sales.
6. Click on any data point in the chart.
7. Right-click and choose Add Trendline.
8. In the Format Trendline pane, select Linear.
9. (Optional) Tick Display Equation on Chart and Display R-squared value.
10. Close the pane.

Result:
Excel will display a straight line (linear trend line) on the chart showing the positive relationship
between advertising spend and sales, which can also be used to forecast future sales values.

Logarithmic Trend Line in Excel

Explanation of the Data


The dataset shows the relationship between Advertising Spend (₹000) and Sales (₹000).

Advertising Spend (X) ₹000 Sales (Y) ₹000

5 40

10 60

20 75

40 85

80 92

 Advertising Spend (X) is the independent variable.


 Sales (Y) is the dependent variable.

From the data, sales increase quickly at first but the increase becomes smaller as advertising
increases. This indicates a logarithmic relationship.

Why Logarithmic Trend Line is Used


A logarithmic trend line is used when growth happens quickly at the beginning and then
slows down gradually.

In business analytics, it helps to:

 Study diminishing returns of advertising spending


 Analyze non-linear relationships between variables
 Predict future sales patterns

The logarithmic equation generally follows:


Y = a + b ln(X)

Were

 Y = Sales
 X = Advertising Spend
 ln(X) = Natural logarithm of X

Steps to Calculate ln(X) in Excel

1. Enter Advertising Spend values in column A.


2. In column C, type the formula for natural log.
3. In cell C2, type:

=LN(A2)

4. Press Enter.
5. Drag the formula down to calculate ln(X) for all values.

Steps to Add a Logarithmic Trend Line in Excel


1. Enter Advertising Spend (X) in column A and Sales (Y) in column B.
2. Select the data range (A1:B6).
3. Go to the Insert tab.
4. Click Scatter Chart → Scatter with Markers.
5. The chart will appear.
6. Click on any data point in the chart.
7. Right-click and select Add Trendline.
8. In Format Trendline, choose Logarithmic.
9. Select Display Equation on Chart if needed.

✅ Result:
Excel displays a logarithmic trend line, showing that sales increase rapidly at lower
advertising levels and gradually slow as advertising expenditure increases.

Polynomial Trend Line (2nd Order) in Excel

Explanation of the Data


The dataset shows the relationship between Price (₹) and Revenue (₹ ’000).
Price (X) ₹ Revenue (Y) ₹ ’000

5 40

10 75

15 115

20 150

25 180

30 205

35 220

40 225

45 220

50 205

55 180

60 150

 Price (X) is the independent variable.


 Revenue (Y) is the dependent variable.

From the data we observe that revenue increases as price increases up to a certain point
and then starts decreasing. This creates a curved relationship, not a straight line.

Why Polynomial Trend Line (2nd Order) is Used


A 2nd order polynomial trend line is used when the relationship between variables forms a
curve (parabolic pattern).

It helps to:

 Show non-linear relationships between variables


 Identify the maximum or minimum point of the curve
 Analyze situations like price vs revenue where revenue first increases then
decreases

The general equation of a 2nd order polynomial is:

Y=a+bX+cX2Y = a + box + cX^2Y=a+bX+cX2

Were
 Y = Revenue
 X = Price
 X² = Square of price

Calculation of X2X^2X2
X (Price) Y (Revenue) X²

5 40 25

10 75 100

15 115 225

20 150 400

25 180 625

30 205 900

35 220 1225

40 225 1600

45 220 2025

50 205 2500

55 180 3025

60 150 3600

Steps to Calculate X2X^2X2 in Excel

1. Enter Price values in column A and Revenue values in column B.


2. In column C, calculate X2X^2X2.
3. In cell C2, type:

=A2^2

4. Press Enter.
5. Drag the formula down to calculate X² for all values.

Steps to Add Polynomial Trend Line (2nd Order) in Excel


1. Enter the Price and Revenue data in Excel.
2. Select the entire dataset (A1:B13).
3. Go to the Insert tab.
4. Choose Scatter Chart → Scatter with Markers.
5. The chart will appear.
6. Click on any data point in the chart.
7. Right-click and select Add Trendline.
8. In Format Trendline, choose Polynomial.
9. Set the Order to 2.
10. (Optional) Tick Display Equation on Chart.

Result:
Excel displays a 2nd order polynomial trend line, showing that revenue increases with price up to a
certain point and then decreases, forming a parabolic curve.

Polynomial Trend Line (3rd Order) in Excel

Explanation of the Data


The dataset shows the relationship between Price (₹) and Revenue (₹ ’000).

Price (X) ₹ Revenue (Y) ₹ ’000

5 30

10 70

15 130

20 190

25 220

30 210

35 185

40 170

45 175

50 160

55 120

60 80

 Price (X) is the independent variable.


 Revenue (Y) is the dependent variable.

From the data we observe that revenue first increases, then decreases, and slightly
fluctuates, forming a more complex curve.
Why Polynomial Trend Line (3rd Order) is Used
A 3rd order polynomial trend line is used when the relationship between variables forms a
complex curved pattern with multiple turning points.

It helps to:

 Represent non-linear relationships more accurately


 Capture changes in direction of the curve
 Model situations where the data has more than one bend

The general equation of a 3rd order polynomial is:

Y=a+bX+cX2+dX3Y = a + bX + cX^2 + dX^3Y=a+bX+cX2+dX3

Where

 Y = Revenue
 X = Price
 X² = Square of price
 X³ = Cube of price

Calculation of X2X^2X2 and X3X^3X3


X (Price) Y (Revenue) X² X³

5 30 25 125

10 70 100 1000

15 130 225 3375

20 190 400 8000

25 220 625 15625

30 210 900 27000

35 185 1225 42875

40 170 1600 64000

45 175 2025 91125

50 160 2500 125000

55 120 3025 166375

60 80 3600 216000
Steps to Calculate X2X^2X2 and X3X^3X3 in Excel
1. Enter Price values in column A and Revenue values in column B.
2. In column C, calculate X².
3. In cell C2, type:

=A2^2

4. Press Enter and drag the formula down.


5. In column D, calculate X³.
6. In cell D2, type:

=A2^3

7. Press Enter and drag the formula down for all rows.

Steps to Add Polynomial Trend Line (3rd Order) in Excel


1. Enter the Price and Revenue data in Excel.
2. Select the data range (A1:B13).
3. Go to the Insert tab.
4. Click Scatter Chart → Scatter with Markers.
5. The chart will appear.
6. Click on any data point in the chart.
7. Right-click and select Add Trendline.
8. In the Format Trendline pane, choose Polynomial.
9. Set the Order to 3.
10. (Optional) Tick Display Equation on Chart.

Result:
Excel displays a 3rd order polynomial trend line, showing a curved relationship between
price and revenue with multiple turning points. This helps in analysing complex revenue
patterns based on price changes.

Power Function (Power Trend Line) in Excel

Explanation of the Data


The dataset shows the relationship between Units Produced and Time per Unit (hours).

Units Produced (X) Time per Unit (Y) – hours

1 20
Units Produced (X) Time per Unit (Y) – hours

2 15

4 11

8 8

16 6

32 4.5

 Units Produced (X) is the independent variable.


 Time per Unit (Y) is the dependent variable.

From the data we observe that as the number of units produced increases, the time
required per unit decreases. This represents a learning curve or efficiency improvement
in production.

Why Power Function is Used


A power function is used when one variable change proportionally to a power of another
variable.

It is commonly used in:

 Learning curve analysis


 Production efficiency studies
 Situations where growth or decline follows a power relationship

Steps to Add Power Trend Line in Excel


1. Enter the Units Produced and Time per Unit data in Excel.
2. Select the data range (A1:B7).
3. Go to the Insert tab.
4. Click Scatter Chart → Scatter with Markers.
5. The chart will appear.
6. Click on any data point in the chart.
7. Right-click and select Add Trendline.
8. In Format Trendline, choose Power.
9. (Optional) Tick Display Equation on Chart.
Result:
Excel displays a power trend line, showing that time per unit decreases as the number of
units produced increases, indicating improved efficiency in production.

1. Exponential Growth Function in Excel

Explanation of the Data


The dataset shows the relationship between Months and Number of Users.

Months (X) Number of Users (Y)

0 1000

1 1350

2 1820

3 2450

4 3300

5 4450

 Months (X) is the independent variable.


 Number of Users (Y) is the dependent variable.

The data shows that the number of users increases rapidly over time, indicating
exponential growth.

Why Exponential Function is Used


An exponential function is used when the growth rate increases continuously over time.

General equation:

Y=aebxY = ae^{bx}Y=aebx

Where

 Y = Number of Users
 X = Months
 a and b = constants

This function helps in predicting future user growth.

Calculation of Exponential Values ( exe^xex )


X (Months) Users exe^xex

0 1000 1.000

1 1350 2.718

2 1820 7.389

3 2450 20.085

4 3300 54.598

5 4450 148.413

Steps to Calculate Exponent in Excel


1. Enter Months in column A and Users in column B.
2. In column C, calculate exponential value.
3. In cell C2, type:

=EXP(A2)

4. Press Enter.
5. Drag the formula down for all rows.

Steps to Add Exponential Trend Line in Excel


1. Select the data (A1:B7).
2. Go to Insert → Scatter Chart → Scatter with Markers.
3. Click any data point in the chart.
4. Right-click and select Add Trendline.
5. Choose Exponential.
6. Select Display Equation on Chart if required.

✅ Result:
Excel displays an exponential growth trend line, which helps in predicting the future
number of users.
2. Exponential Decay Function in Excel

Explanation of the Data


The dataset shows the relationship between Month and Demand (units).

Month (X) Demand (Y)

0 10000

1 7400

2 5500

3 4100

4 3050

5 2250

6 1650

7 1200

8 880

 Month (X) is the independent variable.


 Demand (Y) is the dependent variable.

The data shows that demand decreases rapidly over time, indicating exponential decay.

Why Exponential Function is Used


An exponential decay function is used when values decrease rapidly at first and then
gradually slow down.

It helps in predicting future demand decline.

The equation is:

Y=aebxY = ae^{bx}Y=aebx

(where b is negative for decay)


Calculation of Exponential Values
X (Month) Demand exe^xex

0 10000 1.000

1 7400 2.718

2 5500 7.389

3 4100 20.085

4 3050 54.598

5 2250 148.413

6 1650 403.429

7 1200 1096.633

8 880 2980.958

Steps to Calculate Exponent in Excel


1. Enter Month values in column A and Demand values in column B.
2. In column C, calculate exponent value.
3. In cell C2, type:

=EXP(A2)

4. Press Enter.
5. Drag the formula down for all rows.

Steps to Add Exponential Trend Line in Excel


1. Select the data (A1:B10).
2. Go to Insert → Scatter Chart → Scatter with Markers.
3. Click on a data point in the chart.
4. Right-click and select Add Trendline.
5. Choose Exponential.

✅ Result:
Excel shows an exponential decay trend line, which helps predict future decline in
demand.

You might also like