Parameter List
The range of conditional values to check against criterion. For example: A1:A5.
The pattern or test to apply to range. For example: ">5".
The range of values to add to the sum. Must be the same size as range. For example: B1:B5.
If
rangecontains strings thencriterionmust be a string.You can use wildcards in
criterion. To match any singular character, use?. To match zero or more characters, use*. If you want to match an actual question mark or asterisk, prefix it with a tilde. For example:"What~?".If
criterionis a string, each cell inrangeis checked to see if it is equal to it (or matches it, if wildcards are used).If
rangecontains numbers,criterioncan be either a string or number.If
criterionis a number, each cell inrangeis checked to see if it is equal to it.If you want to use operators, such as
=or>, thencriterionmust be a string. For example:">50".