Hi,
Hello Alteryx Community,
I have a use case where I generate five columns every month based on the current month. Column A contains multiple account numbers, and the data for Column A and the column with the current month's header comes from a separate file.
I need to calculate some fields in the current month's columns by referring to the previous month's columns. I'm trying to use the Multi-Field Formula tool to achieve this, but I'm unsure how to dynamically reference the previous month's column within the formula.
Here's a brief overview of my data setup:
Columns are named by month e.g.,
| Feb 2025 | (Jan 2025 Principal + Interest) + Feb 2025 | Interest on Feb | Round Interest | Feb Principal + Interest |
I want to calculate the fields by formulas as per the input file
Could someone guide me on how to set up the Multi-Field Formula tool for this purpose, or suggest an alternative approach if necessary?
Thank you for your help!