Available in Sets.xla, a Microsoft© Excel add-in.
Click "PowerSet",or scroll this page for PowerSet examples.
Click on another function in the browser window to read about it.

In these examples, the contents of each cell in the argument is a simple list.
| A1 | B1 | =PowerSet(A1:B1) |
|---|---|---|
| 1 | 2,3 | {{},{1},{2},{1,2},{3},{1,3},{2,3},{1,2,3}} |
| Cell | Contents |
|---|---|
| A1 | 11 |
| A2 | 12 |
| A3 | 13 |
| =PowerSet(A1:A3) | {{},{11},{12},{11,12},{13},{11,13},{12,13},{11,12,13}} |
In this example, each cell in the argument is treated as a set.
The contents of each cell are treated as elements.
| Example | A1 | B1 | =PowerSet(A1:B1) |
|---|---|---|---|
| 1 | {1,2,3,4,5} | {1,2,3} | {{},{{1,2,3,4,5}},{{1,2,3}},{{1,2,3,4,5},{1,2,3}}} |
Created on ... January 02, 2002