Lookup Functions Flashcards
This function picks from a list of options based upon an Index value given to by the user.
=CHOOSE
This function scans across the column headings at the top of a table to find a specified item.
=HLOOKUP
This function picks a value from a range of data by looking down a specified number of rows and then across a specified number of columns.
=INDEX
This function converts a plain piece of text which looks like a cell address into a usable cell reference.
=INDIRECT
This function picks out a cell a certain number of cells away from another cell.
=OFFSET
This function looks for an item in a list and shows its position.
=MATCH
This function copies data from a range, and places in it in a new range, turning it so that the data originally in columns is now in rows, and the data originally in rows
=TRANSPOSE
This function scans down the row headings at the side of a table to find a specified item.
=VLOOKUP
This function looks for a piece of information in a list, and then picks an item from the last cell in the adjacent row or column.
=LOOKUP(Array)
This function looks for a piece of information in a list, and then picks an item from a second range of cells.
=LOOKUP(Vector)