简体   繁体   English

Google 表格:ArrayFormula:AND() 的替代方法

[英]Google Sheets: ArrayFormula: Alternative To AND()

I understand that using AND() within an ArrayFormula doesn't work, but I haven't found an alternative that I understand.我知道在 ArrayFormula 中使用 AND() 不起作用,但我还没有找到我理解的替代方法。

在此处输入图像描述 In col UI have entered an ordinary formula which is copied down the rows.在 col UI 中输入了一个普通公式,该公式被复制到行中。 In col T, I wrapped it in an ArrayFormula, which does not work.在 col T 中,我将它包装在一个 ArrayFormula 中,但它不起作用。

I've read on this forum about using "multiplication of truth values" instead, but have no understanding what that means, let alone how to implement it.我在这个论坛上读过有关使用“真值乘法”的信息,但不明白这意味着什么,更不用说如何实现它了。

use:利用:

=INDEX(IF((A2:A13>=58)*(A2:A13<=68), A2:A13, 
       IF((B2:B13>=58)*(B2:B13<=68), B2:B13, )))

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM