Built in way of taking mean of replicates?
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