Open in ClaudeOpen in ChatGPT

Operators

Operators are the basic building blocks used in formulas to combine values, compare results, and create conditions. They are used directly in formulas, and often inside functions such as IF.

Use this section to understand operator behavior and navigate to the relevant reference page.

Start here if you want to:

Quick rules

  • Use parentheses to make intent explicit
  • Without parentheses, * and / are evaluated before + and -
  • Functions evaluate inside out
  • + and - aggregate both inputs to their common dimensions (the intersection of the shared dimensions)
  • * and / calculate across the combined dimension set (the union of both inputs’ dimensions)
Was this page helpful?