Hello Alteryx Community,
Is it possible to dynamically reference fields in the multi-field tool?
I have a dataset with 60 columns representing each month for a 5 year time span. The dataset only contains values for the first 12 months, all other fields are set to 0. I need to update columns 13 through 60 with a new value based on the value from the same month in the previous year.
In the screenshot below, column 13 would equal column 1 multiplied by some variable; column 14 would equal column 2 multiplied by the variable; etc

I know I can accomplish this by just writing 40+ formulas in the formula tool, but I was hoping to find a better way.
Thank you very much for your help!