You are on page 1of 10

Experiment 7

Aim: On the database provided below implement the concept of pivot table and evaluate for the
following:

a) Evaluate the total sales for the above provided database.


b) Calculate the total sales for the individual products A, B, C and D.
c) Calculate the month-wise sales of the product in row-wise and column-wise format.
d) Evaluate the products sold by an agent in a particular month.
e) Calculate the average of the product sold in the particular month.
f) Calculate the count of the type of product sold in a particular month.
g) Calculate the count of the product sold by Mark.
Solution:

Create a pivot table according to the steps described below:

1. Select the data for which you want to create the pivot table.
2. Go to insert tab , then select pivot table.

3. A dialog box appears, then click Ok.

4. A new sheet opens as shown in the window.


Sol a)
Output:

b)
Output:

c) Column-wise:

Output:
Row-wise:

Output:
d)

Output:

e)
Output:

f)
Output:

g)
Output:

You might also like