I have a data table with columns:
Sample Target Measurement
Is there a built in way I can take the mean of Measurement for rows where the combination (Sample, Name) is the same in multiple rows?
Without using 2 nested for loops.
Thank you
Go to Solution
See Tabulate, Summary, Summarize and Col Mean()
View solution in original post