How to Calculate Sigma Level in Excel (2 Suitable Ways)

What Is the Sigma Level?

The Sigma level is a parameter to indicate the number of defects in 1 million opportunities. The sigma level indicates that if any industry produces 1 million products, how many defective products would be there. There are 6 sigma levels in the definition. Each one of them indicates different ranges of defects per million opportunities.

  • Sigma level 1: 697,672 defects in 1 million opportunities.
  • Sigma level 2: 308,770 defects in 1 million opportunities.
  • Sigma level 3: 66,811 defects in 1 million opportunities.
  • Sigma level 4: 6,210 defects in 1 million opportunities.
  • Sigma level 5: 233 defects in 1 million opportunities.
  • Sigma level 6: 3.4 defects in 1 million opportunities.

6 Sigma Calculation Formulas in Excel

We need the following values to find the sigma level.

  • Unit (U): This is the number of products taken into consideration for inspection.
  • Opportunity (O): This is the number of flaws possible in one unit.
  • Defect (D): This is the number of products that contain any number of flaws.
  • Defects per Unit (DPU): This is the ratio between the total number of defects and the total number of units.
DPU = ( D / U)
  • Defects per Opportunity (DPO): This is the average number of products per opportunity.
DPO = [D / (U*O)]
  • Defects per Million Opportunities (DPMO): This is the ratio of the number of defects in one million opportunities.
DPMO = (DPO * 1,000,000)
  • Rolled Throughout Yield (RTY): This is the percentage of products that is free of defects.
RTY % = (1-DPO)*100
  • Sigma Level: The most basic formula to calculate the Sigma Level in Excel is as follows:
Sigma Level = -NORMSINV(DPO)+1.5

Read More: How to Do 6 Sigma Calculation in Excel 


How to Calculate the Sigma Level in Excel: 2 Suitable Ways

Method 1 – Calculate the Sigma Level for Discrete Data

We need the inputs of the Number of Units, Defects, and Number of Defect Opportunities per Unit. We have these inputs in cells C5:C7.

We need to calculate the sigma level of this industry’s production scenario.

Sample Dataset to Calculate Sigma Level in Excel

Steps:

  • Click on cell C8 and insert the following formula to calculate the Defects per Unit (DPU).
=C6/C5

Calculating Defects per Unit

  • Click on cell C9, insert the formula below, and press the Enter key.
=C6/(C5*C7)

Calculating DPO to Calculate the Sigma Level

  • Click on cell C10 and insert the following formula to get the Defects per Million opportunities (DPMO).
=C9*1000000

Calculating DPMO to Calculate the Sigma Level

  • Click on cell C11 and insert the formula below.
=(1-C9)*100
  • Press the Enter key.

Calculating the Rolled Throughout Yield

  • To calculate the sigma level, click on cell C11 and insert the following formula.
=-NORMSINV(C9)+1.5

Calculated Sigma Level in Excel


Method 2 – Calculate the Sigma Level for Continuous Data

We will need the Lower specification Limit (LSL), Upper Specification Limit (USL), Mean (M), and Standard Deviation (STD) and the CPU, CPL, CPK values from the inputs. We have this data for the production in cells C5:C8.

Sample Dataset to Calculate Sigma Level of Continuous Data

Steps:

  • Click on cell C9 and insert the following formula to calculate the CPU value.
=(C6-C7)/(3*C8)

Calculating the CPU Level

  • To calculate the CPL value, click on cell C10 and insert the formula below.
=(C7-C5)/(3*C8)

Calculating the CPL Value

  • Click on cell C11 and insert the formula below.
=MIN(C9:C10)

Calculating the CPK Value to Calculate Sigma Level

  • Click on cell C12 and insert the formula below to calculate the sigma level.
=3*C11

Calculated the Sigma Level in Excel

The sigma value for this production will be calculated as well.

Note:

You can also calculate the sigma level if you are given only one specification limit instead of both upper and lower. In that case, the given specification value’s CP will be the CPK value.


Download the Practice Workbook


Related Article


<< Go Back to Calculate Sigma in ExcelExcel for Statistics | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Tanjim Reza
Tanjim Reza

Md. Tanjim Reza Tanim, a BUET graduate in Naval Architecture & Marine Engineering, contributed over one and a half years to the ExcelDemy project. As an Excel & VBA Content Developer, he authored 100+ articles and, as Team Leader, reviewed 150+ articles. Tanim, leading research, ensures top-notch content on MS Excel features, formulas, solutions, tips, and tricks. His expertise spans Microsoft Office Suites, Automating Finance Templates, VBA, Python, and Developing Excel Applications, showcasing a multifaceted commitment to the... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo