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?
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
-
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
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!