Forum Discussion
Frank145
Dec 13, 2022Brass Contributor
Using UNIQUE function to remove duplicate values
How can I automate the process of removing duplicate values from data that is derived from another table in a workbook? Sample Data: Taking column, A, which lists multiples of the same entrie...
Patrick2788
Dec 13, 2022Silver Contributor
A dynamic array can't be placed in a table. Tables are scalar-based, 1 formula, 1 cell, 1 result. A table's natural ability to autofill formulas down a column clashes with a dynamic array's ability to spill results.