-PMT(C3/VLOOKUP(C4,G2:H5,2,0),C2*VLOOKUP(C4,G2:H5,2,0),C1)Dear Shashank,
Assume that your data is set up as follows in range A1:C3
| Amount of Loan |
1,00,000.00 |
| Period of loan |
5 |
| Interest rate (%) |
14% |
In cell A4, enter "Period of repayment". IN range G2:H5, enter the following:
Monthly 12
Quarterly 4
Half yearly 6
Yearly 1
In cell C4, Go to Data > Validation and in the drop down select List and define the range as G2:G5
In cell C6, enter the following formula = -PMT(C3/VLOOKUP(C4,G2:H5,2,0),C2*VLOOKUP(C4,G2:H5,2,0),C1)
Now you can see the annuity by selecting the period in the drop downbox in cell C4.
Hope this helps. Pease let me know how this works for you.