SteveS2 |
Posted - 02/26/2007 : 10:14:14 AM Origin 7.5 SR6 Window XP SP2
I have test data that I looking to analysis. The data is grid that has 12 thermocouples. I want to find the max, min and average values for each row.
I am using the Set Column Function to create the functions Max(Col(B),Col(C),Col(D),Col(E),Col(F),Col(G),Col(H),Col(I),Col(J),Col(K),Col(L),Col(M)) This function works
Min(Col(B),Col(C),Col(D),Col(E),Col(F),Col(G),Col(H),Col(I),Col(J),Col(K),Col(L),Col(M)) This function works
Avg(Col(B),Col(C),Col(D),Col(E),Col(F),Col(G),Col(H),Col(I),Col(J),Col(K),Col(L),Col(M)) This function does not work
Is there a function that will average column values for each row? I can alway add the columns and divide by 12, I am just looking for a average function.
|