Revenue
What it does
Calculates revenue from the supplied values.
When to use it
Use this business formula when the named quantities are known.
Variables
Worked example
{
"inputs": {
"price": 25,
"quantity": 40
},
"result": 1000
}Common mistakes
Check units, signs, brackets and that every value is entered in the stated units.