Hello,
I need ideas how to get this done. I have an excel sheet with huge numbers of rows. The aim is to find those rows(with “Item”) that date is already expired or will expire within 7 days. At first I need to filter it by column “Item” with latest date column “To date”.
For example, from my screenshot I should get only 3 rows:
… N123 … 06/11/2023
… N322 … 06/08/2023
… N898 … 06/10/2023
Does anyone have idea how to implement this?