Date without time
Hi - I'm trying to add a column that has text and then pulls a date from another column. Example: Meeting date: [date from other column]. When I do this it says 8:00am and then the date. How do I pull just the date and take the time off? Where is that time coming from?
Best Answer
-
The DATEONLY function solves this.
="Meeting Date: " + DATEONLY([Column4]@row)
I hope that helps.
Matt
Answers
-
@fruition2023 I assume you're pulling the date from either a Created date or Modified date system column. If you just want the date value, add a helper column that is a date-type column. In this column, use the simple =[date from other column]@row formula. This will carry only the date portion of the date-time stamp into the helper date column. Then you can reference the helper cell with your other formula, for instance:
="Meeting date: " + HelperDateColumn@row
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
The DATEONLY function solves this.
="Meeting Date: " + DATEONLY([Column4]@row)
I hope that helps.
Matt
-
What @Matt Johnson said. Can't believe I forgot about the DATEONLY function! 😵
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Thank you! I had tried the date only function and got an error, but when I pasted your formula it worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 443 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 290 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!