Sheet 2 has information about the sales of various products for a manufacturer "XYZ" while sheet 3 has the information about the prices of these products. Using the data in Sheet 2 and Sheet 3 answer the following questions:
Q1: Using Vlookup formula, calculate the total money earned by "XYZ" during the 15 weeks for which we have the data available.
Q2: Using an averageif formula, get us the average sales volume of each product from the data.
Q3: If XYZ did a TV ad in week 4 which costed then 1.23 million Dollars, because of which they earned a total of 341 thousand Dollars, calculate the ROI(return on investment) for this ad campaign.
Q1: Using Vlookup formula, calculate the total money earned by "XYZ" during the 15 weeks for which we have the data available.
Q2: Using an averageif formula, get us the average sales volume of each product from the data.
Q3: If XYZ did a TV ad in week 4 which costed then 1.23 million Dollars, because of which they earned a total of 341 thousand Dollars, calculate the ROI(return on investment) for this ad campaign.
Interview Question.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Product Code | Week | Sales Vol | ||
2 | 1001 | 1 | 655 | ||
3 | 1002 | 1 | 999 | ||
4 | 1003 | 1 | 347 | ||
5 | 1004 | 1 | 596 | ||
6 | 1005 | 1 | 844 | ||
7 | 1006 | 1 | 487 | ||
8 | 1007 | 1 | 222 | ||
9 | 1008 | 1 | 570 | ||
10 | 1009 | 1 | 849 | ||
11 | 1010 | 1 | 905 | ||
12 | 1001 | 2 | 759 | ||
13 | 1002 | 2 | 989 | ||
14 | 1003 | 2 | 719 | ||
15 | 1004 | 2 | 541 | ||
16 | 1005 | 2 | 518 | ||
17 | 1006 | 2 | 232 | ||
18 | 1007 | 2 | 613 | ||
19 | 1008 | 2 | 824 | ||
20 | 1009 | 2 | 654 | ||
21 | 1010 | 2 | 429 | ||
22 | 1001 | 3 | 995 | ||
23 | 1002 | 3 | 150 | ||
24 | 1003 | 3 | 261 | ||
25 | 1004 | 3 | 279 | ||
26 | 1005 | 3 | 187 | ||
27 | 1006 | 3 | 576 | ||
28 | 1007 | 3 | 361 | ||
29 | 1008 | 3 | 858 | ||
30 | 1009 | 3 | 258 | ||
31 | 1010 | 3 | 723 | ||
Sheet2 |
Interview Question.xlsx | |||||
---|---|---|---|---|---|
C | D | E | |||
1 | Product Code | Week | Price | ||
2 | 1001 | 1 | 10 | ||
3 | 1002 | 1 | 19 | ||
4 | 1003 | 1 | 25 | ||
5 | 1004 | 1 | 26 | ||
6 | 1005 | 1 | 31 | ||
7 | 1006 | 1 | 9 | ||
8 | 1007 | 1 | 12 | ||
9 | 1008 | 1 | 100 | ||
10 | 1009 | 1 | 71 | ||
11 | 1010 | 1 | 35 | ||
12 | 1001 | 2 | 11 | ||
13 | 1002 | 2 | 21 | ||
14 | 1003 | 2 | 23 | ||
15 | 1004 | 2 | 26 | ||
16 | 1005 | 2 | 31 | ||
17 | 1006 | 2 | 8 | ||
18 | 1007 | 2 | 15 | ||
19 | 1008 | 2 | 106 | ||
20 | 1009 | 2 | 70 | ||
21 | 1010 | 2 | 34 | ||
22 | 1001 | 3 | 10 | ||
23 | 1002 | 3 | 21 | ||
24 | 1003 | 3 | 25 | ||
25 | 1004 | 3 | 25 | ||
26 | 1005 | 3 | 30 | ||
27 | 1006 | 3 | 9 | ||
28 | 1007 | 3 | 14 | ||
29 | 1008 | 3 | 117 | ||
30 | 1009 | 3 | 71 | ||
31 | 1010 | 3 | 37 | ||
Sheet3 |