Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 交叉连接两列_Google Sheets_Google Sheets Formula - Fatal编程技术网

Google sheets 交叉连接两列

Google sheets 交叉连接两列,google-sheets,google-sheets-formula,Google Sheets,Google Sheets Formula,我想在Google表单中连接这两列,这样A列的每个单元格都会连接到B列的所有值。谢谢 标注日期 Ess Performance 7/1/2019 DV3-Retargeting 7/2/2019 Facebook WCA 7/3/2019 DV3-Retargeting 7/4/2019 DV3-Retargeting 7/5/2019 DV3-Retargeting 7/6/20

我想在Google表单中连接这两列,这样A列的每个单元格都会连接到B列的所有值。谢谢

标注日期

Ess Performance        7/1/2019

DV3-Retargeting         7/2/2019

Facebook WCA            7/3/2019

DV3-Retargeting          7/4/2019

DV3-Retargeting          7/5/2019

DV3-Retargeting          7/6/2019

DV3-Retargeting          7/7/2019

Facebook LAL            7/8/2019

DV3-Retargeting         7/9/2019

FiddeAds            7/10/2019

                    7/11/2019
                    7/12/2019
                    7/13/2019
                    7/14/2019
                    7/15/2019
                    7/16/2019
                    7/17/2019
                    7/18/2019
                    7/19/2019
                   7/20/2019
                    7/21/2019
                     7/22/2019
                      7/23/2019
                      7/24/2019
                      7/25/2019
                      7/26/2019
                     7/27/2019
                       7/28/2019
                     7/29/2019
                     7/30/2019
                     7/31/2019
我想看的输出

Ess Performance         07-01-2019

DV3-Retargeting     07-01-2019

Facebook WCA            07-01-2019

DV3-Retargeting         07-01-2019

DV3-Retargeting         07-01-2019

DV3-Retargeting         07-01-2019

DV3-Retargeting         07-01-2019

Facebook LAL            07-01-2019

DV3-Retargeting         07-01-2019

FinddAds            07-01-2019

等等………..

我不确定我是否完全理解您试图实现的目标,但看看这是否有帮助

=ArrayFormula(split(substitute(transpose(split(join(" ", query(split(join(char(10), filter(substitute(C2:C, " ", "|"), len(D2:D))&char(10)), char(10))&"_"&text(filter(D2:D, len(D2:D)), "yyyy-mm-dd"),,9^9)), " ")), "|"," "), "_"))

欢迎来到堆栈溢出;请查看并编辑您的问题,以便其他人能够理解您正在尝试做什么,以及您到目前为止尝试了什么。这两个问题的可能重复项是两个不同的列,需要位于不同的列中。。。你们能看一看图片吗?分享一份你们的电子表格怎么样?这肯定比图片更有用…现在你可以访问这个