I need an array function that works much like the column grouping function of a pivot table.
For example: Referencing the list of items below...
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Mary[/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[/TR]
[TR]
[TD]John[/TD]
[/TR]
[TR]
[TD]John[/TD]
[/TR]
[TR]
[TD]John[/TD]
[/TR]
</tbody>[/TABLE]
...is there an array formula that would return the three distinct items ("Bob", "Mary", "John") from the list? The resulting array would be three cells long, one cell for each distinct item (example below)
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Mary[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[/TR]
[TR]
[TD]John[/TD]
[/TR]
</tbody>[/TABLE]
For example: Referencing the list of items below...
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Mary[/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[/TR]
[TR]
[TD]John[/TD]
[/TR]
[TR]
[TD]John[/TD]
[/TR]
[TR]
[TD]John[/TD]
[/TR]
</tbody>[/TABLE]
...is there an array formula that would return the three distinct items ("Bob", "Mary", "John") from the list? The resulting array would be three cells long, one cell for each distinct item (example below)
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Mary[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[/TR]
[TR]
[TD]John[/TD]
[/TR]
</tbody>[/TABLE]