INDEX(array, row_num, [column_num]) Returns the value of an element in a table or an array, selected by the row and column number indexes.
MATCH( value, array, [match_type] ) searches for a value in an array and returns the relative position of that item. match_type =0,will find the first value that is equal to value.