Spreadsheets - Revision Sheet - 1
Spreadsheets - Revision Sheet - 1
Spreadsheets
1. Explain why you should create a data model.
Four from:
• Using a spreadsheet model, you change spreadsheet data …
• … to explore different possible answers.
• Data models are often financial, mathematical or scientific.
• This is sometimes called the ‘what if’ modelling/scenario.
• It allows you to change variables and get answers without doing the real thing.
2. Complete the following sentences using the correct terms from this list below:
- cell -cells -columns -rows -sheets -table
- workbook -worksheet
A spreadsheet is a two-dimensional table split into rows and columns. It is made up of
number of individual cells. Each cell has an address, for example: E9. A spreadsheet is
sometimes called a sheet or even a worksheet. In Excel, many sheets can be held
within a single workbook.
7. Describe how you would display the formulae used in a spreadsheet rather than the values.
Select the Formulas tab. In the Formula auditing section. Click on the Show Formulas icon.
c. Explain how you would replicate the formula in cell C4 for each person.
Select and hold the drag handle in bottom right of cell C4 … … drag this down to cell C8.
Or: Copy contents of cell C4. Paste into cells C5 to C8.
13. Describe the operation of each formula and, for each, identify what would be displayed in a
cell:
b. i. Cell A3 – Operation: Rounds the contents of A1 to 0 decimal places. (If the contents have a
decimal value >=0.5 then the value is rounded up; if the decimal value
ii. Result displayed: 65
14. Explain the difference between the COUNT and COUNTA functions:
The COUNT function counts the number of numeric values (within a specified range of cells).
THE COUNTA function counts the number of alphanumeric values (within a specified range of
cells).
15. Describe the reason for the formula in cell A14 and explain how it works.
The formula counts the number of people in the list. It counts the number of alphanumeric
values/cells containing a label or value in the list … … and subtracts from it the number of
numeric values/numbers. It displays the number of cells that contain only text.