Dates in Excel

coquinn

New Member
Joined
Oct 23, 2005
Messages
24
I am trying to get even annual intervals in Excel however am unable to do it. For instance I want the first date to be 6th Nov 2005, the next to be 6th Nov 2006, the next to be 6th Nov 2007,....and so on. Does anyone know a command that will allow me to do this (as opposed to just adding 365 days, which breaks down in a leap year)...Thanks
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
coquinn said:
I am trying to get even annual intervals in Excel however am unable to do it. For instance I want the first date to be 6th Nov 2005, the next to be 6th Nov 2006, the next to be 6th Nov 2007,....and so on. Does anyone know a command that will allow me to do this (as opposed to just adding 365 days, which breaks down in a leap year)...Thanks

If you enter the first two dates 11/06/05 & 11/06/06, select these two dates and drag the fill handle as far as you want the dates to display Excel will duplicate the year interval in succeeding entries.
 
Upvote 0
Thanks..but my day changes daily (i.e. I am using the today command)...so is there any way to automate the process?
 
Upvote 0
assuming date is in cell A1, cell A2 the formula is

=date(year(a1)+1,month(a1),day(a1))

alternatively,

tools, addins, analysis toolpak, and use the EDATE function

=edate(a1,12)

Paul
 
Upvote 0
I'm no expert but another format of the same equation posted by MTBer would be =A1 + DATE(2,0,0) where A1 is a cell referencing todays date (i.e. =TODAY()).
 
Upvote 0

Forum statistics

Threads
1,214,394
Messages
6,119,263
Members
448,881
Latest member
Faxgirl

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