if statement between 2 times
column 1, auto date with time, "12/09/21 1:07 PM"
column 2 is my play column
column 3 i do a =RIGHT(([date auto]@row), 8) to get just the time "1:07 PM"
column 4 was trying to do a T/F if the time is after 3pm but befor 12am (or can use 11:59pm)
if have tried several thing, and can not get it to work.
got any ideas?
Answers
-
if you can convert in 24h format you could use something like this
=IF(OR(RIGHT(100 + VALUE(LEFT(time@row; FIND(":"; time@row) - 1)); 2) > 14; RIGHT(100 + VALUE(LEFT(time@row; FIND(":"; time@row) - 1)); 2) < 12); "T"; "F")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!