public final class Sumifs
extends java.lang.Object
 Syntax : 
  SUMIFS ( sum_range, criteria_range1, criteria1>,
  [criteria_range2,  criteria2], ...) 
    
      
| Modifier and Type | Field and Description | 
|---|---|
| static FreeRefFunction | instanceSingleton | 
| Constructor and Description | 
|---|
| Sumifs() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static AreaEval | convertRangeArg(ValueEval eval) | 
| ValueEval | evaluate(ValueEval[] args,
        OperationEvaluationContext ec) | 
| protected boolean | hasInitialRange()https://support.office.com/en-us/article/SUMIFS-function-c9e748f5-7ea7-455d-9406-611cebce642b
 COUNTIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ... | 
public static final FreeRefFunction instance
protected boolean hasInitialRange()
Baseifs.hasInitialRange()public ValueEval evaluate(ValueEval[] args, OperationEvaluationContext ec)
evaluate in interface FreeRefFunctionargs - the pre-evaluated arguments for this function. args is never null,
             nor are any of its elements.ec - primarily used to identify the source cell containing the formula being evaluated.
             may also be used to dynamically create reference evals.null. Possibly an instance of ErrorEval in the case of
 a specified Excel error (Exceptions are never thrown to represent Excel errors).protected static AreaEval convertRangeArg(ValueEval eval) throws EvaluationException
EvaluationExceptionCopyright 2020 The Apache Software Foundation or its licensors, as applicable.