roberthalljr
 Member
Posts: 13
Joined: 3/4/2007
User Profile |
Here are two formulas that seem to work if I understand your criteria:
For stock price: SUM(-(C > 5),250) = 250
For Volume: SUM(-(V > 1000000),50) = 50
Not unexpectedly, both formulas return quite a large number of stocks so you might want to pare them down in the "Sort Value" section. Hope this helps.
|