Can you Customize a Date Format to be Month and Year only?
I need to make a column that only allows users to enter the Month and Year, without including the Day. This is meant to provide a general idea of when something might happen. Can someone explain how to customize the Date format to only show Month and Year? I've seen an option for Month and Day, but not for Month and Year.
Answers
-
There is no formatting option for month and year. You could get around this by using two column, Month / Year. Do you need this information for calculations, or is this simply a visual issue?
-
Hi Carson,
Thank you so much for answering my question. It is simply a visual issue. My client is asking for the information to be shown as Month and Year only.
-
If it is strictly a visual issue, you could use two columns, month/year, and set them to restricted dropdown boxes. I'm not sure this solution would look any better though.
-
No worries, thank you for your help!
-
Hi,
I hope you're well and safe!
Try something like this. (and modify to add the year)
=IF(Month@row <> "", IF(MONTH(Month@row) = 1, "01 January", IF(MONTH(Month@row) = 2, "02 February", IF(MONTH(Month@row) = 3, "03 March", IF(MONTH(Month@row) = 4, "04 April", IF(MONTH(Month@row) = 5, "05 May", IF(MONTH(Month@row) = 6, "06 June", IF(MONTH(Month@row) = 7, "07 July", IF(MONTH(Month@row) = 8, "08 August", IF(MONTH(Month@row) = 9, "09 September", IF(MONTH(Month@row) = 10, " 10 October", IF(MONTH(Month@row) = 11, "11 November", IF(MONTH(Month@row) = 12, "12 December")
Would that work/help?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
But how would I get smartsheet to recognize the month/year as a date format so I can show data chronologically? The solution above shows months as text and can sort alphabetically, but that is not valuable when trying to show monthly progress toward a goal
-
I'm also interested in finding this answer. I want smartsheet to recognize month/year as a date so I can do calculations for events that fall within that month/year.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 352 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 135 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives