跳到主要内容

如何在Excel中平均忽略零的数据范围?

通常,“平均值”功能可以帮助您计算Excel中包含零的范围的平均值。 但是在这里,当您应用平均值函数时,您要排除零。 您如何在平均计算中忽略零?

使用公式对范围为零的数据取平均值

使用 Kutools for Excel 平均/求和/计算一系列数据忽略零 好主意3      玩


箭头蓝色右气泡 使用公式对范围为零的数据取平均值

如果您使用的是Excel 2007/2010/2013,则此简单的AVERAGEIF函数可以帮助您快速轻松地解决此问题。

1。 输入此公式 = AVERAGEIF(B2:B13,“ <> 0”) 在数据旁边的空白单元格中,请参见屏幕截图:

文档平均忽略-1

备注:在以上公式中, B2:B13 是您要平均排除零的范围数据,您可以根据需要进行更改。 如果该范围内有空白单元格,则此公式还将对数据进行平均,以排除空白单元格。

2。 然后按 输入 键,您将获得排除零值的结果。 看截图:

文档平均忽略-1

请注意: 此公式在Excel 2003中不会生效,如果您使用的是Excel 2003,则应结合使用 总和伯爵夫 函数,请应用以下公式: =SUM(B2:B13)/COUNTIF(B2:B13,">0").


箭头蓝色右气泡 使用 Kutools for Excel 平均/求和/计算一系列数据忽略零

如果您想对零单元格求和/平均/计数而忽略不计,则可以应用 Kutools for Excel's 选择特定的单元格 实用程序选择非零单元格,然后在 状态栏.

Kutools for Excel, 与超过 300 方便的功能,使您的工作更加轻松。 

免费安装 Kutools for Excel,请执行以下操作:

1.选择要平均的范围,然后单击 库工具 > 选择 > 选择特定的单元格。 看截图:
doc选择特定的单元格4

2.在弹出的对话框中,选中 手机 选项,然后选择 才不是 等于 从第一个下拉列表 特定类型 部分,然后转到右侧的文本框输入 0。 看截图:
doc选择特定的单元格6

3。 点击 Ok,并且已选择所有大于0的单元格,并且您可以在状态栏中查看平均值,总和,计数结果。 看截图:
doc选择特定的单元格3

小费。 如果您想免费试用 选择特定的单元格的功能 请去免费下载 Kutools for Excel 首先,然后按照上述步骤进行操作。


箭头蓝色右气泡平均值/计数/总和数据忽略零

相关文章:

如何在Excel中没有最大值和最小值的情况下计算平均值?

最佳办公生产力工具

🤖 Kutools 人工智能助手:基于以下内容彻底改变数据分析: 智能执行   |  生成代码  |  创建自定义公式  |  分析数据并生成图表  |  调用 Kutools 函数...
热门特色: 查找、突出显示或识别重复项   |  删除空白行   |  合并列或单元格而不丢失数据   |   不使用公式进行四舍五入 ...
超级查询: 多条件VLookup    多值VLookup  |   跨多个工作表的 VLookup   |   模糊查询 ....
高级下拉列表: 快速创建下拉列表   |  依赖下拉列表   |  多选下拉列表 ....
列管理器: 添加特定数量的列  |  移动列  |  切换隐藏列的可见性状态  |  比较范围和列 ...
特色功能: 网格焦点   |  设计图   |   大方程式酒吧    工作簿和工作表管理器   |  资源库 (自动文本)   |  日期选择器   |  合并工作表   |  加密/解密单元格    按列表发送电子邮件   |  超级筛选   |   特殊过滤器 (过滤粗体/斜体/删除线...)...
前 15 个工具集12 文本 工具 (添加文本, 删除字符,...)   |   50+ 图表 类型 (甘特图,...)   |   40+ 实用 公式 (根据生日计算年龄,...)   |   19 插入 工具 (插入二维码, 从路径插入图片,...)   |   12 转化 工具 (小写金额转大写, 货币兑换,...)   |   7 合并与拆分 工具 (高级组合行, 分裂细胞,...)   |   ... 和更多

使用 Kutools for Excel 增强您的 Excel 技能,体验前所未有的效率。 Kutools for Excel 提供了 300 多种高级功能来提高生产力并节省时间。  单击此处获取您最需要的功能...

产品描述


Office Tab 为 Office 带来选项卡式界面,让您的工作更加轻松

  • 在Word,Excel,PowerPoint中启用选项卡式编辑和阅读,发布者,Access,Visio和Project。
  • 在同一窗口的新选项卡中而不是在新窗口中打开并创建多个文档。
  • 每天将您的工作效率提高50%,并减少数百次鼠标单击!
Comments (13)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Hey there. The formula works great, thankyou so much, but i have a problem. Sometimes i have in all rows 0, then the formula gives me <>#DIV/0!. Do you have a solution for this? If in all row is 0 then not to give me <>#DIV/0! and the same formula ignores 0 when average. Thankyou!
This comment was minimized by the moderator on the site
How do I find average of filtered cells ignoring blanks and zeros ? The above =AVERAGEIF(B2:B13,"<>0") does not work for filtered cells (drop down) Thanks
This comment was minimized by the moderator on the site
I am wondering wether it is possible to combine subtotal average and not counting zero
does anybody know how?
This comment was minimized by the moderator on the site
How would I make this work with 2 sets of data - current formula is - =AVERAGE(AZ143:AZ293,AZ4:AZ136)
This comment was minimized by the moderator on the site
Hi, Anthony, if you want to average two or more ranges of data, just select the ranges by hold ctrl key, then give them a range name in the Name box which besides formula bar, then use the formula =averafe(rangename), rangename is the name you give the ranges.
This comment was minimized by the moderator on the site
Hi Team,

I am wondering what formula to use if I had say 6 cells of data. Two of the cells contained a '0' (Zero). I wanted to trim the lowest and the highest values to workout the average, however I only want one zero to be part of the average.
This comment was minimized by the moderator on the site
Data in C3 to C7:

=IF(COUNTIF(C2:C7,0)>0,(MAX(C2:C7)+SMALL(C2:C7,COUNTIF(C2:C7,0)+1))/3,MAX(C2:C7)+SMALL(C2:C7,COUNTIF(C2:C7,0)+1))
This comment was minimized by the moderator on the site
Sorry eddy, I have not find a solution about your question.
This comment was minimized by the moderator on the site
Hi Team,
I am wondering what formula to use if I had say 6 cells of data. Two of the cells contained a '0' (Zero). I wanted to trim the lowest and the highest values to workout the average, however I only want one zero to not be part of the average.
This comment was minimized by the moderator on the site
thank you, I'm just a retiree keeping track of my solar production and electricity usage, now I don't have to wait until the end of the month for the averages to be correct
This comment was minimized by the moderator on the site
A MILLION THANK YOUS! I'm so glad someone figured this out.
This comment was minimized by the moderator on the site
Appreciate for your approbation.
This comment was minimized by the moderator on the site
I have been scratching my head trying to figure out how to find an average ignoring zeros. Here is where it is and it's so easy. THANK YOU!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations