Hi there,
I have a dataset (D1) with the following three columns:
ID
Forename
Surname
I'd like to create a new dataset (D2) using D1 which will contain the following columns:
ID
Name
I would like the Name column in D2 to be created by merging the Forename and Surname columns in D1, and I would like a dash (-) between the forename and surname, for example:
D1
ID /Forename / Surname
--------------------------
1 / John / Smith
2 / Anna / Jones
D2
ID / Name
-------------
1 / John - Smith
2 / Anna - Jones
Would any one be able to help me with this?
Many thanks,
Katie.
I have a dataset (D1) with the following three columns:
ID
Forename
Surname
I'd like to create a new dataset (D2) using D1 which will contain the following columns:
ID
Name
I would like the Name column in D2 to be created by merging the Forename and Surname columns in D1, and I would like a dash (-) between the forename and surname, for example:
D1
ID /Forename / Surname
--------------------------
1 / John / Smith
2 / Anna / Jones
D2
ID / Name
-------------
1 / John - Smith
2 / Anna - Jones
Would any one be able to help me with this?
Many thanks,
Katie.