现有一个数组array(2,,5,8) ,在公式里面怎么获取他的长度为3,排除null值
count(GREPARRAY(array(2,,5,8),len(item)>0))
LEN(GREPARRAY(SPLIT("(2,,5,8",","),LEN(item)>0))