除了某些行以外,将excel中的整列除以 [英] Sum entire column in excel except for certain rows

查看:147
本文介绍了除了某些行以外,将excel中的整列除以的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对于我的电子表格,我想要一个整列的总和,无论列是多少条目。以前通过

For a spreadsheet of mine, I want the sum of an entire column, no matter how many entries a column is. This was previously solved by

=SUM(A:A) 

但我想知道是否有办法做所有,除了列A的前2行。

but I was wondering if there was a way to do all but the first 2 rows of column A.

=SUM(A2:A)

不工作。感谢提前!

推荐答案

您可以使用

=SUM(A:A)-SUM(A1:A2)

或如果您知道您排除的单元格是数字的,

or, if you know that the cells you exclude are numeric,

=SUM(A:A)-A1-A2

这篇关于除了某些行以外,将excel中的整列除以的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆