Filter on dates expiring soon
To filter a set of data to show rows where dates are expiring soon (or have already expired) you can use the FILTER function with the SORT function. In the example shown, the formula in G5 is: =SORT(FILTER(data,data[Expires]-date<=days),4) where data …Read more