Matching Pairs Advanced FunctionsOnline version match the Function with it's correct description. by Shari Black 1 AVERAGEIF 2 AVERAGEIFS 3 COUNTIF 4 SUMIFS 5 COUNTIFS 6 HLOOKUP 7 IF Function 8 VLOOKUP 9 SUMIF Searches for a value in the top row (horizontal) of Table_array and returns a value in the same column from Row_index_num. Adds the cells in a Range specified by a given criteria. Adds the cells in a Sum_range that meet multiple Criteria. Counts the number of cells within Range that meet the criteria. Searches for a value in the first column (vertical) of Table_array and returns a value in the same row from Col_index_num. Sets up a conditional statement to test data. The value returned depends on whether the condition is true or false. Returns the arithmetic mean of cells in Range or Average_range that meet a criteria. Returns the mean of cells in Average_range that meet multiple criteria. Counts the number of cells within multiple criteria_range# that meet criteria#.