Excel FILTER Function

The Excel FILTER function returns a range filtered on criteria you define. It can also handle multiple AND/OR criteria. FILTER Function Syntax =FILTER(array, include, [if_empty]) array is the range or array containing the values you want filtered. include is the logical test that returns a Boolean array (TRUE/FALSE)  the same height or width as the … Continue reading Excel FILTER Function