Dashboard Mode - Creating and opening spreadsheets
Goal
Understand how to create a new Google Sheets spreadsheet and open an existing one to start working with data.
Understand how to create a new Google Sheets spreadsheet and open an existing one to start working with data.
| Item | Quantity | Price |
|---|---|---|
| Apples | 10 | 0.5 |
| Bananas | 5 | 0.3 |
| Oranges | 8 | 0.6 |
| Grapes | 3 | 2.0 |
| Peaches | 6 | 1.2 |
+ Blank button on the Google Sheets homepage.Recent list or use the Open file picker to browse files.D2, enter =B2*C2 and drag down to D6.D7, enter =SUM(D2:D6).+---------------------------+ | New Spreadsheet Button | +---------------------------+ | Open Existing Spreadsheet | +---------------------------+ | Sample Data Table | | (Items, Quantity, Price) | +---------------------------+ | Total Cost per Item (Col D)| +---------------------------+ | Sum Total Cost (Cell D7) | +---------------------------+
When you create a new spreadsheet, the sample data and formulas are empty and ready for input.
When you open an existing spreadsheet, you see the saved data and formulas already filled in.
You can edit the sample data table, and the total cost per item and sum total cost will update automatically.
Try creating a new spreadsheet and entering the sample data. Does the total cost per item and sum total cost calculate correctly?
Open an existing spreadsheet with data. Are the formulas working and showing the correct totals?