Process Monitoring Log

dandy

New Member
Joined
Apr 3, 2017
Messages
22
I have a continuous data entry log (example below) and i want a formula at the top to indicate whether data needs to be logged or not based on the values entered below. There has to be at least 25 data points collected.

I want to make it so that it says something like this in a formula.

1. There has to be at least 25 data points in the column (if not true, say "100% Inspection Required")
2. The data points have to be under the nominal value (<.004) (if not true, say "100% Inspection Required")
3. As soon as there is a data point GREATER than .004, i basically want to restart the count so that we have to get at least 25 more points in a row that are under .004 before it allows you to not inspect 100%.

Is this even possible?



Nominal Value: .004

[TABLE="class: grid, width: 237"]
<tbody>[TR]
[TD]Job #[/TD]
[TD]Measured Value[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]FORMULA
[/TD]
[/TR]
[TR]
[TD]M513200-1[/TD]
[TD]0.0030[/TD]
[/TR]
[TR]
[TD]M513200-2[/TD]
[TD]0.0020[/TD]
[/TR]
[TR]
[TD]M513200-3[/TD]
[TD]0.0030[/TD]
[/TR]
[TR]
[TD]M513200-4[/TD]
[TD]0.0039[/TD]
[/TR]
[TR]
[TD]M513200-5[/TD]
[TD]0.0027[/TD]
[/TR]
[TR]
[TD]M513200-6[/TD]
[TD]0.0030[/TD]
[/TR]
[TR]
[TD]M513200-7[/TD]
[TD]0.0021[/TD]
[/TR]
[TR]
[TD]M513200-8[/TD]
[TD]0.0005[/TD]
[/TR]
[TR]
[TD]M513200-9[/TD]
[TD]0.0008[/TD]
[/TR]
[TR]
[TD]M513200-10[/TD]
[TD]0.0019[/TD]
[/TR]
[TR]
[TD]M513500-1[/TD]
[TD]0.0023[/TD]
[/TR]
[TR]
[TD]M513500-2[/TD]
[TD]0.0004[/TD]
[/TR]
[TR]
[TD]M513500-3[/TD]
[TD]0.0004[/TD]
[/TR]
[TR]
[TD]M513500-4[/TD]
[TD]0.0020[/TD]
[/TR]
[TR]
[TD]M513500-5[/TD]
[TD]0.0024[/TD]
[/TR]
[TR]
[TD]M513500-6[/TD]
[TD]0.0031[/TD]
[/TR]
[TR]
[TD]M513500-7[/TD]
[TD]0.0019[/TD]
[/TR]
[TR]
[TD]M513500-8[/TD]
[TD]0.0025[/TD]
[/TR]
[TR]
[TD]M513500-9[/TD]
[TD]0.0002[/TD]
[/TR]
[TR]
[TD]M513500-10[/TD]
[TD]0.0004[/TD]
[/TR]
[TR]
[TD]M513500-11[/TD]
[TD]0.0017[/TD]
[/TR]
[TR]
[TD]M513500-12[/TD]
[TD]0.0021[/TD]
[/TR]
[TR]
[TD]M513500-13[/TD]
[TD]0.0003[/TD]
[/TR]
[TR]
[TD]M513500-14[/TD]
[TD]0.0003[/TD]
[/TR]
[TR]
[TD]M513500-15[/TD]
[TD]0.0003[/TD]
[/TR]
[TR]
[TD]M513500-16[/TD]
[TD]0.0002[/TD]
[/TR]
[TR]
[TD]M513500-17[/TD]
[TD]0.0030[/TD]
[/TR]
[TR]
[TD]M513500-18[/TD]
[TD]0.0020[/TD]
[/TR]
[TR]
[TD]M513500-19[/TD]
[TD]0.0030[/TD]
[/TR]
[TR]
[TD]M513500-20[/TD]
[TD]0.0039[/TD]
[/TR]
[TR]
[TD]M513500-21[/TD]
[TD]0.0027[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

Forum statistics

Threads
1,223,893
Messages
6,175,244
Members
452,622
Latest member
Laura_PinksBTHFT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top