I have a complex spreadsheet which does a lot of computations. There are way too many functions and it is time to try and convert it to an Access Database.
At the center of the spreadsheet application is the use of the COMBINATION function (see below):
1. {=Combinations(A3:A14,4)}
2. A3:A14 ... contain all the possible numbers that would be used
3. The "4" represents how many numbers are within a combination. Example: 1,2,3,4 is one combination, however, 4,3,2,1 is the same set of numbers and should not be repeated.
I have been unable to identify any function within Access that performs this type of calculation.
Let's assume I have a table called tblPlayer and has fields in it called PlayerNo and Status.
1. PlayerNo will contain numbers from 1 to 20
2. Status will contain either "Y" or "N" to reflect if the players are available to play a particular week or not.
Only those players who are available would be included within the calculation to determine the different combination of who could be playing with/against who.
Might anyone have an idea on how to resolve this problem?
Thanks for any ideas you might have.
Don
At the center of the spreadsheet application is the use of the COMBINATION function (see below):
1. {=Combinations(A3:A14,4)}
2. A3:A14 ... contain all the possible numbers that would be used
3. The "4" represents how many numbers are within a combination. Example: 1,2,3,4 is one combination, however, 4,3,2,1 is the same set of numbers and should not be repeated.
I have been unable to identify any function within Access that performs this type of calculation.
Let's assume I have a table called tblPlayer and has fields in it called PlayerNo and Status.
1. PlayerNo will contain numbers from 1 to 20
2. Status will contain either "Y" or "N" to reflect if the players are available to play a particular week or not.
Only those players who are available would be included within the calculation to determine the different combination of who could be playing with/against who.
Might anyone have an idea on how to resolve this problem?
Thanks for any ideas you might have.
Don