Is there a way to combine three columns into one completely new (fourth) column using concatenation wherein the results would look like this...?
Size, (Column_1_value); Color, (Column_2_value); Dimension, (Column_3_value)
The fourth column would simply be a combination of columns 1,2 and 3, along with the words "Size," "Color," and "Dimension".
Thanks so much!
Size, (Column_1_value); Color, (Column_2_value); Dimension, (Column_3_value)
The fourth column would simply be a combination of columns 1,2 and 3, along with the words "Size," "Color," and "Dimension".
Thanks so much!