
[英]How to do a SUMIF in Excel with the criteria from a cell that can be changed and if cell is blank, then just sum all
[英]how to sum all cell beside a blank cell in a row in excel?
对空白单元格求和就像加0,因此不会影响结果,因此在这种情况下,对于选定的单元格:
=sum(C2:N2)
对于未付的月份:
=countblank(C2:N2)
在P2中写入=SUM(C2:N2)
,然后单击该单元格右下角的小方块并将其向下拉
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.