The data input and my intended table view are as attached as INOUT image file.
More information for understanding :
Several units of specific ID are put through tests at different temperatures.
The results are indexed and index numbers <50 are considered desirable / passes
If you refer to the attached image file , you can see that i want to create a table which reflects the yield percentage of each passing result type, under each temperatures. Yield is calculated as the(result count / total units tested ) .
I am having trouble displaying an additional column which tells us the cumulative yield for each ID.
The cumulative yield would be calculated as such : ( sum of yield of passing result types for temperature 1 ) * ( sum of yield of passing result types for temperature 2 ) * ( .....
Hi Qing,
I'm not 100% sure about your yield table calculation (I didn't look into it) but this calculation tests the pass result, and discounts it if it is a fail. The output number appeared to match up with your excel SS so I stopped there :)
HTH 18.1 attached
Peter