Formula for scoring defect counts
I need a little help with a formula In this scenario I have a column of counts, the number of things included in a lot. In a second column I have the count of defects. In another table I have the number of allowed defects for a range of parts in the lot. for example: parts, allowed defects 1-10, 1 11-20, 2 21-30, 3 31-40, 4 Using JSL, this is pretty easy. I can just make the max parts colu...