Class Countif

java.lang.Object
org.apache.poi.ss.formula.functions.Fixed2ArgFunction
org.apache.poi.ss.formula.functions.Countif
All Implemented Interfaces:
Function, Function2Arg

public final class Countif extends Fixed2ArgFunction
Implementation for the function COUNTIF

Syntax: COUNTIF ( range, criteria )

range   is the range of cells to be counted based on the criteria
criteriais used to determine which cells to count