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
Add an if/else column step
To the card titled “Calculate revenue by row and assign statuses”, drop an Add if/else column step.
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