Why isn't MAX returning the most recent DATE?
Hi All,
I'm trying to use MAX to show the most recent date in column that's "Auto-number/System - Modified (Date)", but frustratingly it's not always correct.
Anyone have any idea as to why? And more importantly, how to fix?
Best Answer
-
Hi @Andrew_Bull ,
The Modified column includes a time stamp that causes issues. Try inserting a date helper column [Mod Date] with the column formula =DATEONLY([modified]@row). This removes the date stamp.
Then run your MAX against the helper column. =MAX([Mod date]:[Mod date])
Help?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @Andrew_Bull ,
The Modified column includes a time stamp that causes issues. Try inserting a date helper column [Mod Date] with the column formula =DATEONLY([modified]@row). This removes the date stamp.
Then run your MAX against the helper column. =MAX([Mod date]:[Mod date])
Help?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thanks @Mark Cronk ,
It seems to have, although every date has just defaulted to today given i created a new column and applied that formula to each row. I guess I'll find out over the next couple of days when rows start updating and I have a date range to work with.
Appreciate your advice.
AB.
-
Happy to help. Thank you for contributing to the Community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!