I am trying to automate this draw schedule, and am having a tough time figuring out how to have the "Draw Amounts" table and "Draw Schedule" chart values adjust based on the number of payment periods.
The percentages I included in the table are just thrown in there to shape the curve....custom, front loaded, tail loaded, or bell.
Ideally, the user enters the contract amount and number of pay periods, then the tables and chart adjust accordingly. If there were 20 pay periods instead of 24, periods 21-24 would not show up and the percentages would get reallocated, so that the total when all periods are added up = 100%.
The percentages I included in the table are just thrown in there to shape the curve....custom, front loaded, tail loaded, or bell.
Ideally, the user enters the contract amount and number of pay periods, then the tables and chart adjust accordingly. If there were 20 pay periods instead of 24, periods 21-24 would not show up and the percentages would get reallocated, so that the total when all periods are added up = 100%.
Cell Formulas | ||
---|---|---|
Range | Formula | |
K1 | K1 | =UPPER(CONCATENATE(C3," - ",name)) |
M4:M27 | M4 | =contract*L4 |
N4:N27 | N4 | =IF((AND(G18>(contract/2),($C$12="y"))),,retainage) |
O4:O27 | O4 | =M4*N4 |
D10 | D10 | =IF((contract<>M29),"numbers are off!","numbers are good") |
K4:K27 | K4 | =A18 |
L4:L28 | L4 | =IF(($C$13=$B$17),B18,(IF(($C$13=$C$17),C18,(IF(($C$13=$D$17),D18,(IF(($C$13=$E$17),E18,"X"))))))) |
M29 | M29 | =SUM(M4:M27) |
P4:P27 | P4 | =M4-O4 |
P28 | P28 | =SUM(O4:O27) |
P29 | P29 | =SUM(P4:P28) |
A19:A41 | A19 | =IF((AND(A18<$C$8,A18<>0)),A18+1,0) |
G18:G41 | G18 | =SUM(M4) |
B42:E42 | B42 | =SUM(B18:B41) |
B43:E43 | B43 | =1-B42 |
K62 | K62 | =CONCATENATE("* Projection based on budget dated ",(TEXT(C4,"mm/dd/yy"))) |
Named Ranges | ||
---|---|---|
Name | Refers To | Cells |
contract | ='draw schedule'!$C$10 | D10, M4:N27 |
retainage | ='draw schedule'!$C$11 | N4:N27 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
A18:A41 | Cell Value | <1 | text | NO |