Excel turns a column of data into a row and separates them with commas

Updated on technology 2024-04-11
14 answers
  1. Anonymous users2024-02-07

    Optionally select an empty cell, then it =textjoin(",",1,a2:a6), where a2:a6 is replaced by the column you want to merge.

    If you want to merge the columns, it is a1, a2, a3 ....a10, then empty cell =textjoin(",",1,a1:a10)

  2. Anonymous users2024-02-06

    It's easy to do with programming, assuming there are n rows, the data is in the first column, and the result is saved in A2.

    private sub calc()

    dim s as string ,i as integer,n as integer

    for i=1 to n

    if i=1 then s=cells(i,1)s=s & "," & cells(i,1)next i

    cells(1,2)=s

    end sub

  3. Anonymous users2024-02-05

    Copy into Word and paste directly.

    Select all. On the menu bar, follow the following steps:

    - Convert - Convert to text - OK.

    And then. ctrl + h

    Find content and select the special character below – paragraph markers.

    Replace with a comma in . ok

  4. Anonymous users2024-02-04

    1. Copy your data.

    2. Enter word, paste selectively, and paste as unformatted text.

    3. Find p to replace with'

  5. Anonymous users2024-02-03

    Copy Paste Special, Transpose OK.

    The original cell is still a cell after transposing, should it be separated by a comma?

  6. Anonymous users2024-02-02

    The first inspection and replanting method: b1 = a1 & land skin","a2&",a3&"Another way is to save as CSV format, first use the transpose function to transpose the column content into rows, copy, paste selective-> transpose:

    Delete the column content and save the file as a csv.

    Open this CSV file with Windows' built-in notepad, and you will see that all the contents are separated by commas.

    Copying these contents into the required cells in Excel is a good idea, but of course, this method is only suitable for changing everything to one cell. If you are needing a1:a5 to synthesize one, a6:

    A10 to synthesize one. This is not the right way. There are only two ways to do this, and you need to use it according to the situation.

  7. Anonymous users2024-02-01

    The first parameter is the type Zheng Nai Cong slag segmentation symbol, the second parameter true indicates that Bu Chun ignores the null value, and the following parameter is the area to be connected.

  8. Anonymous users2024-01-31

    Select this column.

    Click on the menu, and the data column is divided.

    dialog box"Separator symbols"Next.

    Tick"Comma"Are you sure.

  9. Anonymous users2024-01-30

    In Excel, if a column of data is relatively standardized, and there are obvious segmentation conformities and segmentation rules, you can use the column method to turn the data into two columns and put them in Excel.

    1. Select the entire column of data and click Data - Column.

    2. Select the split symbol in the text splitting wizard and click Next.

    3. At the division symbol, the system presets several options, according to the need, if the system is preset, you can click directly, if not, you can enter in others, in this example is the comma of the Chinese state, so enter the comma of the Chinese state in other columns, and click Next.

    4. In the column format setting window, because the data in this example is a regular number, the format is regular by default, and you can click on it according to the actual situation. Click Finish directly, the column is successful, and the data is stored in two columns.

  10. Anonymous users2024-01-29

    Put it in Notepad, save it as a TXT document, import external data with Excel, import wizard, select the separator, comma.

  11. Anonymous users2024-01-28

    Copy the data into Excel first, which is a column, then the data-column, and select a comma for the separator.

  12. Anonymous users2024-01-27

    This can be done with the Column command as follows:

    1. Select the data area to be sorted;

    2. Click "Data" and "Column" in the toolbar;

    3. In the pop-up text column wizard setting window, check "Separate Symbol", next step;

    4. In the pop-up text column wizard setting window, select comma for separator, next;

    5. Column data format, select text, finish, and you can.

  13. Anonymous users2024-01-26

    It's done in two steps:

    1.You use the replace function first, and the value to be replaced is ", replaced with ",a".

    2.Use the data column function, and use the separator symbol ",".

  14. Anonymous users2024-01-25

    Data Columns Separator Commas.

Related questions
8 answers2024-04-11

Method of summing a column:Open Excel and select a column of numbers. >>>More

20 answers2024-04-11

In what program is it used?

1.Use name1, name2, name3 >>>More

14 answers2024-04-11

Divide the columns first, and then delete the three words in a column, for example: >>>More

8 answers2024-04-11

concatenate(a1,"Words or other symbols to be added"For example, if the cell in the first row of the first column is A, and you want to add a "Ah" to the end of A, you can type it in the box to the right of the first column. >>>More

8 answers2024-04-11

The answer is to choose b to fill the handle, and the verification method is as follows: >>>More