AVERAGEIFS (PQL - xl)
This function calculates the average of all cells that meet multiple specified criteria
- Library: PQL \ Spreadsheet \ Statistical
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
- Solve: This function can be used with the Solve plug-in: both as part of the objective function and constraint functions
Syntax
AVERAGEIFS(average range, criteria range, criteria)
Function Arguments
Name | Description | Type | Optional |
average range | The actual cells to be used to find the avarage | CellRange |
|
criteria range | The range of cells you want evaluated for the particular condition | CellRange |
|
criteria | The condition or criteria in the form of a number, expression, or text that defines which cells will be used to find the avarage | StringOrNumber |
|
Comments
This function is the same as the Microsoft Excel 'AVERAGEIFS' function - using the same inputs, logic and outputs.