You are on page 1of 1

Assignment 1

The first thing you need to do is to convert the data into an Excel table.
Once you do that, you can add total row, filter the data, and the total will reflect the total only for the
filtered data.
Add a total row for the table, and use the Sum aggregation to show the total of the Revenue column and
then filter the data only for United States.
Question 1
What is the total revenue for Washington State in the United States?
Ans: ________2.873.511,00________
What is the total cost for Clothing in Hamburg, Germany?
Ans: ______58.431,00__________
Now, you need to add several columns, derived from existing columns in the data.
First, let's add a "Month" column. Insert a new column to the left of the Customer Age column, and use
formula to derive the month of sales from the Date column.
HINT: Use the Text() function
Next, add a "Year" column. Insert a new column to the left of the Month column that you create above,
and use formula to derive the year of sales from the Date column. HINT: Use the Year() function
Question 2
What is the total revenue for all the sales in the month of December?
Ans: _______2.116.097,00__________
What is the total revenue for Moselle, France in the January for Clothing
Ans: _______3.796,00__________

Add a column to calculate the profits.


Question 3
What is the total Profit for Bikes sold in Saarland, Germany?
Ans: _______621.945,00_________
What is the total Profit for Accessories sold in England?
Ans: _______226.998,00_________
Question 4
In terms of units sold, which of the three categories is the highest.
Ans: _______Accessories_________
What is the average price of the bikes sold for Germany and United States?
Germany - Ans: ________1.168,10________
United States - Ans: ________903,60________
Last but not least, add a "Profit" column. Insert a new column to the right of the Revenue, and use
formula to derive the Profit from both the Revenue and Cost columns. Show the total for
the Profit column. Use the Sum aggregation in the total row of the table, for the Profit column. 
HINT: Profit is Revenue less Cost.
Question 5
What is the total profit for United States in the month of October 2015, from their Female customers?
Ans: _______4.687,00_________
What is the total profit for bikes from Germany in the month of March 2016, from their Female
customers?
from their Female customers?
Ans: _______23.905,00_________

All question worth 20 points each.

You might also like