FROperatingProfitMargin

FROperatingProfitMargin(Number operatingProfit, Number sales)

This function computes the operating profit margin.

Parameters

Return value

The return value is a Number.

Example

If the operating profit is 380000.00, the sales value is 450000.00, the return value of the following statement is 0.84.

FROperatingProfitMargin(380000.00, 450000.00)