如何统计这一列的总行数,如果当行没有数据,则不统计
正常 count(D2)
这个就可以,count不会统计空数据的
=if(count(a2)=0,"",count(a2))
count(a1{len(a1)>0})