Task 5 - Party Planning

Change the sheet to Party Planning

alt text

In this task, you will make a simple party planning sheet.

alt text

Setting the cost formula

The cost formula would be the Price times the Quantity. In spreadsheet, we use the asterisk symbol (*) for multiplication.

  1. In Cell D3, write the formula to reference the cell =B3*C3.

    alt text

  2. Press Enter, and your result should be 0.

    alt text

  3. Try entering any number value in the quantity column in cell C3.

    alt text

  4. The cost value should auto-calculate.

    alt text

  5. Then, autofill the formula by clicking and dragging the bottom right green box until cell D11.

    alt text

    alt text

  6. All the cost should be 0.

  7. Try changing the quantity for each item as you like.

Total Cost

Now to total up the cost.

  1. In Cell D12, use the SUM function to sum up the cost for each item.
  2. In Cell D13, write the formula =F1*F2
  3. In Cell D14, write the formula =D13-D12

    alt text

You should now have a party planning sheet. Next is to convert the values to display currency.

Displaying the currency

  1. Select the cells containing values used for currency.

    alt text

  2. Then click the Currency symbol.

    alt text

Final result

alt text

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.