Forum Discussion

Anya_T's avatar
Anya_T
Frequent Visitor
5 years ago
Solved

Column Condition

Hi,

 

I have data in two column. I want to compare them and make a new column as per condition. Please find below the data of 2 column

 

User IDClassifier
aa
bnull
cc
df
enull

my expected output is

expected Column result
a
b
c
null
e

 

condition are if values of User ID is equal to Classifier column(same or null) should print value of User ID in expected Column result else they should be null.

2 Replies