Forum Discussion
rayeverest
Jan 10, 2019Copper Contributor
Combine two Excel columns without losing data
I need a way to combine two Excel columns without losing data. I would like a method which is fast and easy.
rayeverest
Jan 12, 2019Copper Contributor
Any option I find involves loss of data.
Wyn Hopkins
Jan 12, 2019MVP
If you have data in A1 to A10 and B1 to B10 then in C1 type = A1&B1 then copy this formula down.
- rayeverestJan 12, 2019Copper Contributor
How do I copy the file down?
- Wyn HopkinsJan 14, 2019MVPCopy the formula (Ctrl + c) then select the cells where the formula needs to go and Paste (Ctrl + v)
- rayeverestJan 14, 2019Copper Contributor
The column and row identifiers change for each cell, so this copy/paste method will not work.