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.
JWR1138
Jan 10, 2019Iron Contributor
What do you mean by combine? Text or numbers? What are you looking for the result to be?
rayeverest
Jan 12, 2019Copper Contributor
Any option I find involves loss of data.
- Wyn HopkinsJan 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)