Fiscal year formula help. :)
Good morning, evening and afternoon!
I am working on a finance tracker and am currently trying to create a formula to calculate the fiscal year (January - February). I've done some looking through the forums and found something that works a little, but not always.
Currently I have a [Transaction Date] column. that I am wanting to use to calculate the an [FY] column for that transaction.
I found the following formula on the forums but am having mixed success.
=IF(MONTH([Transaction Date]@row) > 1, YEAR([Transaction Date]@row) + 1), YEAR([Date]@row))
When I use this formula I get an #unparseable error. If I edit the formula to the following:
=IF(MONTH([Transaction Date]@row) > 1, YEAR([Transaction Date]@row) + 1)
The formula works for this year, but if I change my [Transaction Date] to 1/10/24 the [FY] field is then blank.
Any guidance would be greatly appreciated.
tyty!
Best Answer
-
=IF(MONTH([Transaction Date]@row) > 1, YEAR([Transaction Date]@row) + 1, YEAR([Transaction Date]@row))
Answers
-
=IF(MONTH([Transaction Date]@row) > 1, YEAR([Transaction Date]@row) + 1, YEAR([Transaction Date]@row))
-
Thank you! @Carson Penticuff
-
Glad to help!
👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!