|
Excel: Put each list in two separate columns (A, B), then in column C use the formula
=concatenate(A1,B1)
Copy/paste the formula all the way down and you're done. (you can then copy/paste into notepad without the spaces).
---
OR
---
Notepad: if you copy/paste the two columns and end up with the spaces, like you mentioned, simple find & replace all instances of " " with "" and the spaces are gone.
---
People are making this way too difficult.
|