Create the Perfect Control Chart for SPC in Excel - MiniTab not Required

  Рет қаралды 19,963

The Engineering Toolbox Channel

The Engineering Toolbox Channel

Күн бұрын

Пікірлер: 59
@hai-duynguyen8429
@hai-duynguyen8429 2 жыл бұрын
I just wanted to come back to this video and update on my usage of this approach. Ever since I introduced it to my work operations, you wouldn't believe the amount of time shaved off to help visualize day to day activities in a semiconductor Fab. I recently moved to Austin and as part of my interview, I mentioned building out completed control charts for process and this had been instrumental in helping me land a new job. So thank you again.
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 2 жыл бұрын
So happy to hear that! Thank you for sharing.
@KelvinElvidgeUSF
@KelvinElvidgeUSF Жыл бұрын
This is a great tutorial, the only change I would make is I have also added the USL and LSL (Upper and Lower Size Limit) for when your data is a measurement you can not only check your process is in control but your part is in spec as well.
@louarthur7648
@louarthur7648 4 жыл бұрын
This is super! I am doing some work to analyze a web application for transaction performance and your work here has helped me greatly. We test once per minute bringing back a date:timestamp and the #seconds to complete a transaction. I have looked at a number of similar videos and to-date yours is the most explanatory and comprehensive. I have implemented the simple control chart in your first video, working on expanding it today to this more robust version. I do have some questions on its applicability to my data that I'd like to email you about. Thank you.
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 4 жыл бұрын
Awesome. Glad you enjoyed. Definitely feel free to email me at theengineeringtoolbox.com! I’d be happy to discuss further
@joagj1978
@joagj1978 4 жыл бұрын
Thank you very much for this. This is something that I will definately adapt to our purposes.
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 4 жыл бұрын
Awesome! Glad you found it useful
@zorbd2088
@zorbd2088 5 жыл бұрын
Exactly what I'm looking for. Thank you!!
@alhasanalkeddah9031
@alhasanalkeddah9031 3 жыл бұрын
Thank you very much for this. i added some formula to make it more benifit for user
@matresshead
@matresshead 4 жыл бұрын
This is a fantastic tutorial! Thanks for taking the time to make this!
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 4 жыл бұрын
No problem! I wasn’t able to find anything online that showed how to do this so I decided to share. Glad you found it useful!
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 5 жыл бұрын
Let me know what you thought of this one! I know it was long but I have never seen this done anywhere else so I had to share!
@vinayjoshy2071
@vinayjoshy2071 4 жыл бұрын
Great stuff! Could you share the final excel file?
@danielmoser1
@danielmoser1 4 жыл бұрын
Could you share the final excel file?
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 4 жыл бұрын
Sorry, But i don’t not share my files. Everything you need to create it on your own is in this video and the previous one on ImR charts.
@lewnamesoj
@lewnamesoj Жыл бұрын
Hi great explanation i wonder if you could explain something to me. Im trying to apply all what you explained the problem is that as part of a quality plan not all ros have data for some characteristics. How can you solve this issue i mean having rows without data. I think my excel is taking that spaces as a number.
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel Жыл бұрын
Right click the chart, click “select data”, then click hidden and empty cell button. You can adjust setting as needed but believe you might be looking for “connect data points” option to be on.
@VitaliyKolesov
@VitaliyKolesov 4 жыл бұрын
Great tutorial! Excel can do an impressive job when operated by skilled professional! Thank you for this video! Could you maybe provide any good literature references which explain well about how to interpret the SPC Charts and all these OOC signals? Would really appreciate!
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 4 жыл бұрын
DR. Donald J Wheeler is widely consider to be one of the top experts of our time on this topic. www.amazon.com/Understanding-Statistical-Process-Control-Wheeler/dp/0945320698/ref=mp_s_a_1_1?dchild=1&keywords=understand+process+control+wheeler&qid=1601422045&sr=8-1
@martinbldel4120
@martinbldel4120 3 жыл бұрын
Hi. This is fantastic work, and I going to use it for whenever working with trending and control charts. However, with reference to your other videos (which are at least as great as this one), would it be possible to create "buttons" in excel that can 'switch on' the different tests when needed (for example only in the start-up process), without needing to recode the columns?
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 3 жыл бұрын
This is a great idea! I would creat an active x control checkbox for each rule and tie it’s value to a hidden cell for each rule. Then reference that cell in the formula for the various rule columns in the table. So I.e. add an if statement to the existing formula columns like “if(CELL=true, , NA())”. So if the checkbox is checked for a given rule, then show the resulting value for each rule column, otherwise make it NA so that datapoint doesn’t show up in the formatted series of that rule column. Hope this makes sense!!!
@VitaliyKolesov
@VitaliyKolesov 4 жыл бұрын
The "2/3" and "4/5" both give false positive conditional formatting. I have added the extra verification for the last point to actually satisfy the criteria of being one of these "2" or "4", and being on the same side of the mean: =IF(ROW()-ROW(Table1[[#Headers],[2 - 9 IAR Same Side]])+2Sigma]]=1,SUM(OFFSET([@[I>+2Sigma]],-2,0,3))>=2),AND([@[I+1Sigma]],-4,0,5))>=4),AND([@[I
@amitsondhi333
@amitsondhi333 2 жыл бұрын
Can you please help clarify? The original test seems to ensure that they are all on the same side of the mean. E.g., if the test would not result in a positive if two are more than +2Sigma and two are less than -2sigma; in that case both conditionals of the OR statement would return false
@rahulbanerjee1234
@rahulbanerjee1234 5 жыл бұрын
Thanks a lot 😊
@rahulbanerjee1234
@rahulbanerjee1234 5 жыл бұрын
I am having one problem though. Values in one column are getting connected by a straight line. Hence I am getting multiple lines. For example: if the range is like this: Date A B 1-May #NA 1 2 - May 50 #NA 3-May 40 #NA 4-May #NA 45 the 1 and 45 of column B are getting connected by a straight line. Can you please help me out with this? Thanks a lot
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 5 жыл бұрын
@@rahulbanerjee1234 See above ;) Thanks again for watching!
@amitsondhi333
@amitsondhi333 2 жыл бұрын
Hey man, thanks for making this. Would it be OK if I replicate (with a few changes) what you have done here and use that in my project catalog on Upwork to showcase the kind of work I can do? I'll be typing out and creating everything myself by following along with this video so I don't think I'll be stepping on any of your rights but I still wanted to check. Thanks and much respect! - Amit
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 2 жыл бұрын
That is fine with me. I am all for getting these tools out into the world. Thanks for the support and asking!
@amitsondhi333
@amitsondhi333 2 жыл бұрын
@@TheEngineeringToolboxChannel Alright, thanks a lot man. Cheers!
@happyimhealthy
@happyimhealthy Жыл бұрын
Good day to you Engineer. I was able to follow your instructions and I was testing the Chart. Could you please check the formula for rule 4 Oscillation, 14 in a row alternating? I tried it having data increasing and decreasing fourteen or more times. The chart does NOT detect the pattern.
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel Жыл бұрын
You are correct, the 2/3 and 4/5 also need slight tweaks to get this to work. Hopefully this video gets you close enough to fix the shortcomings!
@happyimhealthy
@happyimhealthy Жыл бұрын
@@TheEngineeringToolboxChannel thank you for your reply. I tried and was successful to finally see Rule 4 Oscillation, 14 IAR alternating work. Your solution was really tremendous help for me. I also tweaked the 2/3 >2 Sigma and 4/5 >1 Sigma. Now all the 8 Nelson Rules are working! 🤓🤓🤓 I'm planning to create Power BI Control Chart, and I give the credit to your work on the videos for inspiring me.
@ElIng.bat8652
@ElIng.bat8652 Жыл бұрын
@@happyimhealthy Could you share how you managed to solve it, I would like to have the 8 rules working, correctly
@asmamelhem4035
@asmamelhem4035 2 жыл бұрын
For the 6 data points NELSON RULE 3, if I have the same result repeated for example (105.0) for all results, then the formula will show true although the results are not increasing nor decreasing. can you please help to adjust the formula?
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel Жыл бұрын
Good catch...Hoping i can get time to do a follow up video that shows how to fix this and some of the other bugs with these formulas.
@birddog8083
@birddog8083 5 жыл бұрын
Hey. This is great. Made my own but can't seem to get the 14 alternating rule to work. Just get NA for everything. Tried adding commas to the 010101.... didn't work. Tried removing the "" didn't work. Ensured fields were general and nothing worked. Any advice?
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 5 жыл бұрын
Hey Brent, Hard to say without seeing your project. Can you send me your document and I can take a look? Theengineeringtoolbox@gmail.com
@andrewthares
@andrewthares 4 жыл бұрын
@@TheEngineeringToolboxChannel I am having the same problem as Brent. Were you able to figure out what the problem was? That might help me fix the issue on my end as well.
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 4 жыл бұрын
Andrew Thares did you try both concatenation formulas? Try both “CONCAT()” and “CONCATENATE()”
@joagj1978
@joagj1978 4 жыл бұрын
If you try to go to the "Formula" menu and "Evaluate formula", you should be able to see the result of the CONCATENATE() function and then replicate that.
@joagj1978
@joagj1978 4 жыл бұрын
Hi again. Edit to my previous response. I didn't have Excel available, so I couldn't actually test this out. From what I could find out, the CONCATENATE() function can't combine ranges in that fashion. It needs an array, otherwise it will only return the first value. The CONCAT() function is supposed to be able to do this, but reportedly you'll need an Office 365 subscription to have this function available. I did however find a "solution", using CONCATENATE(), by using multiple offset statements to build the array. It doesn't look pretty but here it is (note the table and header names if copying and pasting): =IF(ROW()-ROW(Table_Data1[[#Headers],[14 IAR Alternating]])
@markenriquez6937
@markenriquez6937 2 жыл бұрын
You mention that this not good data for a control chart... what do you do when your process doesn't provide data good enough to be evaluated for a control chart? Just plot it an use the control chart as a reference as you make improvements until it is good enough?
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 2 жыл бұрын
I probably should have said it differently…. But in short yes you are correct. There really isn’t a dataset out there that CANT be evaluated by a control chart. In my case I was trying to make the point that the dataset I had was clearly indicating a very unstable process. So beyond the control chart telling me I have an unstable process, there wouldn’t be much value in using the control chart for ongoing process control. There would be too much noise and I wouldn’t know what to react to. Ultimately a control chart is meant to tell us when to take action. As you said, the process would have to be improved to a point where it is relatively stable so we are able to identify special cause from normal cause. So if I wanted to monitor the processes control going forward, I would not be able to do so effectively until I understood the sources of special cause, and eliminated enough of the variation to get the process to a state of reasonable control. So There is always value in using control charts to evaluate a process. There first way is to tell if process is in or out of control. If it’s in control, great….Lock control limits and monitor for special cause going forward. If not in control, sources of special cause must be identified and eliminated (or at least identified and understood). Often times, if the process is mostly in control with a few OC points outside the 3sigma limits, you can remove those datapoints from the control limit calc before locking limits. But ONLY if you are able to identify the special cause behind them.
@theolorniehila4343
@theolorniehila4343 3 жыл бұрын
Can I also do this for Xbar -R?
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 3 жыл бұрын
Sure can! kzbin.info/www/bejne/nHOYlp5jgLmLm9U
@theolorniehila4343
@theolorniehila4343 3 жыл бұрын
Thank you!!
@rahulbanerjee1234
@rahulbanerjee1234 5 жыл бұрын
I am having one problem though. Values in one column are getting connected by a straight line. Hence I am getting multiple lines. For example: if the range is like this: Date A B 1-May #NA 1 2 - May 50 #NA 3-May 40 #NA 4-May #NA 45 the 1 and 45 of column B are getting connected by a straight line. Can you please help me out with this? Thanks a lot
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 5 жыл бұрын
Ahh I think i see what you are saying. Id be happy to help over email if you would like, but If i am understanding your problem correctly...I think what you need to do is right click on your chart and then click "Select Data". In the select data form there is a button in the bottom left that says "HIdden and Emptry Cells". Click that and adjust those setting until you get the results you want. I think what you want is "Show empty cells as: Connect data points with Line"? It's just much easier if we are looking at the same document instead of trying to describe things over text so if you would like Id be happy to take a look... theengineeringtoolbox@gmail.com.😄
@nrubale79
@nrubale79 3 жыл бұрын
Can you please share the excel file? Thank you
@TheEngineeringToolboxChannel
@TheEngineeringToolboxChannel 3 жыл бұрын
Sorry, I don’t share the documents. Though I do outline exactly how to create it for yourself 😁
A Must-know Excel Charting Trick!
5:55
The Engineering Toolbox Channel
Рет қаралды 13 М.
How do SPC control charts work?
8:49
The Engineering Toolbox Channel
Рет қаралды 42 М.
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 195 МЛН
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 8 МЛН
Trapped by the Machine, Saved by Kind Strangers! #shorts
00:21
Fabiosa Best Lifehacks
Рет қаралды 39 МЛН
Automated Control Chart in Excel (with built-in Data Simulation)
41:49
The Office Lab
Рет қаралды 185 М.
SPC-1: Statistical Process Control Chart Seelction, and Application Example on Excel
24:30
Institute of Quality and Reliability
Рет қаралды 4,2 М.
I-MR Control Chart: Detailed illustration with Practical Example
7:04
LEARN & APPLY : Lean and Six Sigma
Рет қаралды 43 М.
Making a Control Chart in Excel (with dynamic control lines!)
11:03
David McLachlan
Рет қаралды 77 М.
Preparing control charts, computing Cp and Cpk
17:53
Alberto Marquez
Рет қаралды 10 М.
IMR Chart in Excel
15:52
Satyam Virnave
Рет қаралды 4,5 М.
Unlock the Power of ImR (XmR) Control Charts - SPC with Excel
8:59
The Engineering Toolbox Channel
Рет қаралды 25 М.
SPC Control Charting Rules
11:20
The Engineering Toolbox Channel
Рет қаралды 44 М.
The 7 Quality Control (QC) Tools Explained with an Example!
16:04
CQE Academy
Рет қаралды 682 М.
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 195 МЛН