Repeat a calculation every X months

mistervin

New Member
Joined
Nov 27, 2019
Messages
1
Hi, I am having a difficult time understanding date functions in excel.

I am trying to make this model a bit more dynamic. For New Bookings, I would like the bookings to repeat in what is called renewal bookings driven by the renewal period.
For example, in 1/1/18 I have 1000 new bookings. Since, in cell D18=12, I want it to renew every 12 months. However, it could be 24 or 36 months. Similarly, for
2/1/18, I have 1000 new bookings, and cell E18=12, I want it to renew every 12 months.

Is there an easier way to do this? I need a dynamic equation in lines 8 through 10. However if we could have a consolidated equation in line 8, that would be better. I greatly appreciate your help
 

Attachments

  • Picture1.jpg
    Picture1.jpg
    20.5 KB · Views: 16

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi,

Sadly your picture is not very explicit ...

Have you tried the Edate function ...?

With a given date in cell A1, you can have
VBA Code:
=EDATE(A1,12)

Hope this will help
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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