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

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
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,214,985
Messages
6,122,607
Members
449,090
Latest member
vivek chauhan

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