Hello,
I want to reduce the reserve we have for certain months. But since the months always change this needs to be dynamic. I want to make it so that if we get claims in April it will reduce the April reserve, then if April reserve is less than 0 it will reduce the reserve of the previous month and then if that month also has a zero balance then reduce from the next, and so on....
I have attached a sample workflow that I have so far. I am stuck on the logic of creating the formula for reducing previous month's reserves if less than 0 since the column headers always change. We need to keep track of each month's reserve balance.