Automated dates to update with current fiscal year

Rosadocc

New Member
Joined
Mar 15, 2012
Messages
49
Hello everyone!

I'm hoping someone can help me with a formula that updates months/year to the current fiscal year.

Currently have a spreadsheet that has 12 cells with 12 dates representing the 12 months of the current fiscal year. (i.e., 10/1/2019, 11/1/2019, 12/1/2019, etc). These dates are currently just typed in but I am trying to have the 12 cells update themselves with the current fiscal year. So when the workbook is opened in the next fiscal year, the dates will automatically update to 10/1/2020, 11/1/2020, 12/1/2020, etc.

Any help will be appreciated.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
In the first cell put
=DATE(YEAR(TODAY()),10,1)
Then in the next put
=EDATE(D2,1)
And drag across, or down as needed.
Change the D2 to the cell with the first date
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,215,032
Messages
6,122,770
Members
449,095
Latest member
m_smith_solihull

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