The Basics of Using Spreadsheets Flashcards

CHAPTER 9

1
Q

Spreadsheet

A

Electronic piece of paper divided into rows (h) and columns (v)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What do you call the intersection of a row and a column ?

A

A ‘cell’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A cell address consists of..

A

Its row & column reference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why do we use spreadsheet ?

A

► A tool for calculating, analysing & manipulating numerical data
► Make the calculation and manipulation of data easier & quicker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What function can we use to make some changes to an existing file to which you want to save but also leave the original document intact ?

A

Save as ‘ - then give the amended file a new name

–> original file remains in original form
–> file with new name contains changes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Press Enter =

A

Move to cell below

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Shift + Enter =

A

Move to cell above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  • F5
  • Fn + F5
  • Ctrl + G
A

Go To –> specify cell address would like to move to

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Press Tab =

A

Move to the right

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Shift + Tab =

A

Move to the left

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Press what to select a group of cells adjacent to each other

A

1) Select the 1st cell
2) Press and hold Shift
3) Using arrow keys, press further cells

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Press what to select a group of cells not adjacent to each other

A

1) Select the 1st cell
2) Press and hold Ctrl
3) Using mouse pointer, press further cells

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Select an entire row of cells at one time

A

Shift + Spacebar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Select an entire worksheet

A

Ctrl + A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Worksheet

A

A single page/sheet in excel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Workbook can contain more than one…?

A

Worksheet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the content of a cell ?

A
  • Text
  • Values
  • Formulae
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

How to make Excel treat number as a text ?

A

Add apostrophe (‘) before it
–> then it will be Left aligned

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the default alignment for Text & Values

A

Text
- left aligned
- overflow to adjacent blank cells

Number
- right aligned
- NO overflow feature

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What do you call a small square in the corner of a cell ?

A

’ Fill handle ‘

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What appears when your mouse points to fill handle ?

A

’ Black cross ‘

22
Q

What does it mean when there is red triangle at the top right corner of the cell?

A

Someone add comment to the cell

23
Q

Cell protection/locking :

Condition : All cells are locked except those specifically unlocked

A

1) Select the range to be unlocked
2) Right click, choose Format Cells
3) Click Protection tab
4) Untick ‘Locked’ & ‘Hidden’ boxes
5) Go to ‘Review’ tab
6) Click ‘Protect Sheet’

** Only cells highlighted can be changed

24
Q

Cell protection/locking :

Condition : All cells are unlocked except those specifically locked

A

1) Select the whole worksheet
2) Untick ‘Locked’ & ‘Hidden’ boxes
3) Select the range to be locked
4) Right click, Format Cell
3) Click Protection tab
4) Tick the ‘Locked’ & ‘Hidden’ boxes
5) Click on ‘Protect Sheet’

Step 5 is important !! - cells can still be changed if you skip this

** Cells highlighted CANNOT be changed

25
What does the formula bar shows ?
- Cell address of the active cell - Formula
26
=C4 + C5
Add value in C4 to C5
27
=C4 - 5
Subtract 5 from value in C4
28
= C4 - C5
Subtract value in C5 from value in C4
29
= C4*5
Multiplies value in C4 by 5
30
= C4* 120%
**Adds** 20% to the value in C4
31
= 2^2
2 to the power of 2 OR 2²
32
= 4 ^ (1/2)
Square root of 4
33
Ctrl + 1
Format cells
34
Ctrl + ;
Enter today's date as a numerical value
35
= TODAY()
Enter a date which will be updated each time the spreadsheet is opened
36
explain : ROUND (value, places)
Value --> value to be rounded Places -> number of places to be rounded
37
Relative cell reference
Change when you copy formulae to other locations
38
Absolute cell reference ($)
Maintain the original cell reference
39
Shortcut to absolute a cell
F4
40
If you use **Paste special** and paste, does the pasted numbers change when you change the numbers in the original source
NO - They have become pure numbers and do not link back to their sources
41
Circular reference
A formula that includes a reference to its own cell address
42
Precedent
A cell that is referred to by another cell --> to trace cells that provide data to the formula --> tracer arrow appears
43
Dependent
Opposite of precedent --> A cell that contains a formula that refers to another cell
44
#DIV/0
Attempt to divide a number by zero/blank cell
45
#VALUE!
A mathematical formula refers to a cell containing text OR ada space dalam blank cell ** Function that operates on ranges (SUM,AVERAGE) will ignore text, so this error won't occur
46
#NULL!
Cell references within formula are not separated correctly Etc : separate ranges by space rather than colon = (B4:B6) ✅ = (B4 B6) ❌ - #NULL!
47
#REF!
Formula has invalid cell reference (deleted/removed)
48
#######
A column not being wide enough to display its contents **OR** A negative number is formatted as a date/time
49
#NAME?
A formula can't find the referenced data it needs to complete the calculation Etc: cell reference not exist / misspelt function name
50
#NUM!
A formula contains numeric values that aren't valid
51
#N/A
No value is available