Hi QM experts,
Is there anyway to get index of calculated characteristic result?
Example:
MIC | Description | Sample | Index | Value |
---|---|---|---|---|
A | Body hook | 3 | 1 | 2.02 |
2 | 2.10 | |||
3 | 2.21 | |||
B | Cover hook | 3 | 1 | 1.95 |
2 | 1.86 | |||
3 | 1.95 | |||
C | Calculate (A+B) | 3 | 1 | 3.97 |
2 | 3.96 <-- minimum | |||
3 | 4.16 | |||
D | Index if minimum of C | 1 | 1 | 2 |
I want to know which index of MIC-C that give the minimum result to use for final calculation, which I have to do A+B from correct index (2.10+1.86)
Thank you,
Prang