using percentages in an if statement
Is there a way I can incorporate the percentage of values that meet a
critiera into an If statement. For instance, say I've got
1
2
3
4
5
6
7
8
9
10
Is there any way that I can return TRUE if 90% of the values are larger than
1, but FALSE if less than 90% are greater than 1?
|