list question
I have a simple list: 1, 3, 6, 7, 11, 13, 16, 21
I want to count the list where the numbers are greater than 8. So my end result for this list should be "4" (11, 13, 16, 21).
I've read through all the list functions and nothing seems to fit. How do I evaluate the items in a list to see fi they greater than 8 then count only those items?
Thanks
