View Single Post
  #4   Report Post  
Bruno Campanini
 
Posts: n/a
Default Getting Excel to Calculate All Combinations of a Set of Data?

"marello" wrote in
message ...

Thanks for the pointer but I didnt manage to find much on permutations.
What I did find implied that a permutation function just calculates how
many different combinations there can be of a set of numbers. I want to
actually be able to calculate each combination. I'd be very grateful
for an explanation!

thanks


Are you talking of Permutations or Combinations?
They are two different things!

Do you want a definition and a formula to calculate
how many Perms/Combs are available given
n objects
OR
do you want some code to write all Perms/Combs
from n objects?

Bruno