IF THEN ELSE with AND CASE

Hey guys,

Struggling to combine 2 or more parameters in the IF THEN ELSE. As it doesn’t allow for ifelse or OR, or AND statements.

Is there a workaround for this yet?

Basically I need:
IF…
Column A = X
AND
Column B = Y
AND
Column C = Z
THEN…
ELSE IF…

Thanks.

1 Like

Combine the 3 columns using a template column, then make the condition with that template.

2 Likes

Awesome. It works. Thanks…

A little messy… but no complaints when things work here :slight_smile:

1 Like

You can also create an if/then column in your Data Editor with any of your OR conditions then use the AND conditions in your filter/visibility settings. This is my go to.