diff --git a/2-Working-With-Data/06-non-relational/CocaColaCo.xlsx b/2-Working-With-Data/06-non-relational/CocaColaCo.xlsx new file mode 100644 index 00000000..bb9dd23e Binary files /dev/null and b/2-Working-With-Data/06-non-relational/CocaColaCo.xlsx differ diff --git a/2-Working-With-Data/06-non-relational/README.md b/2-Working-With-Data/06-non-relational/README.md index a02dc7c9..fc89ba57 100644 --- a/2-Working-With-Data/06-non-relational/README.md +++ b/2-Working-With-Data/06-non-relational/README.md @@ -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) diff --git a/2-Working-With-Data/06-non-relational/assignment.md b/2-Working-With-Data/06-non-relational/assignment.md index b7af6412..4e26f6aa 100644 --- a/2-Working-With-Data/06-non-relational/assignment.md +++ b/2-Working-With-Data/06-non-relational/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