MIN/MAX with Date and Time (Modified Date Column)
Hi all,
This should be straightforward but I am stumped!
How do I get the earliest (or latest) value including time from a Modified Date system column?
e.g.
I can get the date if I define my output column as type Date and use a simple MIN/MAX but this means the time is ignored.
I thought about breaking the time and the date out into separate columns and using TIME formula and then MIN/MAX with COLLECT to do a multi-criteria search. But it seems awfully fiddly. Also a MIN with TIME is doing strange things with roundings.
Anyone got any tips?
Many thanks in advance.
Jim
Best Answer
-
You can put the output in a text/number field and convert the output into a text string.
=MIN(Modified:Modified) + ""
Answers
-
You can put the output in a text/number field and convert the output into a text string.
=MIN(Modified:Modified) + ""
-
Neat! Thank you @Paul Newcome. Always so helpful.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!