COSC 122 - Computer Fluency
Lab 9: Spreadsheets using Microsoft Excel


In this lab, we will use Microsoft Excel to produce spreadsheets.


Spreadsheets

A spreadsheet organizes information into a two-dimensional array of cells (a table). Each cell has a row number and column label which combine to represent its address. A cell location can store a number, text, or formula. The power of a spreadsheet is that we can write simple formulas (commands) to perform calculations and immediately see results of those calculations. Spreadsheets are very common in accounting and reporting applications.

TASK: Open Microsoft Excel (Start->All Programs->Microsoft Office 2013->Excel 2013) and explore its interface.

Basic Editing

Data Entry

Data entry can be performed by typing data into a cell or formula bar. The data entered may be a text label, a value, or a formula. Formulas start with an equal sign ("=").

Selecting Cells

Cells can be selected in a variety of ways:

Cut, Copy, Paste

The common operations of cut, copy, and paste can be used with spreadsheet cells. However, there are some special features that simplify these activities:

TASK: Enter data as shown below. Use copy techniques to avoid typing!

Formulas

A formula is any expression that begins with an equal sign ("="). The equal sign indicates to the spreadsheet that a calculation must be performed to compute the value of the cell. An aggregate formula computes a summary function over a range of cells. The values can either be literals or cell locations. We will use the SUM() aggregate function for formulas in this lab.

TASK: Create formulas that calculate values for the Year-to-Date, Total Expenses, and Net Surplus/Deficit cells as below.

Formatting

Standard formatting consists of changing font types and sizes, colors, bold, italic, underline, etc., and can be performed like in a word processor using similar menu items and command buttons. It is also possible to format cells by selecting them and then selecting the Format menu option, then Cells...

TASK: Format cells as shown and described below.

Conditional Formatting

Conditional formatting allows you to change the cell format based on data values.

TASK: Create conditional formatting on cells B16:F16 where cell font is red if negative and green if positive.

Expert Tips

Charts

A chart is a graphical representation of spreadsheet data. A chart is of a particular type (line, bar, etc.) and requires the user to supply data that will be displayed in the chart.

TASK 1: Create a new 3D cluster-column chart with data cells B16:F16 and B3:F3. Details and diagram below.

TASK 2: Create a new 3D pie chart with data cells A7:A12 and F7:F12. Details and diagram below.

Grading (10 Marks Total)

  1. +2 marks - for data entry
  2. +2 marks - for formulas
  3. +2 marks - for formatting
  4. +2 marks - for bar chart
  5. +2 marks - for pie chart

*Home