What's up with Glides AND and OR logic?

Completely agree. All IF and Conditional logic in Glide is horribly designed. Can’t tell you how many times people have asked for help with simple AND/OR logic. I have this longstanding Feature Request out there already.

Usually the best suggestion is to twist around your logic a bit and kind of reverse it to get an IF column to handle AND mixed with OR. I don’t didn’t like it because it’s hard to follow and maintain it afterwards, but it’s the only solution we’ve had over the years. Unfortunately it doesn’t work for all use case.

For your case, if there was such a thing as ‘Not Within’ then I could get it all into one IF column. Otherwise, short of something hacky like “is included in ‘NewModified’”, I think the best alternative would be to use a javascript column for more complex IF logic.

1 Like