Ejemplos

Tenga en cuenta la tabla siguiente

A

B

C

1

Nombre de producto

Ventas

Ingresos

2

lápiz

20

65

3

pluma

35

85

4

cuaderno

20

190

5

libro

17

180

6

estuche

no

no


Icono de advertencia

En todos los ejemplos siguientes, los intervalos utilizados para el cálculo incluyen la fila n.º 6, pero se ignorará debido a que contiene texto.


Func_Range; Range1; Criterion1 [ ; Range2; Criterion2 [;...]])

Icono de nota

The logical relation between criteria can be defined as logical AND (conjunction). In other words, if and only if all given criteria are met, a value from the corresponding cell of the given Func_Range is taken into calculation.


Icono de advertencia

Func_Range and Range1, Range2... must have the same size, otherwise the function returns err:502 - Invalid argument.


Criterion1 – required argument. A string expression representing a logical condition or a cell reference to such string expression. The expression can contain text, numbers, regular expressions or wildcards (if enabled in calculation options).

Range2 – Optional. Range2 and all the following mean the same as Range1.

Criterion2 – Optional. Criterion2 and all the following mean the same as Criterion1.

The function can have up to 255 arguments, meaning that you can specify 127 criteria ranges and criteria for them.

Icono de advertencia

If a cell contains TRUE, it is treated as 1, if a cell contains FALSE – as 0 (zero).