View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Longshot Longshot is offline
external usenet poster
 
Posts: 2
Default Partition + Grouping

On Mar 31, 11:34 pm, "Dana DeLouis" wrote:
I'd like to have a program that calculates all the partitions


Hi. Do you have a size limit in mind?
The reason I ask is that with just 10 items, the number of "SetPartitions"
are 115,975 and exceeds the number of Rows in Excel 2003. The number of
SetPartitions of 12 items jumps to 4,213,597 and exceeds the number of rows
in Excel 2007.

--
Dana DeLouis
Windows XP & Office 2007


Dear Dana,

Thank you for your reply, I am aware of this limitation

In reality, I will merely use four elements.

Thanks again,

Ram.