C
Charles Deng
I have a table with two variables: Days_Between_Tests and
Gain. I need to calculate the average gain for those
students whose Days_Between_Tests larger than 0. I wrote
the following coding but got Error. Could you tell me what
is wrong with my codings:
=Sum([Gain])/Abs(Sum([Days_Between_Tests]>0))
Thanks a lot!
Charles
Gain. I need to calculate the average gain for those
students whose Days_Between_Tests larger than 0. I wrote
the following coding but got Error. Could you tell me what
is wrong with my codings:
=Sum([Gain])/Abs(Sum([Days_Between_Tests]>0))
Thanks a lot!
Charles