Soldato
- Joined
- 2 May 2011
- Posts
- 12,272
- Location
- Woking
Morning,
As per the title, need some help with a formula that I just can't get my head around. I have a spreadsheet for the household bills. Mostly it works by putting x amount each month for each item into a certain account and having a total.
For bills that aren't monthly, so are annually, I want it to accumulate money each money. For example, car insurance is say £400 so I need to put in 400/12 each month.
I have a column that shows the total amount required, one that shows the monthly amount to put in, and one that shows when it needs to be paid. So car insurance is due in October (10), so it should now have 400/12 * 11 in another column.
I keep getting very close to the right formula but I can't quite get it...for example I have road tax due in June (5) for £150. It's currently showing £100 for that, so it's doing 8 months total not 8 months until it's due....
Can we say for simplicity that monthly amount is column A, annual amount is B, month is C.
Thanks geniuses.
EDIT: fixed it. turns out I'm the genius actually, not you guys
I adjusted the formula in the end to remove the 12-xxxxx-12 in the middle so it ended up as:
=IF((12-$C$2+$B4)>=12,-$C$2+$B4,12-$C$4+$B4)
As per the title, need some help with a formula that I just can't get my head around. I have a spreadsheet for the household bills. Mostly it works by putting x amount each month for each item into a certain account and having a total.
For bills that aren't monthly, so are annually, I want it to accumulate money each money. For example, car insurance is say £400 so I need to put in 400/12 each month.
I have a column that shows the total amount required, one that shows the monthly amount to put in, and one that shows when it needs to be paid. So car insurance is due in October (10), so it should now have 400/12 * 11 in another column.
I keep getting very close to the right formula but I can't quite get it...for example I have road tax due in June (5) for £150. It's currently showing £100 for that, so it's doing 8 months total not 8 months until it's due....
Can we say for simplicity that monthly amount is column A, annual amount is B, month is C.
Thanks geniuses.
EDIT: fixed it. turns out I'm the genius actually, not you guys
I adjusted the formula in the end to remove the 12-xxxxx-12 in the middle so it ended up as:
=IF((12-$C$2+$B4)>=12,-$C$2+$B4,12-$C$4+$B4)
Last edited: