DATE TROUBLE

ssaifan

Active Member
Joined
Jul 29, 2003
Messages
355
I HAVE TWO DATES ////
start date
and end date

in cell a1 and a2..

then in cell a3 i enter break period.....say 24 months....

now i want to see a series of dates such that ...
start date 1 = start date
end date 1 = start date ( from above ) + 24 mths from cell a3...

then ....

start date 2 = start date 1
and end date 2 = start date 2 + 24 mths ....

and so on so forth ..
ho do i do this ..
pls help ..


sam
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Something like this?

If your new start date is in D1 and your months are in B3, then use this:

=DATE(YEAR(D1),MONTH(D1)+B3,DAY(D1))
 
Upvote 0

Forum statistics

Threads
1,207,173
Messages
6,076,923
Members
446,242
Latest member
JECYN

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