SUMIFS (PQL - xl)

This function adds the cells in a range using multiple criteria

  • Library: PQL \ Spreadsheet \ Math & Trig
  • 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

SUMIFS(sum range, criteria range, criteria)

Function Arguments

Name

Description

Type

Optional

sum range

Range of cells to check; each cell in the array can be a double-precision floating-point value or an integer value

StringOrNumber

criteria range

Range of cells to check; each cell in the array can be a double-precision floating-point value or an integer value

StringOrNumber

criteria

Condition that determines which cells are added, as a text, number, or expression

StringOrNumber

Comments

This function is the same as the Microsoft Excel 'SUMIFS' function - using the same inputs, logic and outputs.