G
green fox
I have different groups of options from which a candidate may choose
2, 3 or 4 option. If these choose group A they may choose any two
options from a list, say 2100, 2200, 2300, 2500. I know that there are
six permutations, but is there a function I can use to detail those?
i.e.,
selecting group A will create a box (an array?) something like this:
A 2100 2200
A 2100, 2300
A 2100, 2500
A 2200, 2300
A 2200, 2500
A 2300, 2500
these numbers are text, not actual numbers. I'll keep scratching around
-- maybe it is some sort of array thing -- any leads you can give me
will be appreciated.
andy
2, 3 or 4 option. If these choose group A they may choose any two
options from a list, say 2100, 2200, 2300, 2500. I know that there are
six permutations, but is there a function I can use to detail those?
i.e.,
selecting group A will create a box (an array?) something like this:
A 2100 2200
A 2100, 2300
A 2100, 2500
A 2200, 2300
A 2200, 2500
A 2300, 2500
these numbers are text, not actual numbers. I'll keep scratching around
-- maybe it is some sort of array thing -- any leads you can give me
will be appreciated.
andy