AQL Formula in Excel - Calculating Sample Size based on an AQL Chart

I

IvorFreyrsson

Hi everyone!

This is my first time posting here. I've gotten a lot of great answers from these forums for my job, and since I cannot find an answer after two hours of searching, I figured it was time to make a profile, and get to asking.

I work in Quality Control, specifically Incoming Inspections. I also handle the management of our calibration system.

With that bit of background (it may help) I am posing a question to the larger body of learned minds.

I'm trying to make a formula that will calculate my sample size based off of an AQL standards chart. Our acceptance # is zero, but that won't play a part in my question.

In Excel, let's say I have six cells - A1:A3 and B1:B3

A1:A3 are only text; "AQL Level" (A1), "# of Samples" (A2) and "# Inspected" (A3)

In the other three cells: I have a drop-down in B1, giving the AQL number.
In B2 would go my total number of parts, i.e 450.
In B3, I'd like to develop a formula that will give me the proper # of parts to inspect, based off cells A1 and A2. I am stumped, as I'm not that great with Excel.

I think I'm in the right forum. If not, would you kindly point my noob self in the right direction?
 

Tim Folkerts

Trusted Information Resource
Re: AQL Formula in Excel

There are a couple possibilities I can think of, depending on whether you want to look up an answer or to calculate an answer.

To l
ook up an answer. you would have to create some sort of lookup table and basically input the key tables from the standards into your spreadsheet. Then have the spreadsheet look up the answer in the table.

Using the actual Z1.4 tables, actually all you have to do is look up your AQL and find the sampling plan with Ac = 0. The lot size will not matter, since you are forcing the table to select Ac = 0.


To calculate an answer, I created a spreadsheet a few years back that helps determine sample sizes for statistically valid sampling plans.
Sampling Spreadsheet to help determine the Sample Size for Sampling Plans

The spreadsheet is a little more involved that you were thinking. It has places to input AQL, RQL, alpha and beta. Then you can adjust the sample size to find acceptable sampling plans. All of these factors play a role in the statistical calculations. (Note that the lot size does NOT matter to these calculations -- there is more about this in the original thread).

You could also change this process around a bit. You could first set the AQL and alpha and adjust the sample size until Ac = 0. Then you would play around with RQL and beta to make the plan work. For example, you might set beta = 0.1 and then see what RQL that corresponds to.
 
N

NumberCruncher

Hi IvorFreyrsson

Assuming you want to look up the values, you will need to provide a bit more information. Quite simply, there are different possibilities for lookup tables depending on what you want to look up. If you have a single table containing your lookup values, this is simple to do.

If you have several different tables, the lookup will be possible, but more involved.

Can you post the spreadsheet that you already have with some skeleton tables? (This is because I am unfamiliar with incoming inspection sampling, and I can't visualise too clearly what you are trying to look up). You don't need to include the actual "number to be inspected" data, as I suspect this would constitute some form of copyright breach. But if you include just the things you are trying to look up, ie "AQL Level" (A1), "# of Samples" (A2), I should be able to help.

NC
 

Statistical Steven

Statistician
Leader
Super Moderator
Hi everyone!

This is my first time posting here. I've gotten a lot of great answers from these forums for my job, and since I cannot find an answer after two hours of searching, I figured it was time to make a profile, and get to asking.

I work in Quality Control, specifically Incoming Inspections. I also handle the management of our calibration system.

With that bit of background (it may help) I am posing a question to the larger body of learned minds.

I'm trying to make a formula that will calculate my sample size based off of an AQL standards chart. Our acceptance # is zero, but that won't play a part in my question.

In Excel, let's say I have six cells - A1:A3 and B1:B3

A1:A3 are only text; "AQL Level" (A1), "# of Samples" (A2) and "# Inspected" (A3)

In the other three cells: I have a drop-down in B1, giving the AQL number.
In B2 would go my total number of parts, i.e 450.
In B3, I'd like to develop a formula that will give me the proper # of parts to inspect, based off cells A1 and A2. I am stumped, as I'm not that great with Excel.

I think I'm in the right forum. If not, would you kindly point my noob self in the right direction?

Two solutions:

1. Write a macro that can calculate the number_sample in the following formula HYPGEOM.DIST(0,number_sample,b1*b2,b2,"True") solving it for 0.95.

2. Write a macro that can calculate the number_sample in the following formula BINOM.DIST(0,trials,b1,TRUE) solving it for 0.95.

Having said that, you should have a calculation for LQ in addition to AQL. use the same formulas but solve for a probability of 0.10 instead of 0.95.

Does that make sense?
 
I

IvorFreyrsson

Wow. Thanks guys!

Tim, Your spreadsheet is much more involved than anything we do here. A good tool, but too much for what we need.

NC, I'm including the spreadsheet, and a PDF of the AQL plan we use here. All we'll ever do is use an AQL of 10.0 for standard inspections, 1.0 for tightened (we find more than one defect) inspections, and will default to 100% beyond that. All I'm trying to do is figure out some way to call up the number of samples based on an input of Lot Size.

If I can be pointed in the right direction of just what formulae to use, I can most likely figure out how it's used, and go from there.
 

Attachments

  • AQL Plan.pdf
    326.4 KB · Views: 3,480
  • Daily inpection -in process2.xlsm
    177.1 KB · Views: 3,464
N

NumberCruncher

Hi Ivor

A bit crude but this is what I think you want. You will need to type in the numbers from the aql table yourself (I'm helpful, but not that helpful!)

NC
 

Attachments

  • lookup sheet.xls
    14 KB · Views: 2,518

Tim Folkerts

Trusted Information Resource
I'm not sure how well you will be able to create a sampling plan based on the criteria you have suggested. You have suggested that you want AQL = 10, and a zero acceptance number (Ac=0). However, as you will find out, these numbers are incompatible with each other in the standards.


I don't have the current Z1.4 handy, but the old MIL-STD 105E should be identical. http://www.everyspec.com/MIL-STD/MIL-STD+(0100+-+0299)/MIL-STD-105E_11675/


For AQL = 10, there is no Ac=0 plan in the standards. The closest they have for AQL = 10 is Ac=1, Re=2 for a sample size of 5! So no matter what the lot size, you would draw 5 samples and reject only if you found 2 defects. According to the standards, you would have to accept lots where the sample had 1 defect out of 5!


There are a couple ways to try to fix this.

1) Drop the Ac=0 requirement. Then you could keep AQL=10, but the sample size would vary from 5 to 125 depending on the lot size. However, the acceptance number would somewhere between 1 and 21!


2) Choose a more stringent AQL, but keep the Ac=0. For example, you could go for AQL = 6.5 with a sample size of 2. Or you could go for AQL = 1 with a sample size of 13. (Note that now the sample size is determined strictly by AQL and lot size will not matter.)
 
N

NumberCruncher

Hi Ivor

Another version. A little simpler from the data entry point of view, you just enter the sample size.

Hopefully it will work. Many of my spreadsheets are created in OpenOffice, then converted to Excel, as was this one.

I would recommend protecting all but the data entry cells.

NC
 

Attachments

  • lookup sheet v2.xls
    7.5 KB · Views: 2,228
I

IvorFreyrsson

NC, Your sheet was very close to what I was looking for. With a little modification, it did the trick.

Thanks, guys! I only hope I can be of as much help to someone else in the future :)
 
Top Bottom