non relational assignment

pull/61/head
Jasmine 4 years ago
parent f9a5fbd995
commit 66b6de79e0

@ -146,4 +146,4 @@ Try to run a few select queries to find the documents that have Microsoft in the
## Assignment
[Assignment Title](assignment.md)
[Soda Profits](assignment.md)

@ -1,7 +1,18 @@
# Title
# Soda Profits
## Instructions
The [Coco Cola Co spreadsheet](CocaColaCo.xlsx) is some missing calculations. Your task is to:
1. Calculate the Gross profits of FY '15, '16, '17, and '18
- Gross Profit = Net Operating revenues - Cost of goods sold
1. Calculate the average of all the gross profits. Try to do this with a function.
- Average = Sum of gross profits divided by the number of fiscal years (10)
- Documentation on the [AVERAGE function](https://support.microsoft.com/en-us/office/average-function-047bac88-d466-426c-a32b-8f33eb960cf6)
1. This is an Excel file, but it should be editable in any spreadsheet platform
[Data Source credit to Yiyi Wang](https://www.kaggle.com/yiyiwang0826/cocacola-excel)
## Rubric
Exemplary | Adequate | Needs Improvement

Loading…
Cancel
Save