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,我正在为workorder制作一张工作表,但当我需要将多行合并到一个单元格时遇到了一个问题。 我已经可以使用“复制粘贴”对1列中的所有单元格执行此操作,但我可以对数组执行此操作吗 这是我的工作表: 使用: =ARRAYFORMULA(IF(B3:B="";;REGEXREPLACE(C3:C&CHAR(10)&D3:D; "^\n"; ))) @diondion答案更新

我正在为workorder制作一张工作表,但当我需要将多行合并到一个单元格时遇到了一个问题。 我已经可以使用“复制粘贴”对1列中的所有单元格执行此操作,但我可以对数组执行此操作吗

这是我的工作表: 使用:

=ARRAYFORMULA(IF(B3:B="";;REGEXREPLACE(C3:C&CHAR(10)&D3:D; "^\n"; )))

@diondion答案更新