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