Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 谷歌表单公式不起作用_Google Sheets - Fatal编程技术网

Google sheets 谷歌表单公式不起作用

Google sheets 谷歌表单公式不起作用,google-sheets,Google Sheets,GoogleSheets说有一个解析错误 =ROUNDUP(B9/B3)&ʺ:ʺ&ROUNDUP(B3/B9) 有什么问题吗?我想可能是双倒逗号的类型不对。尝试复制/粘贴以下内容: =ROUNDUP(B9/B3)&":"&ROUNDUP(B3/B9) 作为比较: =ROUNDUP(B9/B3)&ʺ:ʺ&ROUNDUP(B3/B9) 附议,这里的问题是逗号 我重新键入了您的精确公式,单元格生成了正确的解决方案: =综述(B9/B3)

GoogleSheets说有一个解析错误

    =ROUNDUP(B9/B3)&ʺ:ʺ&ROUNDUP(B3/B9)

有什么问题吗?

我想可能是双倒逗号的类型不对。尝试复制/粘贴以下内容:

=ROUNDUP(B9/B3)&":"&ROUNDUP(B3/B9)  
作为比较:

=ROUNDUP(B9/B3)&ʺ:ʺ&ROUNDUP(B3/B9)

附议,这里的问题是逗号

我重新键入了您的精确公式,单元格生成了正确的解决方案:

=综述(B9/B3)和“&综述(B3/B9)


你的公式是正确的。它起作用了。