【发布时间】:2020-04-07 05:41:20
【问题描述】:
=arrayformula(UNIQUE(
{
IFERROR(FILTER('New Bets'!A3:H,'New Bets'!I3:I<>""),{"","","","","","","",""})
;
IFERROR(FILTER(Alertas!A2:H101,Alertas!I2:I101<>""),{"","","","","","","",""})
}))
=UNIQUE(A3:H)
当我将 Unique 与公式的其余部分分开使用时,它正确地只返回一行包含数据,没有重复。但是在公式中使用时,会返回两个相等的值。
我想知道我做错了什么。
电子表格链接:
https://docs.google.com/spreadsheets/d/1sv1B1mYrhpzS-ZtCLfLkVPtbffWq231woEX_qOxiAXA/edit?usp=sharing
【问题讨论】:
-
@player0 我忘了,完了!
标签: google-sheets filter unique google-sheets-formula array-formulas