google spreadsheet: join arrays using function NOT CODE

后端 未结 7 1332
我寻月下人不归
我寻月下人不归 2021-02-05 03:52

I have one array

1 
2
3

another array

4
5
6

How do I use one function to join the 2 arrays?

         


        
7条回答
  •  攒了一身酷
    2021-02-05 04:14

    Let's say your arrays are:

    A1:A3 = {1;2;3} and B1:B3 = {4;5;6}

    Write somewhere: ={A1:A3;B1:B3}

    Semicolons ; are used to separate rows, and commas , are for columns.

    Here is the documentation: Using arrays in Google Sheets

提交回复
热议问题