permutations of text groups?
Tech-Archive recommends: Fix windows errors by optimizing your registry
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
.
Relevant Pages
- Re: Multiple Condition Sumif Formula
... Andy. ... > revenue column. ... > & I've tried to enter the formula as an array by doing ... Prev by Date: ... (microsoft.public.excel.worksheet.functions) - uploading multiple files
... I have an asp.net form with multiple elements on it. ... when the form is posted, I get an array of files, but how do can I figure ... Andy ... Prev by Date: ... (microsoft.public.dotnet.framework.aspnet) - Re: Modifying Array inside While statement
... > Andy wrote: ... >>I have a perl script that takes an array and processes the arguments ... Prev by Date: ... (comp.lang.perl.misc) - Re: Looking for speed performance to draw line.
... each item in an array, that being the next and/or previous indexes. ... and it's next pointer to the previous item's original next pointer. ... Next -1, Prev 0 ... shapes up into shape classes that implemented the required commands ... (microsoft.public.vb.winapi.graphics) - Re: decimal to binary
... word is broadcast to match the shift count array. ... I wrote the 010 and 005 web pages, and Andy, ... while Dave chose to drop spelling class and become ... (comp.lang.fortran) |
|