相关疑难解决方法(0)

Google表格中的ArrayFormula和"AND"公式

在Google表格中,当使用带有AND公式的ArrayFormula时,我得不到应有的结果.

A|B
2|7
Run Code Online (Sandbox Code Playgroud)

C1我把公式作为:=and(A1>5,B1>6)然后我得到True.如果在D1中我把公式作为:=ArrayFormula(and(A1:A>5,B1:B>6))我得到结果为False.

这是我的两个问题:

  1. 为什么ArrayFormula不对列中的所有单元格重复?
  2. 我为什么会trueArrayFormulaFalseArrayformula

google-sheets array-formulas

17
推荐指数
3
解决办法
1万
查看次数

标签 统计

array-formulas ×1

google-sheets ×1