Hi,
I wish to check whether a string in one column is present in another column. I've got a field titled "Home Matrix Organization Code" which I wish to check if the value exists in a separate column titled "Employee ID". If the value is present, I'd like to keep that value there and if it's not I'd like it to return null or empty.
I've attached dummy data in the attached file and the expected output in the adjacent columns
Thanks