Hi All,
Need help to build a formula-
If a file name contains month name in MMM format and Year in YY format, then I want to create a new column which will produce the last day of that month in dd/mm/yyyy format.
Example-
Filename 1: ALP_Report_23'Dec24
Filename 2: ALP_Report_22'Mar-24
Filename 3: ALP_Report_02Jan25#
Then it would be -
Month Year Expected column
-------------------------------------------------
Dec 24 31/12/2024
Mar 24 31/03/2024
Jan 25 31/01/2025