Skip to main content

Arithmetic

Arithmetic combines two fields with an operator to create a new one.

Add (+)

Adds the values of two fields together.

add calculation

Inputs

InputRequired?Description
Base fieldYesThe first numeric field.
PlusYesThe field to add.

Use cases

  • Total cost = price + shipping
  • Fully loaded salary = base pay + bonus
  • Session length = active time + idle time

Subtract (-)

Subtracts the value of one field from another.

subtract calculation

Inputs

InputRequired?Description
Base fieldYesThe field to subtract from.
MinusYesThe field to subtract.

Use cases

  • Profit = revenue − cost
  • Net price = list price − discount
  • Remaining quota = limit − usage

Multiply (×)

Multiplies the values of two fields.

multiply calculation

Inputs

InputRequired?Description
Base fieldYesThe first numeric field.
Multiplied byYesThe field to multiply by.

Use cases

  • Line total = price × quantity
  • Tax amount = taxable total × tax rate
  • Weighted score = rating × weight

Divide (÷)

Divides the value of one field by another.

divide calculation

Inputs

InputRequired?Description
Base fieldYesThe numerator.
Divided byYesThe denominator.

Use cases

  • Conversion rate = orders ÷ visits
  • Average order value = revenue ÷ orders
  • Attach rate = add-ons ÷ base products

Open Markdown
Let us know what you think about this document :)