Hi,
I am looking to create a new string variable that combines names from two different columns (also strings). This is what it looks like.
Basically, I want to know how I can create the combined name list by using the names from HH_Head1 and HH_Head2.
Thanks so much in advance for your help!
Best, Claudia
I am looking to create a new string variable that combines names from two different columns (also strings). This is what it looks like.
HH_Head1 | HH_Head2 | New Variable (combined name list) |
Anna | . | Anna |
John | . | John |
. | Henry | Henry |
. | Paul | Paul |
Sam | . | Sam |
. | Lucy | Lucy |
Basically, I want to know how I can create the combined name list by using the names from HH_Head1 and HH_Head2.
Thanks so much in advance for your help!
Best, Claudia
Comment