Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以知道在垂直方向上添加了多少行?
在示例中,我们添加了 13 行。
您可以使用SUBTOTAL(2,B1:B13)orROWS(B1:B13)或者甚至COUNTIF(B1:B13,">0").
SUBTOTAL(2,B1:B13)
ROWS(B1:B13)
COUNTIF(B1:B13,">0")
但作为一个建议 - 在询问非常基本的公式之前,多玩一点你发现的东西,excel-help或google会更快地为你提供。