org.apache.poi.hssf.record.formula.functions
public final class Countif extends Fixed2ArgFunction
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 |
Constructor and Description |
---|
Countif() |
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1)
Function2Arg
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.