Data Cleaning Spreadsheets Flashcards
Conditional formatting
A spreadsheet tool that changes how cells appear when values mee specific conditions.
Text String
A group pf characters within a cell, commonly composed of letters, numbers or both.
Sub-string
A sub-string is a smaller subset of a text string.
Syntax
Predetermined. Structure that includes all required information and its proper placement.
CONCATENATE
A function that joins multiple text strings into a single string. The syntax is =CONCATENATE(item 1, item 2)
LEN
A function that tells you the length of a text string by counting the number of characters it contains.
Syntax: =LEN(range)
COUNTIF
A function that returns the number of cells that match a specified value.
Syntax: =COUNTIF(range,”value”)
LEFT
A function that gives you a set number of characters from the left side of a text string.
Syntax: =LEFT(range,number of characters)
RIGHT
A function that gives you a set number of characters from the right side of a text string.
Syntax: =RIGHT(range,number of characters)
MID
Function that gives you a segment from the middle of a text string.
Syntax: =MID(range,reference starting point, number of middle characters)
TRIM
A function that removes bleeding, trailing, and repeated spaces in data.
Syntax: =TRIM(range)
VLOOKUP (Vertical lookup)
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)
Pivot Table
Data summarisation tool that is used in data processing.
Data Mapping
The process of matching fields from one data source to another.
Schema
A way of describing how something is organised.