Best way to filter by formula and add rows?
When using a filter, the column which has the filter applied will not automatically populate the formula which it contains (if it references other cells than itself).
What would be the best work-around?
For example, table B has lots of entries whereas column A is filled with dates ascending.
Now I want to filter (show) all rows between two dates which I want to define in Table A. For example Jan 10 and Jan 15.
This is how I would do it: Filter for all rows that are beween the row of date 1 and the row of date 2. Empty and new rows in between will be visible as well because the filter only looks for the row of Jan 10 and the row of Jan 15.
In table A, where I define the two dates, a formula gets the row number of those dates in Table B. Table B has one column that will serve as the filter column. It will show a YES if the current row is between date 1 and 2.
As we know, when adding a row, this formula won't be auto-populated.
What would be a different way to achieve this?