emiagin Asked:2020-06-17 18:10:01 +0800 CST2020-06-17 18:10:01 +0800 CST 2020-06-17 18:10:01 +0800 CST Google 表格:查询表格格式 772 我有一个表,我通过查询查询从 id 和项目名称中获取一个表: 我怎样才能做到这一点,因此该表显示在一个单元格中,如下所示: item 1000,item1 1001,item2 1002 有一个JOIN函数,但是它只组合数组,不组合表,也许它通过arrayformula工作,但我不明白如何。 google-spreadsheet 1 个回答 Voted Best Answer emiagin 2020-06-19T16:13:57+08:002020-06-19T16:13:57+08:00 Stackoverflow 答案: https ://stackoverflow.com/questions/62443791/google-sheets-formatting-query-request =TEXTJOIN(", ",TRUE,FILTER(ARRAYFORMULA(B2:B & " " & A2:A),B2:B<>""))
Stackoverflow 答案:
https ://stackoverflow.com/questions/62443791/google-sheets-formatting-query-request