IF statement syntax
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am basically trying to use the "BETWEEN" operator within the IF statements. Could you please advise with some examples? Thanks!
E.g., if I have times and a column named [32] where [32] is basically times, like 7:59, 16:00 and if < 7:59 AM then it is morning and if from 16:00 to 18:00 it is evening? This is what I have tried but not working
Solved! Go to Solution.
- Labels:
- Developer Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How can I handle these following cases, when the time has some whitespaces in front?
I have selected the
options above but it still doesn't get rid of something like:
'7:16' vs. '17:20'
Where '7:16' is recognized as morning and '17:20' is throwing an error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@amandacastro
If you have mentioend me, I would have noticed earlier.😁
Can you give some details or snaptshot?
Based my understanding and test, it still works.
