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
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!