Conversion rate

CR=fracCVtimes100CR=\\frac{C}{V}\\times100

What it does

Calculates conversion rate from the supplied values.

When to use it

Use this business formula when the named quantities are known.

Variables

Worked example

{
  "inputs": {
    "visitors": 300,
    "conversions": 15
  },
  "result": 5
}

Common mistakes

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