# SUMIF

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function adds the cells using a given criteria.

## Syntax

SUMIF(*array*,*condition*,*sumrange*)

## Arguments

This function has these arguments:

| **Argument** | **Description** |
| -------- | ----------- |
| *array* | Range of cells to check; each cell in the array can be a double-precision floating-point value or an integer value |
| *condition* | Condition that determines which cells are added, as a text, number, or expression (where expressions use the relational operators detailed in [Operators in a Formula](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-operators)) |
| *sumrange* | [Optional] Range of cells to add; if omitted, then all the cells in the array are added |

## Data Types

Accepts numeric data for *array* and *sumrange*. Accepts text, numeric or expression data for *condition*. Returns numeric data.

## Examples

`SUMIF(A1:B7,">150",C1:C11)`
`SUMIF(A1:A9,">150")`

## Version Available

This function is available in product version 2.0 or later.

## See Also

[SUMPRODUCT](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsRtoS/FunctionSUMPRODUCT) \| [SUM](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsRtoS/FunctionSUM) \| [COUNTIF](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsAtoC/FunctionCOUNTIF) \| [Math and Trigonometry Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsmathtrig)