Forum Discussion
RavikumarDS
Jun 02, 2020Copper Contributor
Filter Function formula
Team I need to know, whether I can use filter function and get only selected column in the results currently it is reproducing all the column in the original table, with filtered criteria, wh...
Lewis-H
Jun 02, 2020Iron Contributor
To filter data to include records between two dates, you can use the FILTER function with boolean logic. In the example shown, the formula in F8 is: =FILTER(B5:D15,(C5:C15>=F5)*(C5:C15<=G5),"No data... To filter out rows with blank or empty cells, you can use the FILTER function with boolean logic.