Skip to main content

Documentation Index

Fetch the complete documentation index at: https://parabola.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

While if statements can get quite complex and messy in spreadsheets, Parabola makes it easy to outline the logic involved in your if/else statements.

Building challenge

1

Add an if/else column step

To the card titled “Calculate revenue by row and assign statuses”, drop an Add if/else column step.
2

Create an Order Value column

Create an Order Value column with the following logic:
  • If Revenue is ≥ 100, set the value to “High”
  • If Revenue is between 50 and 99, set the value to “Medium”
  • Else, set the value to “Low”
Check your work
Last modified on March 5, 2026