Hi all,
In New column 3 need to split the date, time has to be removed.
Example: 11-10-2023 4:00 PM
Output = 11-10-2023
and need to filter the date. New column 3 date has to be greater than or equal to 5 of current date.
Example:
09-10-2023 current date added with 5 then the output is
14-10-2023
End date filter.xaml (10.4 KB)
Extracted data.xlsx (12.6 KB)
Tried this method but its not working. Please guide me on this…