I’m trying to use the Savings Budget community add-on, but the “Available” field in the Savings Budget tab is not calculating properly. It seems to be ignoring the “Budget” column in it’s calculation of what’s available. It should be: Savings+Budget-Actual
I think I’ve tracked it down to a buggy formula in the hidden section at W10. It seems to be putting together an array to populate the table of “Category”, “Type”, “Period Budget” and “Prior Budgets”. The “Period Budget” is not populating. Here’s the current formula:
={{"Category","Type","Period Budget"};{INDIRECT(BD34&"!"&BE35&"2:"&BE35),INDIRECT(BD34&"!"&BE36&"2:"&BE36),OFFSET(INDIRECT("Categories!$A2:$A"),0,$BE$19-1)}}
Here are some screenshots to show the problem:
Can someone help me troubleshoot why the Budgeted amount is not being considered in the equation. What’s interesting is that the “progress bar” is properly calculating the remaining amount.