Spreadsheets use formulae and functions to do the many calculations that can be involved in a typical spreadsheet.
|
Formulae
We refer to a formula such as D3 = D4 + D5 + D6 where a calculation takes place by adding the contents of D4, D5 and D6 and placing the answer in D3.
Common formulae involve the use of addition (+), subtraction (-), multiplication (*) and division (/) operators.
Functions
Functions also involve placing an answer in a cell from a calculation. Functions do not use the operators listed above but use keywords programmed into the spreadsheet package to perform the required calculation.
The main functions you will use are:
E.g. D3 = SUM(D4...D6) again adds up D4, D5 and D6 and puts the answer in D3
What you have to do!
What you should now be able to do!