Dear Experts,
I have a problem in calculating the interest on balance amount.
There is another worksheet, Which has only unique party names (refer to top right side of table)
from this table, I want to calculate total calculate Interest for the year (01/04/2018 to 31/03/2019) for each Receipt Type for each party.. Interest will be calculated as = [Amount]*[No of Days/365]*[12%]
For Example, in case of Laopala RG Ltd,
a. Interest on land Premium will be calculated for (31/03/2019- 10/11/2018) Days on 50000,
b. Interest on Lease Rent will be calculated for (17/02/2019 - 04/11/2018) Days on 70000, + (31/03/2019 - 17/02/2019) Days on [70000+ ( Interest on Lease Rent (Calculated in Formula) ]
Can this be done using Excel Array Formulas (Excel 2007 or Excel 2013 only) ? No VBA due to frequent transfer of files on gmail
Though this is similar to interest on ledger balances of a Party with two major difference, table consists more than one party and interest is to be calculated for each receipt type separately.
I have a problem in calculating the interest on balance amount.
Sr. No | Party Name | Receipt Type | Date | Amount | Land Premium | Lease Rent | |||
1 | Laopala RG Ltd. | Land Premium | 10-11-2018 | 50000 | Laopala RG Ltd. | =(Interest on land Premium for the year here ) | =(Interest on Lease Rent for the year here ) | ||
2 | Devendra Rawat | Lease Rent | 15-11-2018 | 20000 | Devendra Rawat | =(Interest on land Premium for the yearhere ) | =(Interest on Lease Rent for the year here ) | ||
3 | Laopala RG Ltd. | Lease Rent | 04-12-2018 | 70000 | |||||
4 | Devendra Rawat | Lease Rent | 20-01-2019 | 40000 | |||||
5 | Laopala RG Ltd. | Lease Rent | 17-02-2019 | 20000 |
There is another worksheet, Which has only unique party names (refer to top right side of table)
from this table, I want to calculate total calculate Interest for the year (01/04/2018 to 31/03/2019) for each Receipt Type for each party.. Interest will be calculated as = [Amount]*[No of Days/365]*[12%]
For Example, in case of Laopala RG Ltd,
a. Interest on land Premium will be calculated for (31/03/2019- 10/11/2018) Days on 50000,
b. Interest on Lease Rent will be calculated for (17/02/2019 - 04/11/2018) Days on 70000, + (31/03/2019 - 17/02/2019) Days on [70000+ ( Interest on Lease Rent (Calculated in Formula) ]
Can this be done using Excel Array Formulas (Excel 2007 or Excel 2013 only) ? No VBA due to frequent transfer of files on gmail
Though this is similar to interest on ledger balances of a Party with two major difference, table consists more than one party and interest is to be calculated for each receipt type separately.