create a filter/checkbox to identify rows created after 12:00Pm
I would like to create a filter/checkbox to get the rows created after 12:00PM to 5:00 PM same day.
Is there a way we can do this?
Joseph Aloysias| Solutions Lead
vSaaS Global
Book a Meeting
Phone: +91-8148459084
Best Answer
-
Ok. So just between the hours of noon and 5pm get checked then?
In that case you would use something like this:
=IF(AND(OR(VALUE(SUBSTITUTE(MID([Requested On]@row, FIND(" ", [Requested On]@row) + 1, 2), ":", ""))<=5, VALUE(SUBSTITUTE(MID([Requested On]@row, FIND(" ", [Requested On]@row) + 1, 2), ":", "")) = 12), FIND("PM", [Requested On]@row)>0), 1)
Answers
-
What if it was created after 5pm? Would you want that checked as well, or are you just looking to check the boxes on rows that are between noon and 5pm?
-
the unchecked rows would be calculated if its created after 5pm
Joseph Aloysias| Solutions Lead
vSaaS Global
Book a Meeting
Phone: +91-8148459084 -
Ok. So just between the hours of noon and 5pm get checked then?
In that case you would use something like this:
=IF(AND(OR(VALUE(SUBSTITUTE(MID([Requested On]@row, FIND(" ", [Requested On]@row) + 1, 2), ":", ""))<=5, VALUE(SUBSTITUTE(MID([Requested On]@row, FIND(" ", [Requested On]@row) + 1, 2), ":", "")) = 12), FIND("PM", [Requested On]@row)>0), 1)
-
@Paul Newcome Thank you so much
Joseph Aloysias| Solutions Lead
vSaaS Global
Book a Meeting
Phone: +91-8148459084
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.7K Get Help
- 474 Global Discussions
- 202 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!