A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Yes - just use a column of formulas like
=A2 & ", " & B2
or
=B2 & ", " & A2
Then copy those formulas, paste values over the formulas, and remove the un-joined columns.