Task
If you are using Google Sheets, use this sheet.
If you require a csv file to get started, download this one.
Using the above image as a guide:
Open the spreadsheet model. Note, some of the data may be different from the image above.
Enter the following data into row 18.
Insert a new column between column D and column E. Give the new column a title of Quantity.
In cell E2, type =randbetween(1,20). What a cool function :)
Copy down this function by dragging the handle in cell E2. Copy down to cell E18.
Format data in the Price column as US dollars to 2 decimal places.
In cell I1, type a column title of Order Price
In cell I2, calculate the Price multiplied by the Quantity.
Copy down the formula in cell I2 for every row of data in column I.
In cell I19, use the sum function to calculate the total price of all orders in column I.
Insert a new row at the top of the model. Then, merge all cells in the range A1:I1. Type Kiteboard Orders and format as follows:
- Alignment: center
- Background: orange
- Font-size: 24point
- Font: Calibri
Make sure all data in your spreadsheet model is visible.
Can you make a bar chart which shows how many Low, Medium amd High Wind Condition models were ordered? It should look like (your data might be different):
Research 1
Can you figure out how to create a drop-down list in the size column? It should look like this and be in every cell in the size column:
Research 2
Can you figure out how to create conditional formatting in the Price column? If the price is less than $800, the cell background color is red.
Submit your final spreadsheet file as instructed.