Hi all,
I'm trying to create a workflow that makes some interest calculations. The theory is simple. Each end of month, there should be an interest calculation, and the rate is given (I'm attaching below an excel sheet with the plain input data). Where it gets tricky is that, at the end of each quarter, all accumulated interest must be moved to the "principal" balance (what we call capitalization of interest), and the interest balance must be zero'ed out on the beginning of the next quarter. Additionally, that means that all subsequent interest calculations will now be made based on a new, bigger principal, since we added some interest on top of it.
I'm also attaching the desire output showing all the calculations within formulas if the above description was not helpful. To me it's a bit difficult to figure out how to do this in alteryx, since alteryx usually calculates everything from top to bottom, but in this case the calculations need to be done quarter by quarter from left to right before moving to the next quarter.
Any ideas on how to get from Input excel to Output excel using alteryx?