Available in Sets.xla, a Microsoft© Excel add-in.
Click "MakeList",or scroll this page for MakeList examples.
Click on another function in the browser window to read about it.
A simple list is made of one or more items without brackets.
(No "{" or "}" are allowed in a simple list.)
Items in a list are separated by other items by a ",".
| Cell Contains | Simple List? |
|---|---|
| 1 | Yes |
| 1,2,a,b | Yes |
| {1,2,a,b} | No |
| A1 | B1 | MakeList(A1:B1) |
|---|---|---|
| 1,2,3,4,5 | 1,2,3 | 1,2,3,4,5,1,2,3 |
| Cell | Contents |
|---|---|
| A1 | 1,2,3,4,5 |
| A2 | 1,2,3 |
| A3 | 4 |
| =MakeList(A1:A3) | 1,2,3,4,5,1,2,3,4 |
| Cell | Contents |
|---|---|
| A1 | 1,2,3,4,5 |
| A2 | 1,2,3 |
| A3 | 4 |
| =MakeList(WVName) | {1,2,3,5} |
| =MakeList(A1,A3) | #VALUE! |
If the cells are referenced directly, a #VALUE results.
Created on ... December 27, 2001