Combining Columns with Character Values
I have been look for a way to combine (or create) a new column that combbine the contents of 2 columns together. I have a columns "Y" and "Column 1". I want the output to say "Y (Column 1)" Example Y = "Kurtosis" and Column 1 = "Wheel Based Vehicle Speed" end result "Kurtosis (Wheel Based Vehicle Speed)" I will also need to be able to delete the columns "Y" and "Column 1" afterwards but st...