Using a Combination of CONTAINS and GREATERTHAN, I think I can get close by adding some extra columns, that should let me define which cards are available for selection:
Odds GREATERTHAN #
Card CONTAINS #
I haven't tested this yet, but my guess is it might work.
Foil | Rarity | Num | Odds | Card |
0 | C | 1 | 54 | 1267 |
0 | U | 2 | 86 | 346 |
1 | U | 2 | 90 | 346 |
0 | R | 3 | 88 | 345 |
1 | R | 3 | 92 | 345 |
0 | Sr | 4 | 94 | 5 |
1 | Sr | 4 | 96 | 5 |
Odds GREATERTHAN #
Card CONTAINS #
I haven't tested this yet, but my guess is it might work.