OSAdmin
Valued Contributor

This formula calculates a financial ratio that measures a company's profitability and the efficiency with which its capital is employed.

The main financial logic in the formula is EBIT / (Total Assets - Total Liabilities)

Return api.Data.GetDataCell( _
	"Divide(A#[YourEBITAccount], A#[YourTotalAssetsAccount] - A#[YourTotalLiabilitiesAccount])")

 

Version history
Last update:
‎09-28-2023 12:13 PM
Updated by:
Contributors