






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A lab guide for using microsoft excel spreadsheets to organize, structure, and calculate data. It covers the basics of spreadsheet usage, including setting up column names, formatting cells, and performing automatic calculations using functions. The lab also introduces the concept of visualizing data through charts.
Typology: Lab Reports
1 / 11
This page cannot be seen from the preview
Don't miss anything!
Spreadsheets and databases are very similar applications. They are both useful for the organized storage of information. However, spreadsheets are simpler than databases and are typically used for different purposes, so this lab will discuss when spreadsheets are used and the basics of how to use them. We will use the popular Microsoft Excel spreadsheet application in this lab, but these concepts and procedures will be useful for using any spreadsheet application. At the end of this lab, you should not only be able to use a spreadsheet, but also be able to recognize problems that a spreadsheet can be useful for solving. Finally, working with spreadsheets will prepare you for databases, the focus of the next labs.
All key vocabulary used in this lab are listed below, with closely related words listed together:
worksheet cell row column data type formula, parameter
Write your answers after completing the lab, but read them carefully now and keep them in mind during the lab.
Part 1. What are spreadsheets good for?
Structuring data. Spreadsheets are most commonly used to store and perform calculations on numeric data. Examples of data like this include a checkbook record, business transaction records, data from scientific experiments (e.g., daily rainfall), results of a survey. The first advantage of spreadsheets is that data can be stored in a structured way, making it easy to retrieve and present the data in different ways. Imagine, for example, keeping track of your expenses in a notebook, where you might list your expenses like this:
17 Jan 2002, phone bill, $32. electric bill, 25 Jan, $18. rent, Feb 1, $ Feb 12, cable TV, $ Feb 18, phone, $52. Feb 26, electric bill, $21. (etc.)
Storing the same data in a spreadsheet has several advantages over handwritten a record, many of which come from the structure that spreadsheets put on data. A spreadsheet is organized like a table, with cells arranged in columns and rows. This overall structure keeps the format of the entries consistent and makes the data more readable.
In addition to the overall structure provided by rows and columns of cells, you can specify the format (e.g., bold, italics…just like in a word processor) and data type (e.g., date, text, integer, real number, monetary amount) of a cell. In the example spreadsheet shown above, the cells in the first column are formatted as dates, so they are all displayed with the same month/day/year format. Similarly, the cells in the third column are formatted as currency amounts (in dollars), so they are all displayed with two decimal places and the dollar sign.
Assuming you intend to record data on a daily basis, you will have to fill in each day’s date in the “date” column. Typing these in by hand is not only tedious, but error-prone,
so we will use a feature called “fill” to automatically enter a series of dates in this column.
ALTERNATIVE: First, decide which rectangular region of cells you want to select. Click the cell in the upper left corner of the region you want to select, then while holding down Shift , click the lower right corner of the region. (You can actually do this with any two opposite corners of the region you want to select.)
Before you go on to the next step, make sure that you have the cell with the date you just entered and several cells directly below it selected.
Note that the contents of the new total time cell has a formula that is similar but not identical to the original. Excel guesses that you want the new total time cell’s formula to work on the column of cells above it, rather than be an exact copy of the first total time cell.
Excel has guessed for you that cells B2 through B7 are the ones you wish to average, but this probably includes one more cell than you really want, i.e., the total time cell you created earlier. You can correct this by typing in the Number entry box and replacing B7 with B6, or you can select the contents of the Number1 entry box and select the cells you want (B2 through B6) on the worksheet.
If you want to go back and change the range of cells for this formula later, you can select the cell and click the = button in the formula bar.
Part 4. Charts for Visualizing Data
Visualizing data in charts can often make it easier to interpret. In this part, you will use Excel to create a chart showing daily time spent on your activities, like the one shown below.
Part 5. Sorting Data
The way you have entered your timing data, the rows are ordered by date. You might, however, be interested in seeing which days you spent the most time on a certain activity. More generally, you might be interested in sorting your rows by a column other than date.
Note that the rows in the selected region are in the specified order, but your chart does not change. This is because your sorting did not change data in each row; it just reordered the rows. The chart itself is not affected by the row order.