EXCEL:Sumifs、Countifs等条件统计,如何计算为空或不为空单元格时间:2025-04-25 18:50:58为空:"" =sumifs(A:A,B:B,"") 不为空:"<>" =sumifs(A:A,B:B,"<>")