Exercise 7.1: Label Formula Value Formula Label
Exercise 7.1: Label Formula Value Formula Label
1
2. Outline the advantages of electronic spreadsheets over manual methods.
Ease of calculation – many calculations can be performed quickly and accurately
Ease of editing data – data can be quickly edited without leaving a trace, and it can
be moved quickly
Recalculation – calculation can be set to be done automatically whenever a value is
updated
Ease of storage – large amounts of data can be stored and retrieved quickly
Display options – data can be displayed in various ways such as charts, tables etc.
8. If the following data were entered into a spreadsheet, would it be classified as a label, a value
or a formula?
a. New South Wales
Label
b. =D1+E2
Formula
c. 12
Value
d. B1-B7
Formula
e. ‘2003 World Cup’
Label
Jieshun Wang
Exercise 7.2
2. Write the following cells as a range of cells:
a. C3, C4, C5, C5, C6, C7, C8, C9, C10
C3:C10
b. D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11
D1:D11
c. A1, A2, A3, B1, B2, B3, C1, C2, C3
A1:C3
Jieshun Wang
Chapter Review
PART C
Write at least one paragraph on each of the following questions.
1. Explain the difference between the three main types of data in a spreadsheet. Give examples
of each type.
There are three main types of data in a spreadsheet:
Labels are text which provides information and describes the data inside a
spreadsheet. They are used as headings for rows and columns and are not used in any
calculation.
Values are numbers which are entered into the spreadsheet which are used for
calculations.
Formulas are instructions for the spreadsheet software to follow for performing
calculations. In the table, the formula is not shown, while the results of the
calculations are shown.
c. Relational operator.
Relational operators test the relationships between two numbers: whether one number is
greater/smaller/equal to etc. of another number. For example, in a spreadsheet, =3+2=4
would return the values FALSE, because 3+2=5 not 4.
Jieshun Wang