Calculating Yield using Tabulate
Hi all, I'm currently trying to write a script that will automatically calculate yields of tests across temperatures. I've replaced all "Pass" with 1's and "Fail" with a 0 throughout the table then calculated the sum. Below is my current Tabulate window and the code for this. My goal is to have a third column for each temperature with the yield which is = ((Sum at Temp)/(N at Temp)) x 100. I'm ha...