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 |
Modifier and Type | Class and Description |
---|---|
static class |
Countif.ErrorMatcher |
static class |
Countif.StringMatcher |
Constructor and Description |
---|
Countif() |
Modifier and Type | Method and Description |
---|---|
ValueEval |
evaluate(int srcRowIndex,
int srcColumnIndex,
ValueEval arg0,
ValueEval arg1)
|
evaluate
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0, ValueEval arg1)
Function2Arg
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.