When a number has already been counted, FREQUENCY will return zero.
Note: I adapted the formulas above fromMike Girvin’sexcellent book on array formulas,Control-Shift-Enter.
These formulas can be adapted toapply logical criteria.
MATCH supports approximate and exact matching, andwildcards(* ?)
For example, ROW(C5) returns 5, since C5 is the fifth row in the spreadsheet.
When no reference is provided, ROW returns the row number of the cell which contains the formula.
SUM Function
The Excel SUM function returns the sum of values supplied.
These values can be numbers, cell references, ranges, arrays, and constants, in any combination.
SUM can handle up to 255 individual arguments.