• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Unique Names across multiple Columns

Hello All

I am trying to create COLUMN D based on inputs from COLUMN A, C and D with Unique names.

When I use the formula from 1 column, it works.

However, when I extend to multiple columns, it does not get me the unique names.

Thank you in advance
 

Attachments

Since the boys are having fun, here is another one using trimrange notation:

Code:
=DROP(SORT(UNIQUE(VSTACK(DROP(A:.A,1),DROP(C:.C,1),DROP(D:.D,1)))),-1)

1762622532079.png
 
Back
Top