How to track amusement park trip expenses
In this example, we'll discover how you can use calcul.io as a simple spreadsheet.
Bob, Alice and little Amy went to an amusement park. Here are their expenses:
$1 |
icecream = 5$
|
|
$2 |
room = 30$
|
|
$3 |
plane = 60$
|
|
$4 |
park entry = 29$
|
|
$5 |
park entry (kid) = 19$
|
|
$6 |
lunch = 12$
|
|
$7 |
dinner = 15$
|
|
$8 |
snacks= 12$
|
|
$9 |
|
|
$10 |
Bob = icecream + room + plane + park entry +lunch + dinner + snacks
|
|
$11 |
Alice = Bob - snacks #Same as Bob, but she forgoe the snacks
|
|
$12 |
Amy = icecream*4+room+plane+ park entry (kid) +lunch+snacks*2
|
|
$13 |
total
|