Hello all,
Arrgh I am struggling here( I really need some help if anyone is willing.
I am trying to calculate the payment %, of a cost realized on a quarterly basis.
Every 3rd month, the current month % + previous 2 month %'s, need to be added.
Please see example attached: Column of interest is column 17 (highlighted yellow).
However, if the time period is 7 months, I only want the 7th month to calculated the remaining %. I.e. 100% minus all of the previous % payments realized every 3 months.
e.g.
Period: 1=0%, 2=0%, 3=42%, 4=0%, 5=0%, 6=42%, 7=16% (Being the remainder).
I have tried to nest multiple IF statements.
1) IF(NOT(MOD(J13,3), SUM(H16:J16) ----> If current time period is a multiple of 3, sum the current month + the previous 2 months.
2) IF(P13=$E$13,SUM(O16:P16) ----> If current month equals the end on the project time period, only sum the current month %.
The problem with this is what happens if the project time period = 7 months. The 7th month % cost should equal only the 7th Month%, (not 7th month% +6th month% - as indicated by the formula). The previous payment was on the 6th month (only 1 month ago).
This would also be a problem is the project time period was 4 months, for instance.
I also need the negative result to equal 0, not false.
If anyone can help, I would be most appreciative.
Kind Regards,
Mitch
Bookmarks