Thread: Combinations
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Lloyd Don Lloyd is offline
external usenet poster
 
Posts: 28
Default Combinations

Hi,
Any statisticians out there :-)

I have 42 blocks of data, each block containing 6 cells.
Each cell can be either empty or populated.

How many combinations are possible ?

1. All cell blocks are empty.
2. Block 1 has 1 cell populated, all other blocks are empty
..
..
n All cells in all blocks are populated.

Regards,
Don