Practical BA
Practical BA
Code: MS 265
Class: MBA III sem
Question: 1
You have a dataset of sales transactions with the following columns: Date,
Product, Salesperson, Region, and Sales Amount. The data is structured as
follows:
Date Product Salesperson Region Sales Amount
2024-01-01 Widget A John Doe North 150
2024-01-02 Widget B Jane Smith South 200
2024-01-03 Widget A John Doe North 250
2024-01-04 Widget C Mike Brown East 300
2024-01-05 Widget B Jane Smith South 150
1. Task: Create a Pivot Table to summarize total sales amounts by
Salesperson and Region.
2. Instructions:
o Insert a Pivot Table based on the dataset.
o Set up the Rows to display Salespersons and the Columns to
display Regions.
o Add Sales Amount to the Values area to show total sales.
What insights can you derive from the resulting Pivot Table regarding
salesperson performance across different regions?
Question: 2
Create a pivot chart using a dataset of your choice (e.g., sales data, employee
performance, or product inventory). Show how the pivot chart helps in
visualizing key metrics such as totals, averages, or trends over time. Include
steps for creating the pivot chart and explain the insights drawn from it."
Question:3
You have a table of products that includes the following columns: Product ID,
Product Name, and Price. The data is structured as follows:
Product ID Product Name Price
P001 Widget A 15.00
P002 Widget B 20.00
P003 Widget C 25.00
1. Task: Using the LOOKUP function, find the price of a product based on
its Product ID. For instance, if you enter "P002", the function should
return the price of Widget B.
2. Instructions:
o Set up a cell where you can input the Product ID.
o Write a LOOKUP function to retrieve the corresponding price from
the dataset.
What will the LOOKUP function look like in this case?