1. Task/To do list
In this very simple assignment you need to create a spreadsheet with more than one column and more than one row. Each column should represent a specific field of data that are linked together along the rows. The first column entry should be the header title and below the list items.
For example, a to-do or grocery list, the first column being a list of items ("Groceries") and the second column either a place to record the items, the price of items, or perhaps the quantity needed. Of course each of those suggestions could also be it's own column. i.e.:
Groceries | Cost | Purchased? |
Coffee | $8.21 | X |
Steak | $4.99 | X |
Milk | $0.99 | |
Candy | $0.25 |
The following are required for full credit in this assignment:
- There must be more than one column and more than one row
- It must be evident that the spreadsheet could scale to include many items either by adding more column items or row items (or both)
- File must show experimentation in formatting (font, text style, cell color and cell border).