I am using the following formula to capture all data where the number of days is less than 21 days, this works great . What i would like to do is work out the average so i need to count the values of the numbers captured i.e
=Abs(Sum([mo to com]<=21))
55
14
78
17
66
3
11
21
7
20
12
Number of days less than 21 days = 8 ([mo to com] (being my field).
I need a total of those values but to ignore the ther data greater than 21 days.
Please help.
=Abs(Sum([mo to com]<=21))
55
14
78
17
66
3
11
21
7
20
12
Number of days less than 21 days = 8 ([mo to com] (being my field).
I need a total of those values but to ignore the ther data greater than 21 days.
Please help.
Last edited: