gpt4 book ai didi

google-sheets - 将可能的组合生成到 Google 表格中的单独列中

转载 作者:行者123 更新时间:2023-12-05 04:39:07 30 4
gpt4 key购买 nike

我在网上找到了很多解决方案,但它们都是将组合生成为组合文本。我想将它们生成到单独的列中,如下图所示。

公式应在 C1 中,基于 A 和 B 列。A 和 B 中的新行将填充 C 和 D 中的新行(组合)。

Manual example

最佳答案

在C1中尝试

=arrayformula(SPLIT(flatten(offset(A1,,,COUNTA(A:A))&"|"&transpose(offset(B1,,,COUNTA(B:B)))),"|"))

enter image description here

关于google-sheets - 将可能的组合生成到 Google 表格中的单独列中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70473987/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com