Assignment 3 - Problems

advertisement
Exercise 1 – Pivot Table [5 points]
Assume that you are data analyst and by using pivot table in excel, you have to analyze overall
average speed of "Sit Down" style designed and "Steel" type of Roller Coasters which opened before
year 2000 and after 2000 and still operating.
The Table in range D3:J53 is the data about Roller Coaster
• Name of Roller Coaster
• Name of Park
• Type of material used in Roller Coaster
• Design of Roller Coaster
• Status of Roller Coaster
• Opened date
• Speed of the Roller Coaster
By using the abovementioned table create a pivot table on the existing worksheet starting from the cell
D60 and find the overall average speed of all rides separately for the date that opened before and
including year 2000 and after 2000 that satisfy the following criteria and structure:
- The Type is Steel (Filter 1)
- The Status is Operating (Filter 2)
- The Design is Sit Down (Filter 3)
Note: Please use PivotTable Fields Panel appropriately to complete the tasks.
Example structure is shown below:
Filter 1
Filter 2
Filter 3
Row Labels
*Before 2000
* [Name of Amusement Park]
*[Name of Roller Coaster]
After 2000
*[Name of Amusement Park]
* [Name of Roller Coaster]
Average of Speed (mph)
[overall average speed till year 2000 (included 2000)]
[average speed of roller coaster at this Amusement Park]
[speed of the roller coaster]
[overall average speed after year 2000]
[average speed of roller coaster at this Amusement Park]
[speed of the roller coaster]
Exercise 2 – Data Validation [6 points]
Apply validation so that a user can only choose one of the regions held in the cell range
O19:O29 and defines a message: "Choose one of the regions from list". So, when a cell P6 is
selected, messages will appear to let the user know what is allowed or expected beforehand.
Apply validation to prevent a user from entering invalid data in a cell so that the user gets the
pop-up error alert message: "Your house cannot possibly cost this much!", if user types a
ridiculously high house price which is greater than or equal to £50,000,000, in cell P8.
Apply validation to only warn users when the data is invalid, so that if you type in a deposit less
than £7,000 in cell P9 you will see this pop-up error alert message: "If this is all the deposit you
can manage, should you really be buying a house? "
Complete version of the Exercise should look like the image below.
Exercise 3 – What-If analysis [10 point]
Assume you own a bookstore and have 178 books in storage. You sell a certain percent for the
highest price of $45 and a certain percent for the lowest price of $20. Investigate the table in
cell range V5:W12. As you see the actual value displays that if you sell 60% for the highest price,
cell W12 calculates a total profit of [60% of 178 books] * $45 + [rest of the books] * $20 =
$6230. So:
-
What if you sell 70% for the highest price?
What if you sell 80% for the highest price?
What if you sell 90% for the highest price?
What if you sell 100% for the highest price?
Each different percentage is a different scenario. Use the Scenario Manager to create all these
scenarios and write the results of Total Profit for each scenario in cell range X15:X18
respectively.
Create a summary Report for these scenarios by using scenario manager. Do not forget to
define the name for respective cells before creating a summary report.
Complete version of the Summary Report should look like the image below.
?????
?????
?????
?????
?????
?????
How many books do you need to sell where 60% of books are sold for the highest price to
obtain a total profit of exactly $6700?
-
Use Excel's Goal Seek feature to find the answer and write the answer in cell Y6.
Note: If the answer is decimal, please take the right integer boundary as an answer,
For example, if the computed value is 213.056 then your answer is 214 books.
Write your name, surname in cell Y9 (e.g., Etibar Vazirov), your computer operating system in
cell Y10 (e.g., Mac OS or Windows 10). Use Define name option to create the custom name for
the cell Y12 with your full name separated by underscore (e.g., etibar_vazirov).
Download