View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JP[_4_] JP[_4_] is offline
external usenet poster
 
Posts: 897
Default Generate powerset in Excel?

I did a search for "vba powerset" and this was the first hit:

http://www.tushar-mehta.com/excel/tips/powerset.html

--JP

On Oct 26, 11:30*am, Greg Lovern wrote:
Is there a quick way to generate a powerset in Excel?

A powerset is the set of all possible combinations of the items in a
set. For example, given the set a, b, and c, the powerset is:

a
b
c
ab
ac
bc
abc

-- snip --