I am currently working through middle size data sets, around 1000 recordings, and want to be able to work through them quicker. My main problem is that if I have a column marked "test" with results from the tests in a different column marked "results" with the values, is there a shortcut to lets say find the average of all the "results" to test-X in the "test" column.
Something like =Avg[test==test-X(results)] would be my guess if I were to convert code to excel.
Something like =Avg[test==test-X(results)] would be my guess if I were to convert code to excel.