Referencing Columns from other tables in a formula (Calculating Yield)
Hello, I would like to calculate row data by referencing columns/data found in another table. I am trying to calculate Yield in Table #2 by pulling data from Table #1 without joining the tables. Is there a way to do this? Here is what I have so far... Table #1 = WaferRgDtTable #2 = dt1 : I am trying to populate this with data that is calculated from Table #1 For( j = 1, j <= N Rows( dtWaferIDLis...
atlas100