Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Excel 教程

Excel 首页 Excel 简介 Excel 入门 Excel 概述 Excel 语法 Excel 区域 Excel 填充 Excel 移动单元格 Excel 添加单元格 Excel 删除单元格 Excel 撤销重做 Excel 公式 Excel 相对引用 Excel 绝对引用 Excel 算术运算符 Excel 括号 Excel 函数

Excel 格式化

Excel 格式化 Excel 格式刷 Excel 格式颜色 Excel 格式字体 Excel 格式边框 Excel 格式数字 Excel 格式网格 Excel 格式设置

Excel 数据分析

Excel 排序 Excel 筛选 Excel 表格 Excel 条件格式 Excel 高亮单元格规则 Excel 顶部底部规则 Excel 数据条 Excel 色彩刻度 Excel 图标集 Excel 管理规则 (CF) Excel 图表

数据透视表

数据透视表简介

Excel 案例

案例:神奇宝贝商店 案例:神奇宝贝商店,样式

Excel 函数

AND AVERAGE AVERAGEIF AVERAGEIFS CONCAT COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS IF IFS LEFT LOWER MAX MEDIAN MIN MODE NPV OR RAND RIGHT STDEV.P STDEV.S SUM SUMIF SUMIFS TRIM VLOOKUP XOR

Excel 如何

将时间转换为秒 两个时间之间的差异 NPV (净现值) 删除重复项

Excel 示例

Excel 练习 Excel 证书

Excel 参考

Excel 快捷键


Excel AVERAGE 函数


AVERAGE 函数

AVERAGE 函数是 Excel 中的预制函数,用于计算平均值(算术平均数)。

它被键入为 =AVERAGE

它将区域加起来并除以观测值的数量。

示例

(2, 3, 4) 的平均值为 3。
3 个观测值 (2, 3 和 4)
观测值的总和 (2 + 3 + 4 = 9)
(9 / 3 = 3)
平均值为 3

注意:平均值有多种类型。最常见的平均值类型是算术平均值。您可以在此处了解更多关于算术平均值的信息:统计学平均值教程

注意:AVERAGE 函数会忽略包含文本的单元格。

让我们看一个示例,我们帮助神奇宝贝训练师计算每个训练师的精灵球的平均数量。


如何使用 =AVERAGE 函数,逐步操作

  1. 选择一个单元格 (F2)
  2. 键入 =AVERAGE
  3. 双击 AVERAGE 命令
  4. 选择一个区域 (B2:E2)
  5. 按回车键
  6. 接下来,填充 F2:F7
复制值

干得好!您已成功使用 AVERAGE 函数计算了平均值。


另一个示例

使用包含文本的单元格的示例

该函数会忽略包含文本的单元格并完成计算。


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.