Helper Column not being recognised as a date
Hi, I'm using Data Shuffle to import a report generated from another system into an excel sheet into Smartsheets.
However, on the date on the report also has a time stamp. Which Smartsheets doesn't like, so I've used a helper column to generate the date without the time stamp.
By using the following formula:
=LEFT([Assignment Due Date]@row, 10)
The column is set to Date and restricted to only dates, but conditional formatting refuses to see it as a date? Any advice?
Answers
-
Hello, the function you're looking for is DATEONLY().
=DATEONLY([Assignment Due Date]@row)
Hope this helps!🙂
-
Hi all,
I had to use the following formula:
=DATE(VALUE(MID([Assignment Due Date]@row, 7, 4)), VALUE(MID([Assignment Due Date]@row, 4, 2)), VALUE(IF(LEFT([Assignment Due Date]@row, 1) = "0", MID([Assignment Due Date]@row, 2, 1), LEFT([Assignment Due Date]@row, 2))))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!