Forum Discussion
alvaro037
Oct 19, 2022Copper Contributor
Selecting Data with Minimum Standard Deviation
Hi everyone, I'm working on a project but the data collected is more than needed, so I need to choose data with the minimum deviation or least error. Example : Thickness of material A with 10x ...
- Oct 19, 2022
In the attached version, I have implemented my VBA algorithm (with StDev_P instead of StDev_S) as a custom function. It is used in an array formula confirmed with Ctrl+Shift+Enter to return the selected values.
JKPieterse
Oct 19, 2022Silver Contributor
Can you attach a sample file with some of your data (anonymized)?