How to combine two columns info and remove redundant info?
Hi I want to get some advice of combining columns. Here I have column 1 and 2 and these two columns are actually containing the same info of interest. I want to combine them together and remove repeat info. Original table: Column1 Column2 1 1 2 3 3 Final table: Column1 2 3 Thank you!