Forum Discussion

Swengineer's avatar
Swengineer
Copper Contributor
Oct 07, 2020

How to combine columns into a single one

Hello

 

I want to use the new "Unique" function on multiple columns and get the list of unique values in a single column, is there a way to do that using the new dynamic arrays?

 

Thanks!

 

Edit: Added example file. 

There are 2 lists, list A and list B. My goal is to create another list which consists of the unique values of list A and list B. In the example file I achieved this by simply using the Unique function for list A and list B seperatly in column E and then use the unique function again for the range in column E in column G.

The problem is that this method breaks if I increase the number of unique items in list A, as the cell for the dynamic array is already occupied.

 

So my question is there a way to do this with the new dynamic arrays that is not dependant on the number of entries and unique items?

Resources