DIVISION

The DIVISION function returns the division of all numbers in the arguments, which can be numbers or node references.

Syntax

DIVISION(value1, ...valueN?) - > number

Arguments

Example

Consider the below example where Revenue and Cost of Sales Is given. Calculate Gross Profit%.

To achieve this, the following formula should be written in the [Gross Profit %] node.

DIVISION(([Revenue]-[Cost of Sales]),[Revenue])

To show the values in percentage, scale should be set in Percentages.

Result

Last updated