Skip to main content
Skip table of contents

Operators

Overview

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…

Quick rules

  • Use parentheses to make intent explicit.

  • Without parentheses, * and / are evaluated before + and -.

  • Functions evaluate inside out.

  • Shape rule of thumb: + and align to shared dimensions, while * and / apply across the combined dimension set.


Related sections

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.