如果拓展了单元格, 去函数获取单元格的数据 比如=A1 出来的数据
A38922,,A38923,A38924,,,,,怎么过滤掉空值
=A1{len(a1)>0}
------
或者用数组公式
GREPARRAY(SPLIT(a1[!0],","),len(item)>0)
--------
REPLACE(A1,',','')
select * from table where filed is not null