Inside SUMPRODUCT, this array is multiplied by “data”.
The FILTER function uses this array to select columns in the named rangedata.
Because thisarray is horizontal, FILTERautomatically filters on columns.
For example, =LEFT(“apple”,3) returns “app”.
The output from FILTER is dynamic.
If source data or criteria change, FILTER will return a new set of results.
These values can be numbers, cell references, ranges, arrays, and constants, in any combination.
SUM can handle up to 255 individual arguments.