I think this should be an easy fix but am not sure how to accomplish it.
I have 2 columns populated with data, "a" and "b". I want to take the contents of column "b" and append it to the end of the contents in column "a".
Example
"a" "b"
abc 123
Should become
abc123 123
The catch is I want to be able to do this without have to add a new column into my spreadsheet. Can't you do something like abc + "B1" or abc & "B1"?
THANKS!!!
I have 2 columns populated with data, "a" and "b". I want to take the contents of column "b" and append it to the end of the contents in column "a".
Example
"a" "b"
abc 123
Should become
abc123 123
The catch is I want to be able to do this without have to add a new column into my spreadsheet. Can't you do something like abc + "B1" or abc & "B1"?
THANKS!!!
Last edited: