Function
, Function2Arg
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 | Description |
---|---|---|
static class |
Countif.StringMatcher |
Constructor | Description |
---|---|
Countif() |
Modifier and Type | Method | 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 2018 The Apache Software Foundation or its licensors, as applicable.