Create fiscal year from a date (for example 2024/25)
Natasha D
✭✭✭
Hi all
I have a date column and want to create a new column that transforms the dates into a fiscal year (January-December). For example:
20/8/25 will be represented as 2025/26
1/3/2027 will be represented as 2027/28
Basically, anything that that is in a calendar year (i.e: 2024) will be represented as 2024/25 and so on.
I have searched online but haven't been able to find anything to help me.
Thanks!
Best Answer
-
=RIGHT(YEAR(Date@row), 4) + "/" + (VALUE(RIGHT(YEAR(Date@row), 2)) + 1)
Answers
-
=RIGHT(YEAR(Date@row), 4) + "/" + (VALUE(RIGHT(YEAR(Date@row), 2)) + 1)
-
Thank you so much. That worked perfectly!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!