fantabulator
Member
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
1000 2500 200 500
I am trying to track RESP contributions and government grants. In Canada, if you contribute to your child's registered education plan, the gov kicks in 20 percent to a maximum of 500 each year. The government grants end at 7200, but your contribution room can be 50000 over an 18 year period. The first two columns are for the amount of contributions per child. The second two columns calculate the amount of the grant using this formula:=IF(a1<2500,a1*0.2,500) copied 18 times.
My problem is that the grants can be finished in 15 years but contributions can continue until 18 or the 50000 threshold is met.(and the 15th year is capped at 200) I don't know how to get the above formula to stop working once the total grant money = 7200. I tried another if statement but I keep running into problems with loops.
I don't know if the answer is easy or not...just can't seem to see it. Any help would be appreciated.
Thanks.
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
2500 2500 500 500
1000 2500 200 500
I am trying to track RESP contributions and government grants. In Canada, if you contribute to your child's registered education plan, the gov kicks in 20 percent to a maximum of 500 each year. The government grants end at 7200, but your contribution room can be 50000 over an 18 year period. The first two columns are for the amount of contributions per child. The second two columns calculate the amount of the grant using this formula:=IF(a1<2500,a1*0.2,500) copied 18 times.
My problem is that the grants can be finished in 15 years but contributions can continue until 18 or the 50000 threshold is met.(and the 15th year is capped at 200) I don't know how to get the above formula to stop working once the total grant money = 7200. I tried another if statement but I keep running into problems with loops.
I don't know if the answer is easy or not...just can't seem to see it. Any help would be appreciated.
Thanks.
Last edited: