Filter row item by comparing multiple parameters related the item using a script
I have attached example data from which I need to extract the row for which the yield is minimum for a given PartID. I would like to do this using a script.This I need to do for each PartID and then have a table with only the filtered rows (i.e. [PartID], [Parameter] [(min-) Yeild]).Note, I have deliberately put identical yield for part C as I may have similar data and would like to handle such us...