Profit

P=RCP=R-C

What it does

Calculates profit from the supplied values.

When to use it

Use this finance formula when the named quantities are known.

Variables

Worked example

{
  "inputs": {
    "cost": 320,
    "revenue": 500
  },
  "result": 180
}

Common mistakes

Check units, signs, brackets and that every value is entered in the stated units.