I have Budget table which has cost field, variable cost, and month field (Jan to Dec). Cost field has some default amount. Variable cost field is editable which user should give some value(amount).
Case 1:
Cost | Variable | Jan | Feb | Mar | Apr | ......... | Dec |
$60 $5 $5 $5 $5 $5
Case 2:
Cost | Variable | Jan | Feb | Mar | Apr | ......... | Dec |
$60 $120 $10 $10 $10 $10 $10
if the client's budget amount is more than the standard cost. in that case, the user will provide the original amount in the Variable field to split the amount into 12 months. but if the client wants to close the monthly payment early by paying more each month.
For example:
variable cost is $600. Each month need to pay $50. If the client pays $100 in January, then the rest of the month is due at $45. If the client pays $200 in Feb month, the rest of the month owing will be $25... so.. on
How to achieve this in an Airtable base?