Whole document tree
    

Whole document tree

COUNTIF

COUNTIF

Name

COUNTIF -- 

Description

Funktionen COUNTIF räknar antalet celler i ett givet @område som möter ett givet @kriterium.

Denna funktion är kompatibel med Excel.

Examples

Antag att cellerna A1, A2, A3, A4 och A5 innehåller talen 23, 27, 28, 33 och 39. Då blir

COUNTIF(A1:A5;"<=28") 3,

COUNTIF(A1:A5;"<28") 2,

COUNTIF(A1:A5;"28") 1 och

COUNTIF(A1:A5;">28") 2.

See also

COUNT, SUMIF.