Calculate between Dates

whiteknight

New Member
Joined
Mar 9, 2021
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
Hi All,
Need a quick help, I have the data for Lease contracts for specific periods "like 10 years"
I have annul fee and Annual increase rate , Contract period
I want to calculate my income during the year 2020 with an annual increase of 10% from the beginning of the contract
so like if one contract "the start date in 25-05-2019 and the End date in 24-05-2029" and I only need the income during the year 2020.


Lease.xlsx
ABCDEF
1Contract Numberstart dateend dateAnnul FeeRatethe income between 1/1/2020 to 31/12/2020
2101-01-1831-12-28$ 500.0010%
3225-05-1924-05-29$ 800.0010%
4319-03-1718-03-27$ 600.0010%
5421-06-1620-06-26$ 450.0010%
Sheet2
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
MrExcelPlayground.xlsm
ABCDEF
1Contract Numberstart dateend dateAnnul FeeRatethe income between 1/1/2020 to 31/12/2020
211/1/201812/31/2028$ 500.0010%$ 605.00
325/25/20195/24/2029$ 800.0010%$ 880.00
433/19/20173/18/2027$ 600.0010%$ 798.60
546/21/20166/20/2026$ 450.0010%$ 658.85
Sheet22
Cell Formulas
RangeFormula
F2:F5F2=D2*(1+E2)^(2020-YEAR(B2))


This one is super simple - you get a lump sum payment essentially on the anniversary of the start of the contract. It disregards the finish date. If a contract starts or finishes during 2020, it won't prorate it or anything. It gets more and more interesting as you add more requirements.
 
Upvote 0
MrExcelPlayground.xlsm
ABCDEF
1Contract Numberstart dateend dateAnnul FeeRatethe income between 1/1/2020 to 31/12/2020
211/1/201812/31/2028$ 500.0010%$ 605.00
325/25/20195/24/2029$ 800.0010%$ 880.00
433/19/20173/18/2027$ 600.0010%$ 798.60
546/21/20166/20/2026$ 450.0010%$ 658.85
Sheet22
Cell Formulas
RangeFormula
F2:F5F2=D2*(1+E2)^(2020-YEAR(B2))


This one is super simple - you get a lump sum payment essentially on the anniversary of the start of the contract. It disregards the finish date. If a contract starts or finishes during 2020, it won't prorate it or anything. It gets more and more interesting as you add more requirements.
That would solve it but only if the start date of the contract on first day of January
but if we have for ex: "start date on 25-05-2019 "
from 25-05-2019 to 25-05-2020 with 800$ (144 day: from 01-01-2020 to 25-25-2020 )
and the Annual rate would increased by 10% from 25-05-2020 to 25-05-2021 for with 880$ (221 day from 25-05-2020 to 31-12-2020)
 
Upvote 0

Forum statistics

Threads
1,215,729
Messages
6,126,524
Members
449,316
Latest member
sravya

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