COUNTIF
Last updated
Was this helpful?
The COUNTIF function can be used to return the count of values in a list if they meet a certain criterion.
countif(list, condition)list – The input list of values on which the filter is to be applied
condition – The condition to be evaluated
Returns the count of values.
countif([Units,Units1,Units2],">600")Returns the count of stores where the number of units sold (Units, Units1, and Units2) is greater than 600.

Last updated
Was this helpful?
Was this helpful?