Forum Discussion

Alexander Vrints's avatar
Alexander Vrints
Copper Contributor
Feb 02, 2018

Combine two columns without having duplicate data

Hello,

 

I need to combine columns, but I only want one value per column. 
 -If one column is empty, I want the value of the other in the new column.

-If both columns are different I want one column to have priority, in the example Column A.
-If both columns are the same, I want the value to appear only once.

 

Example

A                                               B                                       ->           A

John.doe@gmail.com    john.doe@hotmail.com                         John.doe@gmail.com

                                       Joe.doe@outlook.com                          joe.doe@outlook.com

jack.doe@hotmail.com  jack.doe@gmail.com                            jack.doe@hotmail.com

 

Who wants to save the day and help me with this?

Cheers.

Resources