Check out the complete Excel Course covering the brand new functions: https://courses.xelplus.com/p/excel-dynamic-array-formulas
You’d like to do a VLOOKUP but return ALL match results instead of just the first match? You can use Excel’s new FILTER function.
What if you’d like to lookup multiple criteria and return ALL match results? You can use the new Excel Dynamic Array FILTER Formula! It’s like the dynamic or automatic version of Excel’s advanced Filter feature. You can return Filtered results based on AND as well as OR conditions.
The Excel Filter function filters your data based on criteria, and returns all the matching records. This can be one or more records. If more than one match is found, the results will “spill” vertically. If there is a blockage (i.e. your results are spilling into already filled cells) then you will get the #SPILL error. You can easily get rid of this error by removing the cells that are blocking the FILTER formula.
If FILTER doesn’t find any matching records it will return a #CALC error. You can suppress this error with the text or value of your choice by adding this to the last argument of the FILTER formula.
Quick Navigation:
⯆ DOWNLOAD the workbook here: https://www.xelplus.com/excel-filter-function
#excel #developer