Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.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
If statement 带总和、IF和and的数组公式_If Statement_Google Sheets_Sumifs_Array Formulas - Fatal编程技术网

If statement 带总和、IF和and的数组公式

If statement 带总和、IF和and的数组公式,if-statement,google-sheets,sumifs,array-formulas,If Statement,Google Sheets,Sumifs,Array Formulas,我有一张这样的桌子: ☑ 667 No ☐ 667 No ☑ 667 Yes 但它不起作用 有人能帮我吗?请尝试: =sumifs(B:B,A:A,"☑",C:C,"YES") =sumifs(B:B,A:A,"☑",C:C,"YES")

我有一张这样的桌子:

☑ 667 No ☐ 667 No ☑ 667 Yes 但它不起作用

有人能帮我吗?

请尝试:

=sumifs(B:B,A:A,"☑",C:C,"YES")
=sumifs(B:B,A:A,"☑",C:C,"YES")