TheFILTER functioncan be used to extract data arranged vertically (in rows) or horizontally (in columns).
FILTER will return the matching data in the same orientation.
Semicolons (;) would indicate rows.
FILTER returns this data in the original horizontal structure.
Because FILTER is adynamic array function, the resultsspillinto the range B10:D15.
If data indata(C4:L6) changes, the result from FILTER is automatically updated.
The output from FILTER is dynamic.
If source data or criteria change, FILTER will return a new set of results.