Fiscal year
Hi,
Can anyone help me with this?
I need to automatically record the fiscal month of a product based on its Offline Date, which indicates the month it is due.
Our budget years are from October
=IF(MONTH([Offline Date]@row)=> 10, "Fiscal Year " & (YEAR([Offline Date]@row) + 1), "Fiscal Year " & YEAR([Offline Date]@row))
This formula does not work
Best Answer
-
Please try the formula below. Smartsheet uses "+" instead of "&" to join.
=IF(MONTH([Offline Date]@row) > 9, "Fiscal Year " + (YEAR([Offline Date]@row) + 1), "Fiscal Year " + YEAR([Offline Date]@row))
Hope this helps!
Answers
-
Please try the formula below. Smartsheet uses "+" instead of "&" to join.
=IF(MONTH([Offline Date]@row) > 9, "Fiscal Year " + (YEAR([Offline Date]@row) + 1), "Fiscal Year " + YEAR([Offline Date]@row))
Hope this helps!
-
Great thanks, school boy error
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!