Data Cleaning Spreadsheets Flashcards

1
Q

Conditional formatting

A

A spreadsheet tool that changes how cells appear when values mee specific conditions.

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

Text String

A

A group pf characters within a cell, commonly composed of letters, numbers or both.

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

Sub-string

A

A sub-string is a smaller subset of a text string.

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

Syntax

A

Predetermined. Structure that includes all required information and its proper placement.

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

CONCATENATE

A

A function that joins multiple text strings into a single string. The syntax is =CONCATENATE(item 1, item 2)

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

LEN

A

A function that tells you the length of a text string by counting the number of characters it contains.
Syntax: =LEN(range)

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

COUNTIF

A

A function that returns the number of cells that match a specified value.
Syntax: =COUNTIF(range,”value”)

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

LEFT

A

A function that gives you a set number of characters from the left side of a text string.
Syntax: =LEFT(range,number of characters)

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

RIGHT

A

A function that gives you a set number of characters from the right side of a text string.
Syntax: =RIGHT(range,number of characters)

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

MID

A

Function that gives you a segment from the middle of a text string.
Syntax: =MID(range,reference starting point, number of middle characters)

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

TRIM

A

A function that removes bleeding, trailing, and repeated spaces in data.
Syntax: =TRIM(range)

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

VLOOKUP (Vertical lookup)

A

A function that searches for a certain value in a column to return aa corresponding pieces of information.
Syntax: =VLOOKUP(data to look up, ‘where to look’!Range, column,false)

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

Pivot Table

A

Data summarisation tool that is used in data processing.

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

Data Mapping

A

The process of matching fields from one data source to another.

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

Schema

A

A way of describing how something is organised.

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

Primary

A

References a column in which each value is unique.

17
Q

Foreign Key

A

A field within a table that is a primary key in another table.

18
Q
A