Related:
- Copy row if value within date range diff wkbk
- Oracle date diff - Guide
- Saints row 2 cheats - Guide
- How to delete a row in a table in word - Guide
- Apple airtag range - Guide
- Saints row free download - Download - Action and adventure
1 response
A possible solution is:
In this example the formula is any cell in row 2, T2 contains the contract end date:
=IF(T2>NOW()+60,IF(T2<=NOW()+90,"Expiring",""),"")
copy this formula down all rows.
Any contracts that expire with the 60-90 days will show as 'Expiring'.
Now, once this is down, apply the autofilter and filter for those rows that show 'Expiring' in column T.
Then copy and paste the rows shown into a new sheet.
Or create a pivot table and filter it that way. This can be copy and paste-special values into a new sheet.
In this example the formula is any cell in row 2, T2 contains the contract end date:
=IF(T2>NOW()+60,IF(T2<=NOW()+90,"Expiring",""),"")
copy this formula down all rows.
Any contracts that expire with the 60-90 days will show as 'Expiring'.
Now, once this is down, apply the autofilter and filter for those rows that show 'Expiring' in column T.
Then copy and paste the rows shown into a new sheet.
Or create a pivot table and filter it that way. This can be copy and paste-special values into a new sheet.