Google 电子表格迷你图中的公式解析错误
Formula Parse Error in Google Spreadsheet Sparkline
我在 Google 电子表格上使用 SPARKLINE 函数时遇到一些问题。如果我使用 "default" 公式,比如 =SPARKLINE(C9:N9)
,它会很好地工作。但是,每次我尝试添加一些额外的选项,比如使用列而不是行,例如 =SPARKLINE(C11:N11;{"charttype", "bar"})
,我都会收到 "Error, Formula parse error." 消息。
这里有人遇到同样的问题吗?知道如何修复它吗?
谢谢!
来自https://productforums.google.com/forum/#!topic/docs/QzVhyW5bi-A
When you address the option like an object, then you should use a backslash: =SPARKLINE(C11:N11;{"charttype"\"bar"}
我在 Google 电子表格上使用 SPARKLINE 函数时遇到一些问题。如果我使用 "default" 公式,比如 =SPARKLINE(C9:N9)
,它会很好地工作。但是,每次我尝试添加一些额外的选项,比如使用列而不是行,例如 =SPARKLINE(C11:N11;{"charttype", "bar"})
,我都会收到 "Error, Formula parse error." 消息。
这里有人遇到同样的问题吗?知道如何修复它吗?
谢谢!
来自https://productforums.google.com/forum/#!topic/docs/QzVhyW5bi-A
When you address the option like an object, then you should use a backslash:
=SPARKLINE(C11:N11;{"charttype"\"bar"}