Calculate Yearly Rent

decent_boy

Board Regular
Joined
Dec 5, 2014
Messages
130
Office Version
  1. 2016
Platform
  1. Windows
Hi
I need a formula to calculate yearly rent as per agreement date, rent will be increased after each year according to annual increment . Enclosed image is an example formula is required in yellow highlighted cells which calculates yearly amount as per billing month cell for example if agreement start year is Jan 2018 and bill year is Jan 2020 then rent amount after 2 year is 60,500. Further if bill year great than agreement end date then it shows "Agreement Expired"
 

Attachments

  • Capture.PNG
    Capture.PNG
    21.2 KB · Views: 36

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Does this do what you want

=IF(D9>D1,"Agreement Expired",FV(E1,DATEDIF(C1,D9,"y"),0,-F1))

How do you get £44,000 as the result for Smith?? If interest is 15% then after 1 year the rent would be £46,000
 
Upvote 0
Jim, thank you very much that is what i want
thanks for giving your time and effort
 
Upvote 0

Forum statistics

Threads
1,213,517
Messages
6,114,085
Members
448,548
Latest member
harryls

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top