Voorbeelden

Overweeg de volgende tabel

A

B

C

1

Productnaam

Verkopen

Ontvangsten

2

potlood

20

65

3

pen

35

85

4

kladblok

20

190

5

boek

17

180

6

etui

niet

niet


Waarschuwingspictogram

In all examples below, ranges for calculation contain the row #6, which is ignored because it contains text.


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

Notitiepictogram

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.


Waarschuwingspictogram

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.

Waarschuwingspictogram

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