Hi all,
Im trying to get the number of records under the value of 6 ,
eg. On the report it looks like this
And the code im using is
The resulting answer is 5
, when the correct answer should be 2
Can anyone help?
Thank you
Im trying to get the number of records under the value of 6 ,
eg. On the report it looks like this
Code:
Date Result
1 5.6
2
3 8.2
4 6.6
5 4
6
7 10
Code:
=Count([Result]<6)
Can anyone help?
Thank you