Sort by date

Onlylonely
✭✭✭
Hi All,
Hope you're doing well.
I'm facing an issue and hope to resolve this.
1st issue - try to get MMMYY from created (date). But unable to do so, so i've decided to write a formula. For example - Apr 2022 i will get 4/2022 << Resolved
2nd issue - I tried to sort by date in report, but it doesn't work. Anyone can help on this? Or have better way to solve this issue?
Answers
-
Try making the month 2 digits.
=IF(MONTH(Date@row)<10, "0", "") + MONTH(Date@row) + ....................................
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!