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
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!