[Function Series Based] Average only for columns?
Hello,
I am designing a form and would like to implement a text box with an average.
I would like it to calculate the average of the value of different fields. But the average function seems to work only with one expression
.
Example:
01/2000|02/2000|03/2000|
F1| 10| 32| 18| = (10+32+18)/3 = 20 this is the number I want
F2| 60|
= (60+10)/2=35 this is the number I do not want
How do you do this?
I tried to input this:
= Avg (Between [01/2000] And [03/2000]) But it does not work...
Thanks!
Hello,
I am designing a form and would like to implement a text box with an average.
I would like it to calculate the average of the value of different fields. But the average function seems to work only with one expression
Example:
01/2000|02/2000|03/2000|
F1| 10| 32| 18| = (10+32+18)/3 = 20 this is the number I want
F2| 60|
= (60+10)/2=35 this is the number I do not want
How do you do this?
I tried to input this:
= Avg (Between [01/2000] And [03/2000]) But it does not work...
Thanks!
Last edited: