本文介绍了IsDate ArrayFormula的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
刚刚注意到 isDate
在 arrayformula
中不起作用.
Have just noticed isDate
does not work in arrayformula
.
要在日期时过滤所有值:
Want to filter all values if dates:
使用公式:
= FILTER(data,ISDATE(data))
预期结果:
8/28/2018
知道:
#N/A
问题
- 为什么?其他检查在
filter
(isNumber
,isText
,isErr
)中进行. - 解决方法?
推荐答案
-
不知道原因,还是很好奇.
Do not know the reason, still curious.
解决方法:
这篇关于IsDate ArrayFormula的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!