Hi All,
I need help with dynamic re-arranging of data.
Example:
| Start Date | End Date |
| January 2020 | April 2020 |
I need this to Dynamically change into just 1 column consisting separate months like the expected outcome below. The date input will be different all the time. for example, sometimes the workflow will spit out Jan to June, sometimes Jan to December, sometimes February to August, sometimes more than a year, like Jan 2020 to March 2021.
| Dates |
| January 2020 |
| February 2020 |
| March 2020 |
| April 2020 |
So the requirement is that it needs to start with the start date, end with end date, and have all the consecutive months in between. The simpler the workflow, the better. Assumption is that the input is not a manual input, it is a RESULT of a workflow. Also it cannot be a macro tool because this will be PART of a macro.
Thank you for your time!