Task 5 - Party Planning
Change the sheet to Party Planning
In this task, you will make a simple party planning sheet.
Setting the cost formula
The cost formula would be the Price times the Quantity. In spreadsheet, we use the asterisk symbol (*) for multiplication.
-
In Cell D3, write the formula to reference the cell =B3*C3.
-
Press Enter, and your result should be 0.
-
Try entering any number value in the quantity column in cell C3.
-
The cost value should auto-calculate.
-
Then, autofill the formula by clicking and dragging the bottom right green box until cell D11.
-
All the cost should be 0.
- Try changing the quantity for each item as you like.
Total Cost
Now to total up the cost.
- In Cell D12, use the SUM function to sum up the cost for each item.
- In Cell D13, write the formula =F1*F2
-
In Cell D14, write the formula =D13-D12
You should now have a party planning sheet. Next is to convert the values to display currency.
Displaying the currency
-
Select the cells containing values used for currency.
-
Then click the Currency symbol.
Final result
Feel free to adjust as you like.
Congratulations! This is the end of the basics spreadsheet guide.
I do apologise if there are any mistakes. Please do let me know, I'll fix them.