【问题标题】:find average among positive or negative values in excel在excel中找到正值或负值的平均值 【发布时间】:2011-07-12 11:20:06 【问题描述】: 在电子表格中,我在一列中有正值和负值。我需要找到两者的平均值。如何在 excel/open office 电子表格中执行此操作? 谢谢。 【问题讨论】: 标签: excel average 【解决方案1】: 使用 SumIf() 并除以 CountIf(),使用 ">0" 或 " 【讨论】: