Combine columns without losing data in Excel

You can Merge and combine columns without losing data in Excel using the following two methods: Let us see both these methods in detail.

1] Using Operator

You can merge and combine columns without losing data in Excel using an operator. The syntax for the same would be: While using this formula, please make sure that the first cells with the text for each column are in the same row. Also, in case any cell is blank in any of the cells in the columns, it would be skipped while merging. Eg. Assume that you need to merge 3 columns of text. The columns are column A, B, and C. In all the three columns, the first row with the text is row 3 (it is important for the first texts in each column to be in the same row). Also, let us assume the texts in the columns are till row 7. Then the formula for merging will be:

Enter this formula in row 3 of the column in which you need the merged text. Eg, if you need the merged text in column E, place the formula in cell E3. Hit Enter to get the merged text of cells A3, B3, and C3 in cell E3. Click anywhere outside cell E3 and then back on cell E3 to highlight the Fill option. Then drag the formula across the column to cell E7. This will help in displaying the merged text of all the columns in column E. However, the issue is that the merged text would have no spaces between the initial texts. If you wish to add spaces, modify the formula, and make it as follows:

Enter this formula in cell E3 and use the Fill option to extend it across the column.

2] Using the CONCATENATE formula

For using the CONCATENATE formula for this issue, the syntax would be: Eg. In the above-mentioned example, the formula would become =CONCATENATE(A3:C3)

In this case, A3:C3 would represent the range of the columns. The CONCATENATE formula is especially helpful when you need to would with a large number of columns, and mentioning them individually is not possible. Hope this helped.

How to combine columns without losing data in Excel - 67How to combine columns without losing data in Excel - 71How to combine columns without losing data in Excel - 55