Excel cell data merge data

Today resolve how to merge two cells of data into one cell, and to consolidate data center add character problem, use the CONCATENATE function.

CONCATENATE Function Description:

CONCATENATE function can be up to 255 text strings into a text string = CONCATENATE (A1, "", B1), in this example the second parameter ( "") is a space character. You must want to show any spaces or punctuation marks in the results for the specified parameters enclosed in double quotation marks.

1. The data in FIG excle e.g.

4889099-3d4f9c14681d1b20.png
image.png

2. In the column D input = CONCATENATE (A1, B1, C1) data columns, enter on

4889099-1b4becc7290ea037.png

4889099-8e1409490eff8f95.png
image.png

The combined data is added in the middle of "/"

4889099-518bdc1329bbc165.png
image.png

4889099-fc1bb4f820850a64.png
image.png

Reproduced in: https: //www.jianshu.com/p/393eb7c1ba91

Guess you like

Origin blog.csdn.net/weixin_33893473/article/details/91323148