Funciones de Excel Referencia

97 funciones principales. Alterna entre detalle y practica para consolidar aprendizaje.

SUMIFS

★★

Sums values that meet multiple conditions.

SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)

Categoria: Agregacion

SUBTOTAL

★★

Returns a subtotal with specified aggregate function.

SUBTOTAL(function_num, ref1, [ref2], ...)

Categoria: Agregacion

AGGREGATE

★★★

Performs aggregate calculations with ignore options.

AGGREGATE(function_num, options, array, [k])

Categoria: Agregacion

AVERAGEIFS

★★

Returns average for values matching multiple conditions.

AVERAGEIFS(average_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)

Categoria: Agregacion

COUNTIFS

★★

Counts cells matching multiple conditions.

COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2], ...)

Categoria: Agregacion

SWITCH

★★

Matches expression to values and returns mapped result.

SWITCH(expression, value1, result1, [default])

Categoria: Condicional

VLOOKUP

☆☆

Looks up a value in the first column and returns matching value.

VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

Categoria: Busqueda

HLOOKUP

★★

Looks up a value in first row and returns matching value.

HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])

Categoria: Busqueda

XLOOKUP

★★

Modern lookup function with flexible matching.

XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found])

Categoria: Busqueda

MATCH

★★

Returns relative position of lookup value in a range.

MATCH(lookup_value, lookup_array, [match_type])

Categoria: Busqueda

XMATCH

★★★

Enhanced MATCH with additional matching/search options.

XMATCH(lookup_value, lookup_array, [match_mode], [search_mode])

Categoria: Busqueda

OFFSET

★★★

Returns reference offset from a starting reference.

OFFSET(reference, rows, cols, [height], [width])

Categoria: Busqueda

SUBSTITUTE

★★

Substitutes occurrences of text with new text.

SUBSTITUTE(text, old_text, new_text, [instance_num])

Categoria: Texto

NETWORKDAYS.INTL

★★★

Returns working days with customizable weekends.

NETWORKDAYS.INTL(start_date, end_date, [weekend], [holidays])

Categoria: Fecha/Hora

WORKDAY.INTL

★★★

Returns workday-based date with customizable weekends.

WORKDAY.INTL(start_date, days, [weekend], [holidays])

Categoria: Fecha/Hora

Buscar por comparaciones y por tarea

Si no sabes el nombre exacto de la funcion, revisa primero comparaciones y guias por operacion.