如何水平旋转 googlefinance()?

How to pivot googlefinance() horizontally?

在 Google 表格中,是否可以水平旋转 googlefinance() 的输出?目前,它垂直输出prices/dates。

使用 TRANSPOSE(),

=TRANSPOSE(googlefinance())

这是你在做什么吗?