Fiscal Year Formulas
Hello- I am looking for a way to view smart sheets year over year. How do I look at current year and then previous year? ETC? is there a formula to select certain year I want to view.
Answers
-
You can utilize YEAR Function to pull data from particular years. I have also used greater than and less than specific dates in formulas to pull data either would work.
-
I just wrote a formula to determine FY by a mm/dd/yyyy date. Our fiscal year runs July 1 to June 30. I'm sure there is a more elegant way — my quick fix was
Create three columns reference a different date column titled "date"
- FYcal: Year = Year(date)
- FYcal: Month = Month(date)
- FY = if(FYcal: Month < 7, FYcal: Year, FYcal: Year+1)
-
@swfascetti - thank you! Your formula is what I needed!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!