根据Google表格中的单元格值将行复制到另一个表格
问题描述:
我正在尝试:
=FILTER('Orginal'!A:D, 'Orginal'!D:D="Complete")
屏幕:
我有错误.公式分析错误"
And i have Error. "formula analysis error"
我在做什么错了?
答
您在这里遇到语法错误:
You are having a syntax error here:
请使用以下公式:
= FILTER('原始'!A2:D,'原始'!D2:D =完整")
事实证明,解决方案与电子表格的位置有关.
It turns out the solution had to do with the spreadsheet location.
电子表格的位置可以确定公式是使用逗号
还是分号
,以及日期的格式.要更改电子表格的位置,您可以在以下位置进行操作:
The location of the spreadsheet can determine if the formulas have either a comma
or a semicolon
, as well as the format of the dates. To change your location of the spreadsheet, you can do it in:
file =>电子表格设置=>语言环境
,然后在此处更改语言环境.
file => spreadsheet settings => locale
and change the locale there.