如何通过数组{}将内容生成到Google表格中的合并单元格?

huangapple go评论55阅读模式
英文:

How to generate contents via array {} into merged cell in Google Sheets?

问题

我正在尝试将数组 {}(单元格 A1)的内容填充到包含合并单元格的单元格范围(C1、D1 和 C2)中,就像图片中所示。想知道是否有类似 HTML 中的 "span=2" 这样的智能方法!

英文:

I am trying to fill contents using array {} (cell A1) into a range of cells (C1,D1 & C2) in Google Sheets containing merged cells like shown in picture. Wonder if there is a smart way like "span=2" in html!

如何通过数组{}将内容生成到Google表格中的合并单元格?

答案1

得分: 1

=vstack({"A","B"},{"C"})

英文:

<!-- language-all: js -->

Can you try:

=vstack({&quot;A&quot;,&quot;B&quot;},{&quot;C&quot;})

如何通过数组{}将内容生成到Google表格中的合并单元格?

huangapple
  • 本文由 发表于 2023年7月11日 04:04:16
  • 转载请务必保留本文链接:https://go.coder-hub.com/76656984.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定