Hi, I have a scenario, where there are two columns in Excel PeriodFrom(mm/yyyy) and PeriodTo(mm/yyyy), I should get difference between months, and bot should add those many months columns at the End of the table.
Ex: PeriodFrom - 01/2023 and PeriodTo - 05/2023, and last column is 01/2023
now bot should get difference as 4months… and it should add columns as 02/2023, 03/2023, 04/2023 and 05/2023 …
TIA.