DAT268x Lab 1 - Visual Literacy
DAT268x Lab 1 - Visual Literacy
Overview
In this lab, you’ll create a worksheet in Microsoft Excel that keeps tracks of basic expenses and then charts
those expenses. You’ll create a couple different chart types and modify the data that the chart is based
on. You’ll learn quickly that it’s easy to visualize basic data, and that visualizations can help you quickly
see differences in your underlying data.
Create a workbook
1. In your web browser, navigate to https://office.live.com/start/Excel.aspx, and sign in using your
Microsoft account credentials. You’ll see Microsoft Excel Online.
2. Click New Blank Workbook to create your first Workbook. It will appear like this:
3. Add four column headers in row 1. Name them Place, Item, Price and Date
4. Add a few rows of data under your column headings to simulate some things you could imagine
spending on things.
5. You can format your table using the toolbar in excel. Try bolding your column headings &
formatting the price column as currency. Here’s an example of a worksheet with this data:
2. Click on Select Data in the Chart menu and observe the formula that is specifying the data range
in your chart. It may look like this: =Sheet1!$B$1:$C$5
In this example, Sheet1 is the name of the worksheet, and the chart is based on the Excel range
B1:C5. The dollar signs are special notation so Excel knows to indicate a range of data.
3. Change the data range to include all of your data. If your data goes to row 10, then change the
range to go all the way to C10, like this: =Sheet1!$B$1:$C$10
Your chart should resemble the following that includes all the data in your worksheet:
Sort the chart
We can improve the visualization by adding a sort order to the data. The chart will also sort the bars to
bring order to the visualization.