Step-by-Step Instructions to Complete the Activity
-
Open the Obvibase Database:
- Access your Obvibase account and locate the database titled "Sales".
-
Export the Data:
- Click on the "Export" option in Obvibase.
- Ensure all default settings are kept (CSV format is typically standard) and download the data file.
-
Import the Data into Google Sheets:
- Open Google Sheets and create a new spreadsheet.
- Go to
File > Import
, click onUpload
, and select the CSV file you exported. - Choose to import data into the current sheet.
-
Delete the Date Added Column:
- Locate the "Date Added" column (most likely the first few columns, depending on your dataset).
- Right-click the column header and select "Delete column" to remove it completely.
-
Format the Total Column:
- Click on column E (assuming it's labeled "Total").
- Navigate to
Format > Number
and selectNumber
. This changes the format and makes it easier to perform calculations.
-
Insert a Chart:
- Highlight all the data in your spreadsheet, typically A1 to E44.
- Click on
Insert > Chart
.
-
Chart Editor Configuration:
- In the chart editor sidebar that appears, ensure the chart type is set to
Column Chart
. - For the X-axis, set the data to the
Item
column. - Tick the checkbox that says “Aggregate” to group the items together.
- In the chart editor sidebar that appears, ensure the chart type is set to
-
Customize the Chart Title:
- Click on
Customize > Chart and Axis Titles
. - In the Title Text field, change it to "Total Items Sold".
- Click on
-
Adjust Data Series:
- Under the Series section in the chart editor, remove all items except for "Total".
-
Calculate Average in Total Column:
- Scroll down to cell D45 (or the first empty row in the Total column) and type the formula for the average:
=AVERAGE(E2:E44)
- This formula computes the average of the Total column.
- Scroll down to cell D45 (or the first empty row in the Total column) and type the formula for the average:
-
Share the Spreadsheet:
- Click the
Share
button in the top right corner of Google Sheets. - In the “Get Link” window, change the permission to “Viewer”.
- Click on “Copy link”.
- Click the
-
Submit Your Work:
- Open a word processing document.
- Paste the copied link into the document.
- Save and submit the document to the appropriate dropbox.
Final Checks
- Ensure your graph looks visually pleasing and correctly represents the data.
- Verify that titles and formatting are accurate.
- Double-check the average calculation for accuracy.
Tips
- If you encounter any issues, revisit the steps outlined above to ensure you've followed them correctly.
- Utilize Google Sheets’ help resources or community forums if you have troubles with specific features.