Action based on System-Generated Modified Date/Time
Answers
-
It looks like anything in the 12:00 PM hour is populating as yesterday in the Helper column.
Beginning 1:00 PM it begins showing today again. I had a prodesk call yesterday (before I tried this new formula that @Paul Newcome provided) and they think it might be a bug. The Support Team is asking for screen shots and what not so I'll provide them all of those things and I'll keep everyone posted!
-
No bug. My fault. Technically that is correct because we said anything greater than 5 and containing "PM". It contains "PM" and 12 is definitely greater than 5. Here's a tweak...
=DATEONLY([Created (Date)]@row) - IF(AND(PM@row = 1, VALUE(MID([Created (Date)]@row, 10, FIND(":", [Created (Date)]@row) - 10)) >= 5, VALUE(MID([Created (Date)]@row, 10, FIND(":", [Created (Date)]@row) - 10)) < 12), 1)
We want to say greater than or equal to 5 but less than 12. That will give us 5, 6, 7, 8, 9, 10, 11. It leaves out 12 since 12am is midnight and the next day and 12pm is noon and less than 5pm.
Sorry about that.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!