Hi Everyone,
I'm looking to calculate the month over month change for each month in my dataset. However, I'm running into some difficulties because the month values are in separate columns (see input structure screenshot below) and the workflow needs to be dynamic to accommodate any future month columns that will be eventually added to the data. Ideally I would like the MoM change column to be located next to each respective month e.g. Jan-21 MoM will be located next to Jan-21 in the output (see desired output structure screenshot below).
The month over month column can just be null for the first month in the dataset since there will be no prior month's data to be used in the calculation.
Attached is the dataset containing an Input tab to be used in the workflow and a desired output tab for reference. Any help is appreciated.
Input Structure:

Desired Output Structure:

Thank you,
Paul