Spreadsheets [Small Data] Flashcards

1
Q

Formula

A

A set of instructions that performs a specific calculation. A formula in a spreadsheet always begins with a = symbol.

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

Operator

A

A symbol that names the type of operation or calculation to be performed. Examples include + for addition, - for subtraction, * for multiplication and / for division.

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

Expressions

A

In a spreadsheet an expression or calculation always starts with a = sign.

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

Cell Reference

A

A cell or range of cells in a worksheet that can be used in a formula. Cell references contain the letter of the column and the number of the row where the data is. Cell references are automatically updated when a formula is copied to a new cell.

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

Range

A

A collection of two or more cells.

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

Value Grouping

A

To group values in a formula uses parentheses ().

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

Absolute Referencing

A

Absolute references marked by a $ sign before and/or after the cell values being referenced mean that the formula will not change relatively when copied to a different cell. The cell being referenced is always the same.

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

Data Range

A

Clicking a formula will show the coloured ranges of the cells being used in your spreadsheet. There are different colours for each unique range in your formula. In a lot of spreadsheet applications pressing the “F2” on a selected formula will highlight the data referenced in said formula.

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

COUNTIF ()

A

This is a formula and a function. This means that the function runs based on the criteria set by the formula. COUNT is the formula that will be executed IF the conditions you create are true.

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

DIV/0!

A

This error occurs when a formula is trying to divide a value in a cell by 0 or by an empty cell. A resolution to this error is to use the formula (example reference cells); =IFERROR(B4/A4, “Not applicable”) and pressing enter. The cells are relative to your formula. This error checking formula can also be copied to other cells to check for errors.

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

ERROR! (Google Sheets only)

A

A formula can’t be interpreted as input (also known as a parsing error). A “delimiter” such as a comma can be placed where needed to fix this error.

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

N/A

A

Data in a formula can’t be found by a spreadsheet. Generally, this means the data doesn’t exist.

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

NAME

A

A formula or function name isn’t recognised or understood. Correcting the typo will fix the error.

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

NUM

A

A formula or function calculation can’t be performed as specified by the data.

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

VALUE

A

A general error that could indicate a problem with a formula or referenced cells.

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

REF

A

A formula is referencing a cell that is no longer valid or has been deleted.

17
Q

Conditional Formatting

A

Applicable to both MS Excel and Google Sheets, conditional formatting allows the user to highlight in different colours based on their contents. Using conditional formatting, you can for example, highlight in yellow all the cells that contain an error, and then work to fix them.