Hi all, first post.
I am trying to create a simple bookkeeping spreadsheet to separately track several budgets in one bank account, fuel,insurance,phone etc.
When i put money in the bank i want it to automatically divide into various budgets/sub accts using a percentage of the amount paid in, this all works fine.
What i now want to do is modify the formula for the percentage allocated to each budget so that it looks at the existing total for that budget and only puts money into that budget if it is currently below a predetermined threshold, for example if the budget for ‘phone’ already has two months worth of payments in it then dont put any more into this budget and put it into ‘general’ instead. Not surprisingly I am getting a circular reference error.
eg C3:C10 are to contain amounts paid in
and C11 is the total =SUM(C3:C10)
my formula in C3 is =IF(C11<‘phone reserve’;B3*10%;"") where B3 is the gross sum paid into the bank.
Does anyone have any ideas how i can do this without tying myself in knots, my knowledge level is fairly basic,
Thanks all