Whole document tree
    

Whole document tree

SUBTOTAL

SUBTOTAL

Name

SUBTOTAL -- 

Description

SUBTOTAL geeft een subtotaal van de gegeven lijst van argumenten. @

function returns a subtotal of given list of arguments. @function_nr is het getal dat bepaald wlke functie wordt gebruikt bij de berekening van het subtotaal. De volgende functies zijn beschikbaar:

1 AVERAGE

2 COUNT

3 COUNTA

4 MAX

5 MIN

6 PRODUCT

7 STDEV

8 STDEVP

9 SUM

10 VAR

11 VARP

Deze functie is compatibel met Excel.

Examples

Als A1, A2, ..., A5 de getallen 23, 27, 28, 33, en 39 bevatten, dan geldt:

SUBTOTAL(1;A1:A5) is 30

SUBTOTAL(6;A1:A5) is 22378356

SUBTOTAL(7;A1:A5) is 6,164414003

SUBTOTAL(9;A1:A5) is 150

SUBTOTAL(11;A1:A5) is 30,4

See also

COUNT, SUM.