The Bhawanipur Education Society College
SEC – 1: Data Visualization using Spreadsheet
Assignment List
Assignment 1: Basic Excel Formulas
a. Open a new Excel spreadsheet and create the following columns: "Item," "Quantity,"
and "Price."
b. Enter the following data into the spreadsheet:
Items Quantity Price
Apples 10 5
Bananas 15 3
Oranges 8 8
Grapes 12 12
c. In cell D2, calculate the total cost for each item using the formula `=B2*C2`.
d. In cell D6, use the SUM function to calculate the total quantity of all items.
e. In cell D7, use the AVERAGE function to find the average price per item.
f. In cell D8, use the IF function to check if the total quantity is greater than 30. If it is, display
"High Quantity," otherwise display "Low Quantity."
Assignment 2: Sales Analysis
a. Create a new Excel spreadsheet with the columns: "Product," "January Sales," "February
Sales," and "March Sales."
b. Enter the following data into the spreadsheet:
January February March
Product Sales Sales Sales
A 180 150 100
B 80 100 120
C 200 180 160
c. In cell E2, use the SUM function to calculate the total sales for Product A.
d. In cell E3, use the AVERAGE function to find the average sales for Product B.
e. In cell E4, use the MAX function to find the highest sales value for Product C.
f. In cell E6, use the IF function to check if the total sales for Product A is greater than 200. If
it is, display "Good Performance," otherwise display "Average Performance."
Assignment 3: Creating a Bar Chart
a. Open a new Excel spreadsheet and enter the following data:
Month Sales
January 120
February 150
March 100
April 180
May 200
b. Select the data and create a bar chart to visualize the sales data.
c. Customize the chart title as "Monthly Sales."
d. Label the x-axis as "Month" and the y-axis as "Sales."
e. Add data labels to each bar in the chart.
Assignment 4: Line Chart for Trends
a. Open a new Excel spreadsheet and enter the following data:
Year Revenue
2018 500
2019 600
2020 750
2021 900
2022 1200
b. Select the data and create a line chart to visualize the revenue trend over the years.
c. Customize the chart title as "Revenue Trends."
d. Label the x-axis as "Year" and the y-axis as "Revenue."
e. Add a trendline to the chart.
Assignment 5: Correlation in Excel
a. Open a new Excel spreadsheet and create two columns of data: "X" and "Y".
b. Enter the following data:
X Y
10 20
15 25
20 30
25 35
30 40
c. Calculate the correlation coefficient between columns X and Y using the CORREL function.
d. Create a scatter plot for the data points in columns X and Y.
e. Add a trendline to the scatter plot.
Assignment 6: Correlation in Excel
a. Open a new Excel spreadsheet and create three columns of data: Maths, Physics and
Chemistry.
b. Fill up the table with appropriate data. The data to be entered should be the marks of the
students. There should be exactly 10 rows of data.
c. Use Data Validation to ensure that the marks lie between 0 and 100.
d. Calculate the correlation coefficient between the three columns. You must perform this
step using the Correlation Operation present in the Data Analysis tool pack.
e. Create a scatter plot for the data points. Add a trendline to the scatterplot.
Assignment 7: Regression in Excel
a. Open a new Excel spreadsheet and create two columns of data: "X" and "Y."
b. Enter the following data:
X Y
2 5
4 8
6 11
8 15
10 18
c. Perform linear regression analysis to find the equation of the line that best fits the data using
the LINEST function.
d. Create a scatter plot for the data points in columns X and Y.
e. Add the regression line to the scatter plot.
Assignment 8: Regression in Excel
a. Open a new Excel spreadsheet and create two columns of data: "X" and "Y."
b. In the “X” Column enter the first 20 Natural Numbers. Generate the values in the “Y” column
by using the formula:
Y = 2*(X^2) - 1
c. Perform regression analysis using the Regression Operation under the data analysis toolpack.
d. Create a scatter plot for the data points in columns X and Y.
e. Add the regression line to the scatter plot. Find the best line.
Assignment 9: HLookup in Excel
a. Create a table with the following data:
Student AM SD UM SH AG PS
Test1 91 92 94 99 91 69
Test2 97 91 96 99 92 42
Test3 96 90 98 99 93 0
b. In cell A6, use the HLOOKUP function to find the score of "Test2" for the student "AM".
c. In cell B6, use the HLOOKUP function to find the score of "Test1" for the student "SH".
d. In cell C6, use the HLOOKUP function to find the score of "Test3" for the student "UM".
e. In cell D6, use the HLOOKUP function to find the score of "Test2" for the student "PS".
Assignment 10: VLookup in Excel
a. Create a table with the following data:
Student Test1 Test2 Test3
CRC 91 97 96
ND 92 91 90
AG 94 96 98
AM 99 99 99
AS 91 92 93
CM 69 42 0
b. In cell F1, use the VLOOKUP function to find the score of "Test2" for the student "AM".
c. In cell F2, use the VLOOKUP function to find the score of "Test1" for the student "CM".
d. In cell F3, use the VLOOKUP function to find the score of "Test3" for the student "AS".
e. In cell F4, use the VLOOKUP function to find the score of "Test2" for the student "ND".
Assignment 11: Data Visualization in Excel
Display the following data in suitable format and hence find mean, median and mode.
Class Frequency
0-10 5
10-20 6
20-30 9
30-40 4
40-50 10
50-60 15
60-70 20
70-80 12
80-90 10
90-100 2
Assignment 12: Monte-Carlo
a. Generate Monte-Carlo Simulation for 500 cases to evaluate profit probability in a business
based on gross, production, marketing, and payroll.
b. Show the graphical representation for 500 simulations.
c. Check how the nature of the graph alters if the variables like gross, production,
marketing or payroll is changed.
Assignment 13: What-If Analysis
a. Create a new Excel spreadsheet. Label column A as "Scenario." In column B, label it as "Units
Sold" and enter a base value (e.g., 1000 units). In column C, label it as "Price per Unit" and
enter a base price (e.g., Rs. 10 per unit). In column D, label it as "Variable Cost per Unit" and
enter a base variable cost (e.g., Rs. 5 per unit). In column E, label it as "Fixed Costs" and enter
a base fixed cost value (e.g., Rs. 2000).
b. Profit Calculation: In column F, label it as "Total Revenue" and calculate the total revenue
using the formula =B2*C2. In column G, label it as "Total Variable Cost" and calculate the
total variable cost using the formula =B2*D2. In column H, label it as "Net Profit" and calculate
the net profit using the formula =F2 - G2 - E2.
c. Scenario Manager: Use the Scenario Manager to create three scenarios (Low, Base, High) by
changing the Units Sold, Price per Unit, and Variable Cost per Unit. For each scenario, observe
the impact on Total Revenue, Total Variable Cost, and Net Profit.
d. Goal Seek: Use the Goal Seek feature to determine the necessary change in the "Price per Unit"
to achieve the target net profit. Observe how Excel adjusts the input value to meet the specified
target.
Results Analysis: Display the updated "Price per Unit" and observe the impact on Total
Revenue, Total Variable Cost, and Net Profit.
Conclusion: Write a conclusion discussing the results obtained from the Goal Seek analysis.
e. Data Setup: Use the same data setup as in Step (a). Create Data Table: Set up a Data Table to
analyse the impact of changing both "Units Sold" and "Variable Cost per Unit" on net profit.
Place different values for "Units Sold" in the first column and "Variable Cost per Unit" in the
first row.
Assignment 14: Pivot Table
a. Create a table in MS Excel with the following fields:
i. Project,
ii. Date,
iii. Money spent,
iv. Spender,
v. Item.
b. Perform the following data validation:
i. Under Project keep A/B/C/D.
ii. Under Date keep 01 Jan to 31 Dec 2024.
iii. Under Money spent keep $100 to $999.
iv. Under Spender keep AM/AG/SH/UM/SD/PB/RG/SB.
v. Under Item keep Motherboard/GPU/RAM.
c. Fill up the table with at least 100 data.
d. Solve the following queries using Pivot Table
i. Find out the average money spent by each Spender.
ii. Find out the number of Graphics Cards (GPU) purchased by each Spender.
iii. Find the total amount spent on each project.
iv. Find out the total amount spent by AM on each item.
Assignment 15: Rolling a 6-Sided Dice
In this assignment, you need to simulate rolling a 6-sided dice. Each roll will generate a random number
between 1 and 6.
1. In cell A1, type the label "Roll Number".
2. In cell B1, type the label "Dice Roll".
3. In cells A2 to A101, type the numbers 1 through 100 (these will represent 100 dice rolls).
4. In cell B2, generate a random number between 1 to 6 to simulate the roll of a 6-sided dice.
5. Drag the formula from B2 down to B101 to generate 100 random dice rolls.
You now have a column with 100 simulated dice rolls.
Calculate the frequency of Each Dice Face
1. In cell D1, type the label "Dice Face".
2. In cells D2 to D7, type the numbers 1, 2, 3, 4, 5, and 6 (these represent the possible faces of the
dice).
3. In cell E1, type the label "Frequency".
4. In cell E2, enter the following formula to count how many times the number 1 appeared in your
dice rolls. Also, count the occurrences of numbers 2 through 6. You should now have the frequency
of each dice face from your 100 simulated rolls.
5. Now, you will visualize the frequency distribution of the dice rolls using a bar chart. The chart will
appear on your worksheet, displaying the frequency of each dice face. You can format the chart
by adding a title like "Distribution of Dice Rolls" and adjusting the axis labels if needed.
Calculate the Percentage of Each Dice Face
Calculate the percentage of times each dice face appears in the 100 rolls.
Assignment 16: Attendance Tracker
Design your sheet with relevant columns for the tracker. You can consider the following structure:
● Column A: Student Name
● Column B: ID (optional, if you need unique identifiers)
● Column C: Date (to track the date of attendance)
● Column D onward: Attendance for each day (e.g., 01/10/2024, 02/10/2024, etc.)
For the Attendance columns, add data validation to restrict entries. You can limit entries to:
● "P" (Present)
● "A" (Absent)
● "L" (Late)
● "H" (Holiday)
To make the attendance visually clear, use Conditional Formatting to change the color of cells based on
attendance status.
● For Present (P), you could choose a Green fill.
● For Absent (A), use a Red fill.
● For Late (L), choose an Orange fill.
● For Holidays (H), use a Blue fill
To make the tracker more functional, you can add formulas that calculate:
● Total Present: Count the number of "P" entries for each student.
● Total Absent: Count the number of "A" entries
● Total Late: Count the number of "L" entries.
● Attendance Percentage: Calculate the percentage of present days out of total days
For a professional touch, you can create a Dashboard in a new worksheet that shows:
● Total attendance for the month (for each person).
● Summary of average attendance percentage for the group.
● Charts showing the distribution of absences, lates, and presents.
To do this, you may use Charts (Bar, Pie, or Column charts) to visualize attendance data.
Assignment 17: Data Filtering
A worksheet contains following data
Filter the worksheet to show
a) Female students from Reserved category
b) Male students from TY
c) Open category students paying fees > 3000