Market share

MS=fracSMtimes100MS=\\frac{S}{M}\\times100

What it does

Calculates market share from the supplied values.

When to use it

Use this business formula when the named quantities are known.

Variables

Worked example

{
  "inputs": {
    "sales": 250,
    "marketSales": 1000
  },
  "result": 25
}

Common mistakes

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