Class Countif
java.lang.Object
org.apache.poi.ss.formula.functions.Fixed2ArgFunction
org.apache.poi.ss.formula.functions.Countif
- All Implemented Interfaces:
Function
,Function2Arg
Implementation for the function COUNTIF
Syntax: COUNTIF ( range, criteria )
range | is the range of cells to be counted based on the criteria |
---|---|
criteria | is used to determine which cells to count |
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.poi.ss.formula.functions.Fixed2ArgFunction
evaluate
-
Constructor Details
-
Countif
public Countif()
-
-
Method Details
-
evaluate
Description copied from interface:Function2Arg
-