Module 6 Vocabulary Flashcards
Table
An organized collection of rows and columns of similarly structured data on a worksheet.
Database
A collection of data organized in a manner that allows access, retrieval, and use of that data.
Record
A row of data in a table, representing a complete set of field values for a specific person, place, object, event or idea; also called a tuple.
Fields
A column containing a specific property for each record, such as a person, place, object, event, or idea.
Banded Row
Rows in a table that are formatted in alternating colors.
Table Array
A table of information in which data is looked up.
Lookup Table
A table that stores the data you want to retrieve with a lookup function; also called a table array.
HLOOKUP Function
Searches for a value in the top row of a table or an array of values, and then returns a value in the same column from a row you specify in the table or array; used when comparison values are located in a row across the top of a table of data.
VLOOKUP Function
A function that returns values from a vertical lookup table.
Lookup Value
The value that is being looked up in a lookup table.
Table Arguments
The left columns in a table array.
Return Value
The data values being retrieved by the lookup function from a lookup table.
Column Index Number
The column location of the return value within the table array.
Calculated Field
A field whose values are not entered but calculated based on other fields.
Computational Field
A table column or field that contains a formula, function, cell reference, structured reference, or condition.
Structured Reference
A reference that allows table formulas to refer to table columns by names that are automatically generated when the table is created.