Available in Sets.xla, a Microsoft© Excel add-in.
Click "DisjointUnion",or scroll this page for DisjointUnion examples.
Click on another function in the browser window to read about it.
In these examples, function outputs are colored red.
A3 = DisjointUnion(A1:A2)
| A | |
| 1 | 1,2,3 |
| 2 | 3,4,5 |
| 3 | {(1,1),(2,1),(3,1),(3,2),(4,2),(5,2)} |
Disjoint Union behaves basically the same way that Union behaves.
The only difference is that it marks each element at the shallowest
level of nesting so that it is discernible which set it came from.
Created on ... Jaunary 02, 2002