How is it possible to capture a list of numbers wher met by a ceratin criteria i.e.
List of numbers
7
9
5
6
1
6
1
How can i count/show the number of times a number is greater than 4 in this case we have 5. And is possible to add up those numbers?
List of numbers
7
9
5
6
1
6
1
How can i count/show the number of times a number is greater than 4 in this case we have 5. And is possible to add up those numbers?