When you use multiple operators within an expression, they resolve in order of priority.

Each set of parentheses in a formula is a distinct expression and therefore operators within each expression resolve separately. If an expression contains multiple operators of the same priority, they resolve in order from left to right.

This table displays the priority of operators in Anaplan.

OperatorPriority
*, /1
+, -2
&3
<, <=, >, and >=4
=, <>5
AND6
OR7