1. 帮助参考页面导航
2. 所有函数
	2.1 函数类别
	2.2 所有函数之一
	2.3 所有函数之二
	2.4 ROUND函数
3. Spreadsheet
	3.1 免费电子表格软件
	3.2 Excel局限性和错误

 Excel-functions
Microsoft Office Excel 的 公式和函数 Formulas and functions

1. 帮助参考页面导航

公式 Formulas
Excel 中的公式概述 Overview of formulas in Excel
在公式中定义和使用名称 Define and use names in formulas
创建简单公式 Create a simple formula
显示或隐藏公式  Display or hide formulas 
移动或复制公式 Move or copy a formula
显示或隐藏零值 Display or hide zero values
将 Excel 用作计算器 Use Excel as your calculator
在 Excel 电子表格中添加值的方法 Ways to add values in an Excel spreadsheet
计算值出现的频率 Count how often a value occurs
管理工作簿链接 Manage workbook links
计算一组数的平均值 Calculate the average of a group of numbers
根据多个条件对值求和 Sum values based on multiple conditions
计算百分比 Calculate percentages
将数字相减 Subtract numbers
数组公式指南和示例 Guidelines and examples of array formulas
编写、插入或更改公式 Write, insert, or change an equation
逻辑 Logical
使用 IF 函数对值进行逻辑比较 Logically compare values with the IF function
IF 函数 - 嵌套公式和避免错误 IF function - nested formulas and avoiding pitfalls
IFS 函数 IFS function
要使用单个条件对单元格进行计数,请使用 COUNTIF 函数 Count cells using a single criteria, use the COUNTIF function
要使用多个条件对单元格进行计数,请使用 COUNTIFS 函数 Count cells using multiple criteria, use the COUNTIFS function
计算重复项中的唯一值数量 Count unique values among duplicates
使用 SUMIF 函数添加满足单个条件的值 Add values that meet a single criteria with SUMIF function
使用 SUMIFS 函数添加满足多个条件的所有值 Add all values that meet multiple criteria with SUMIFS function
使用 AVERAGEIF 返回满足单个条件的所有单元格的平均值 Return the average of all cells that meet a single criteria with AVERAGEIF
使用 AVERAGEIFS 返回满足多个条件的所有单元格的平均值 Return the average of all cells that meet multiple criteria with AVERAGEIFS
AND 函数 AND-function
OR 函数 OR-function
NOT 函数 NOT function
所有逻辑函数 All logical functions
引用 Reference
使用 VLOOKUP 查找值 Lookup a value with VLOOKUP
使用 HLOOKUP 查找值 Lookup a value with HLOOKUP
使用 CHOOSE 查找函数中类似于表的信息  Find table-like information within a function with CHOOSE 
使用 MATCH 定位数据  Locate data with MATCH 
使用 INDEX 按位置检索信息  Retrieve information by location with INDEX 
在数据列表中查找值 Look up values in a list of data
INDIRECT 函数 INDIRECT function
使用 TRANSPOSE 翻转行/列方向 Flip with row/column orientation with TRANSPOSE
所有查找和引用函数  All lookup and reference functions 
错误 Errors
如何避免损坏的公式 How to avoid broken formulas
如何更正 #VALUE 错误 How to correct #VALUE errors
如何更正 #NUM 错误 How to correct #NUM errors
如何更正 #NA 错误 How to correct #NA error
如何更正 #REF! 错误 How to correct #REF! error
如何更正 #NAME? 错误 How to correct #NAME? error
如何更正 ##### 错误  How to correct a ##### error 
隐藏单元格中的错误值和错误指示器 Hide error values and error indicators in cells
计算重复项中的唯一值 Count unique values among duplicates
所有数学函数 All math functions
更多函数 More functions
日期和时间函数 Date and Time Functions
使用 TODAY 函数计算当前日期 Calculate the current date with the TODAY function
使用 DATE 函数创建日期 Create a date with the DATE function
按想要的方式设置日期格式 Format a date the way you want
使用 WEEKDAY 识别当天是星期几 Identify the day of the week with WEEKDAY
使用 NETWORKDAYS 对工作日进行计数 Count working days with NETWORKDAYS
使用 WORKDAY 确定完成日期  Determine a completion date with WORKDAY 
使用 DATEDIF 对日期/时间差异进行制表  Tabulate date/time differences with DATEDIF 
在单元格中插入当前日期和时间 Insert the current date and time in a cell
加减日期 Add or subtract dates
加减时间 Add or subtract time
计算两个日期之间的差值 Calculate the difference between two dates
计算两个时间之间的差值 Calculate the difference between two times
转换时间 Convert times
所有日期和时间函数 All date and time functions
文本函数 Text functions
使用 TEXT 函数创建文本字符串并设置其格式 Create a text string and format it with the TEXT function
使用 LEFT、LEFTB 提取文本值中最左侧的字符  Extract the leftmost characters from a text value with LEFT, LEFTB 
使用 RIGHT、RIGHTB 提取文本值中最右侧的字符 Extract the rightmost characters from a text value with RIGHT, RIGHTB functions
使用 TRIM 删除多余空间 Remove excess space with TRIM
将 CONCATENATE 用于函数 Use CONCATENATE with functions
使用 CONCAT 合并多个区域和/或字符串中的文本 (Excel 2016) Combine the text from multiple ranges and/or strings with CONCAT (Excel 2016)
使用 FIND、FINDB 函数定位另一字符串中的文本字符串(区分大小写) Locate a text string (case sensitive) within another string with FIND, FINDB functions
使用 SEARCH、SEARCHB 函数定位另一字符串中的文本字符串 Locate a text string within another string with SEARCH, SEARCHB functions
在单元格中对字符计数 Count characters in cells
组合文本和数字 Combine text and numbers
所有文本函数 All text functions
统计函数  Statistical functions 
使用 MEDIAN 查找中间值 Find the middle value with MEDIAN
使用 RANK 排列数据而对其进行排序 Rank data without sorting with RANK
使用 LARGE 返回数据集中的最大值 Return the largest value in a data set with LARGE
使用 SMALL 返回数据集中的最小值 Return the smallest value in a data set with SMALL
使用 COUNTBLANK 对空白单元格进行制表  Tabulate blank cells with COUNTBLANK 
使用 FREQUENCY 确定频率分布  Determine frequency distributions with FREQUENCY 
使用 TREND 通过回归技术构建分析 Build analysis via regression techniques with TREND
GROWTH 函数 GROWTH function
所有统计函数 All statistical functions
数学函数  Math functions 
将数字四舍五入到所需的小数位数  Round a number to the decimal places I want 
使用 MOD 查找余数 Find the remainder with MOD
使用 RAND 构建随机数生成器 Build random number generators with RAND
使用 RANDBETWEEN 生成指定数字范围内的随机数 Generate random number between numbers you specify with RANDBETWEEN
使用 CONVERT 在各度量系统之间转换值  Convert a value between measurement systems with CONVERT 
SUBTOTAL 函数 SUBTOTAL function
ROUND 函数 ROUND function
对数字进行舍入 Round a number
 

2. 所有函数

以上英文页面的函数列表,也可直接切换为中文,但中文内容是机器翻译,个别函数名也翻译为中文了。翻译基本没啥问题,但有少部分内容看起来会比较吃力。
下面分2部分摘录了以上所有函数列表及描述,少部分英文使用谷歌翻译修正,更适合阅读。
第二列,[Year]表示该函数出自当年版本,在此之前的版本不适用。(365)表示线上版本 Microsoft 365
方便通过中文或英文关键字页面搜索相关函数。这里的函数在LibreOffice下有的用法也都一致。

2.1 函数类别

Type 总数 表2.2 表2.3 类型
Lookup and reference 40 40   查找与引用
Logical 19 19   逻辑
Date and time 25 25   日期与时间
Math and trigonometry 80 80   数学与三角函数
Statistical 111 111   统计
Text 43 43   文本
Information 23 23   信息
Engineering 54 13 54 工程
Compatibility 40 2 40 兼容性
Financial 55   55 财务
Cube 7   7 多维数据集
Add-in and Automation 3   3 加载项和自动化
Database 12   12 数据库
Web 3   3 Web
 

2.2 所有函数之一

函数名称 Year 类型 说明 description 名称
ADDRESS   查找与引用 以文本形式将引用值返回到工作表的单个单元格 Returns a reference as text to a single cell in a worksheet 地址
AREAS   查找与引用 返回引用中涉及的区域个数 Returns the number of areas in a reference 区域
CHOOSE   查找与引用 从值的列表中选择值 Chooses a value from a list of values 选择
CHOOSECOLS 2024 查找与引用 返回数组中的指定列 Returns the specified columns from an array 选择列
CHOOSEROWS 2024 查找与引用 返回数组中的指定行 Returns the specified rows from an array 选择行
COLUMN   查找与引用 返回引用的列号 Returns the column number of a reference 列号
COLUMNS   查找与引用 返回引用中列数 Returns the number of columns in a reference 列数
ROW   查找与引用 返回引用的行号 Returns the row number of a reference 行号
ROWS   查找与引用 返回引用中的行数 Returns the number of rows in a reference 行数
DROP 2024 查找与引用 从数组的开头或结尾排除指定数量的行或列 Excludes a specified number of rows or columns from the start or end of an array 排除
EXPAND 2024 查找与引用 将数组展开或填充到指定的行和列维度 Expands or pads an array to specified row and column dimensions 扩展
FILTER 2021 查找与引用 基于定义的条件筛选一定范围内数据。 Filters a range of data based on criteria you define 过滤器
FORMULATEXT 2013 查找与引用 将给定引用的公式返回为文本 Returns the formula at the given reference as text 公式-文本
GETPIVOTDATA   查找与引用 返回存储在数据透视表中的数据 Returns data stored in a PivotTable report 数据透视
GROUPBY 365 查找与引用 帮助用户根据指定的字段对数据进行分组、聚合、排序和筛选 Helps a user group, aggregate, sort, and filter data based on the fields you specify 分组
PIVOTBY 365 查找与引用 帮助用户根据指定的行和列字段对数据进行分组、聚合、排序和筛选 Helps a user group, aggregate, sort, and filter data based on the row and column fields that you specify 分组...
LOOKUP   查找与引用 在向量或数组中查找值 Looks up values in a vector or array 查询
HLOOKUP   查找与引用 查找数组的首行,并返回指定单元格的值 Looks in the top row of an array and returns the value of the indicated cell 查询-H
VLOOKUP   查找与引用 在数组第一列中查找,然后在行之间移动以返回单元格的值 Looks in the first column of an array and moves across the row to return the value of a cell 查询-V
XLOOKUP 2021 查找与引用 搜索区域或数组,并返回与之找到的第一个匹配项对应的项。
如果不存在匹配项,则 XLOOKUP 可返回最接近(近似值)的匹配项。 
Searches a range or an array, and returns an item corresponding to the first match it finds.
If a match doesn't exist, then XLOOKUP can return the closest (approximate) match. 
查询-X
HSTACK 2024 查找与引用 按顺序水平追加数组,以返回更大的数组 Appends arrays horizontally and in sequence to return a larger array 堆栈-H
VSTACK 2024 查找与引用 按顺序垂直追加数组,以返回更大的数组 Appends arrays vertically and in sequence to return a larger array 堆栈-V
HYPERLINK   查找与引用 创建快捷方式或跳转,以打开存储在网络服务器、内联网或互联网上的文档 Creates a shortcut or jump that opens a document stored on a network server, an intranet, or the Internet 超级链接
IMAGE 2024 查找与引用 返回来自给定源的图像 Returns an image from a given source 图像
INDEX   查找与引用 使用索引从引用或数组中选择值 Uses an index to choose a value from a reference or array 索引
INDIRECT   查找与引用 返回由文本值指定的引用 Returns a reference indicated by a text value 间接
MATCH   查找与引用 在引用或数组中查找值 Looks up values in a reference or array 匹配
XMATCH 2021 查找与引用 返回项目在数组或单元格区域中的相对位置。  Returns the relative position of an item in an array or range of cells.  匹配-X
OFFSET   查找与引用 从给定引用中返回引用偏移量 Returns a reference offset from a given reference 偏移量
RTD   查找与引用 从支持 COM 自动化的程序中检索实时数据 Retrieves real-time data from a program that supports COM automation 实时数据
SORT 2021 查找与引用 对区域或数组的内容进行排序 Sorts the contents of a range or array 排序
SORTBY 2021 查找与引用 根据相应区域或数组中的值对区域或数组的内容进行排序 Sorts the contents of a range or array based on the values in a corresponding range or array 排序依据
TAKE 2024 查找与引用 从数组的开头或结尾返回指定数量的连续行或列 Returns a specified number of contiguous rows or columns from the start or end of an array  
TOCOL 2024 查找与引用 返回单列中的数组 Returns the array in a single column 单列数组
TOROW 2024 查找与引用 返回单行中的数组 Returns the array in a single row 单行数组
TRANSPOSE   查找与引用 返回数组的转置 Returns the transpose of an array 转置
TRIMRANGE 365 查找与引用 从区域或数组的边缘扫描,直到找到非空单元格(或值),然后排除这些空行或空列 Scans in from the edges of a range or array until it finds a non-blank cell (or value), it then excludes those blank rows or columns 修剪范围
UNIQUE 2021 查找与引用 返回列表或区域的唯一值列表 Returns a list of unique values in a list or range 唯一
WRAPCOLS 2024 查找与引用 在指定数量的元素之后,将按列提供的值的行或列换行 Wraps the provided row or column of values by columns after a specified number of elements 按列换行
WRAPROWS 2024 查找与引用 在指定数量的元素之后,将按行提供的值的行或列换行 Wraps the provided row or column of values by rows after a specified number of elements 按行换行
DELTA   工程 Engineering 检验两个值是否相等 Tests whether two values are equal  
BIN2OCT   工程 Engineering 将二进制数转换为八进制数 Converts a binary number to octal (2)→ (8)
BIN2DEC   工程 Engineering 将二进制数转换为十进制数 Converts a binary number to decimal (2)→ (10)
BIN2HEX   工程 Engineering 将二进制数转换为十六进制数 Converts a binary number to hexadecimal (2)→ (16)
OCT2BIN   工程 Engineering 将八进制数转换为二进制数 Converts an octal number to binary (8)→ (2)
OCT2DEC   工程 Engineering 将八进制数转换为十进制数 Converts an octal number to decimal (8)→ (10)
OCT2HEX   工程 Engineering 将八进制数转换为十六进制数 Converts an octal number to hexadecimal (8)→ (16)
DEC2BIN   工程 Engineering 将十进制数转换为二进制数 Converts a decimal number to binary (10)→ (2)
DEC2OCT   工程 Engineering 将十进制数转换为八进制数 Converts a decimal number to octal (10)→ (8)
DEC2HEX   工程 Engineering 将十进制数转换为十六进制数 Converts a decimal number to hexadecimal (10)→ (16)
HEX2BIN   工程 Engineering 将十六进制数转换为二进制数 Converts a hexadecimal number to binary (16)→ (2)
HEX2OCT   工程 Engineering 将十六进制数转换为八进制数 Converts a hexadecimal number to octal (16)→ (8)
HEX2DEC   工程 Engineering 将十六进制数转换为十进制数 Converts a hexadecimal number to decimal (16)→ (10)
AND   逻辑 Logical 如果其所有参数均为 TRUE,则返回 TRUE Returns TRUE if all of its arguments are TRUE
OR   逻辑 Logical 如果任一参数为 TRUE,则返回 TRUE Returns TRUE if any argument is TRUE
NOT   逻辑 Logical 对其参数的逻辑求反 Reverses the logic of its argument
XOR 2013 逻辑 Logical 返回所有参数的逻辑“异或”值 Returns a logical exclusive OR of all arguments 异或
LAMBDA 2024 逻辑 Logical 创建自定义、可重用项并通过易记名称调用它们 Create custom, reusable and call them by a friendly name LAMBDA
BYCOL 2024 逻辑 Logical 对每一列应用 LAMBDA 并返回结果数组 Applies a LAMBDA to each column and returns an array of the results LA 按行
BYROW 2024 逻辑 Logical 对每一行应用 LAMBDA 并返回结果数组 Applies a LAMBDA to each row and returns an array of the results LA 按列
MAKEARRAY 2024 逻辑 Logical 通过应用 LAMBDA 返回指定行和列大小的计算数组 Returns a calculated array of a specified row and column size, by applying a LAMBDA LA
MAP 2024 逻辑 Logical 通过应用 LAMBDA 将数组中的每个值映射到新值,从而返回一个数组 Returns an array formed by mapping each value in the array(s) to a new value by applying a LAMBDA to create a new value LA
REDUCE 2024 逻辑 Logical 通过对每个值应用 LAMBDA 函数,将数组缩减为累加值,并在累加器中返回总值 Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator LA 减少
SCAN 2024 逻辑 Logical 通过对每个值应用 LAMBDA 扫描数组,并返回包含每个中间值的数组 Scans an array by applying a LAMBDA to each value and returns an array that has each intermediate value LA 扫描
TRUE   逻辑 Logical 返回逻辑值 TRUE Returns the logical value TRUE
FALSE   逻辑 Logical 返回逻辑值 FALSE Returns the logical value FALSE
IF   逻辑 Logical 指定要执行的逻辑检测 Specifies a logical test to perform IF
IFERROR   逻辑 Logical 如果公式的计算结果错误,则返回您指定的值;否则返回公式的结果 Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula if错误
IFNA 2013 逻辑 Logical 如果表达式解析为 #N/A,则返回指定值;否则返回表达式的结果 Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expression ifNA
IFS 2019 逻辑 Logical 检查是否满足一个或多个条件,且是否返回与第一个 TRUE 条件对应的值。 Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition. IFS
LET 2021 逻辑 Logical 将名称分配给计算结果 Assigns names to calculation results  
SWITCH 2019 逻辑 Logical 根据值列表计算表达式,并返回与第一个匹配值对应的结果。
如果不匹配,则可能返回可选默认值。
Evaluates an expression against a list of values and returns the result corresponding to the first matching value.
If there is no match, an optional default value may be returned.
开关
DATE   日期与时间 返回特定日期的序列号 Returns the serial number of a particular date 日期
DATEDIF   日期与时间 计算两个日期之间的天数、月数或年数。
此函数在用于计算年龄的公式中很有用。
Calculates the number of days, months, or years between two dates.
This function is useful in formulas where you need to calculate an age.
 
DATEVALUE   日期与时间 将文本格式的日期转换为序列号 Converts a date in the form of text to a serial number  
DAY   日期与时间 将序列号转换为月份日期 Converts a serial number to a day of the month 取号数
DAYS 2013 日期与时间 返回两个日期之间的天数 Returns the number of days between two dates 天数
DAYS360   日期与时间 以一年 360 天为基准计算两个日期间的天数 Calculates the number of days between two dates based on a 360-day year  
EDATE   日期与时间 返回起始日期前后指定月份数的日期序列号 Returns the serial number of the date that is the indicated number of months before or after the start date  
EOMONTH   日期与时间 返回指定月数之前或之后的月份的最后一天的序列号 Returns the serial number of the last day of the month before or after a specified number of months  
HOUR   日期与时间 将序列号转换为小时 Converts a serial number to an hour 小时
ISOWEEKNUM 2013 日期与时间 返回给定日期在全年中的 ISO 周数 Returns the number of the ISO week number of the year for a given date 等周数
MINUTE   日期与时间 将序列号转换为分钟 Converts a serial number to a minute 分钟
MONTH   日期与时间 将序列号转换为月 Converts a serial number to a month 取月份
NETWORKDAYS   日期与时间 返回两个日期间的完整工作日的天数 Returns the number of whole workdays between two dates 工作日数
NETWORKDAYS.INTL 2010 日期与时间 返回两个日期之间的完整工作日的天数(使用参数指明周末有几天并指明是哪几天) Returns the number of whole workdays between two dates using parameters to indicate which and how many days are weekend days  
NOW   日期与时间 返回当前日期和时间的序列号 Returns the serial number of the current date and time 现在
SECOND   日期与时间 将序列号转换为秒 Converts a serial number to a second
TIME   日期与时间 返回特定时间的序列号 Returns the serial number of a particular time 时间
TIMEVALUE   日期与时间 将文本格式的时间转换为序列号 Converts a time in the form of text to a serial number 时间值
TODAY   日期与时间 返回今天日期的序列号 Returns the serial number of today's date 今天
WEEKDAY   日期与时间 将序列号转换为星期日期 Converts a serial number to a day of the week 取星期
WEEKNUM   日期与时间 将序列号转换为代表该星期为一年中第几周的数字 Converts a serial number to a number representing where the week falls numerically with a year  
WORKDAY   日期与时间 返回指定的若干个工作日之前或之后的日期的序列号 Returns the serial number of the date before or after a specified number of workdays 工作日
WORKDAY.INTL 2010 日期与时间 使用参数返回指定工作日数之前或之后日期的序列号,
以指示哪些天是周末以及有多少天是周末
Returns the serial number of the date before or after a specified number of workdays using parameters to indicate which and how many days are weekend days  
YEAR   日期与时间 将序列号转换为年 Converts a serial number to a year 取年份
YEARFRAC   日期与时间 返回代表起始日期和结束日期之间整天天数的年分数。 Returns the year fraction representing the number of whole days between start_date and end_date  
ABS   数学与三角函数 返回数字的绝对值 Returns the absolute value of a number 绝对值
ARABIC 2013 数学与三角函数 将罗马数字转换为阿拉伯数字 Converts a Roman number to Arabic, as a number 阿拉伯数
ROMAN   数学与三角函数 将阿拉伯数字转换为文字形式的罗马数字 Converts an arabic numeral to roman, as text 罗马数字
PI   数学与三角函数 返回 pi 的值 Returns the value of pi PI
BASE   数学与三角函数 将数字转换为具备给定基数 (base) 的文本表示 Converts a number into a text representation with the given radix (base)  
DECIMAL 2013 数学与三角函数 将给定基数内的数的文本表示转换为十进制数 Converts a text representation of a number in a given base into a decimal number 十进制
COMBIN   数学与三角函数 返回给定数目对象的组合数 Returns the number of combinations for a given number of objects 组合数
COMBINA 2013 数学与三角函数 返回给定数目项目具有重复项的组合数 Returns the number of combinations with repetitions for a given number of items 重复组合数
INT   数学与三角函数 将数字向下舍入到最接近的整数 Rounds a number down to the nearest integer 整数
EVEN   数学与三角函数 将数字向上舍入到最接近的偶数 Rounds a number up to the nearest even integer 偶数
ODD   数学与三角函数 将数字向上舍入为最接近的奇数 Rounds a number up to the nearest odd integer 奇数
GCD   数学与三角函数 返回最大公约数 Returns the greatest common divisor 公约数
LCM   数学与三角函数 返回最小公倍数 Returns the least common multiple 公倍数
MOD   数学与三角函数 返回除法的余数 Returns the remainder from division 余数
QUOTIENT   数学与三角函数 返回除法的整数部分 Returns the integer portion of a division
POWER   数学与三角函数 返回数的乘幂 Returns the result of a number raised to a power
SQRT   数学与三角函数 返回正平方根 Returns a positive square root 平方根
PRODUCT   数学与三角函数 将其参数相乘 Multiplies its arguments 值相乘
ROUND   数学与三角函数 将数字按指定位数舍入 Rounds a number to a specified number of digits 舍入
ROUNDDOWN   数学与三角函数 向绝对值减小的方向舍入数字 Rounds a number down, toward zero 向下取整
ROUNDUP   数学与三角函数 向绝对值增大的方向舍入数字 Rounds a number up, away from zero 向上取整
TRUNC   数学与三角函数 将数字截尾取整(舍尾) Truncates a number to an integer 截断
MROUND   数学与三角函数 返回一个舍入到所需倍数的数字 Returns a number rounded to the desired multiple  
FLOOR   兼容性 将数字向下舍入 Rounds a number down, toward zero  
FLOOR.MATH 2013 数学与三角函数 将数字向下舍入为最接近的整数或最接近的指定基数的倍数 Rounds a number down, to the nearest integer or to the nearest multiple of significance  
FLOOR.PRECISE   数学与三角函数 将数字舍入为最接近的整数或最接近的指定基数的倍数。
无论该数字的符号如何,该数字都向上舍入。
Rounds a number the nearest integer or to the nearest multiple of significance.
Regardless of the sign of the number, the number is rounded up.
 
ISO.CEILING 2013 数学与三角函数 返回一个数字,该数字向上舍入为最接近的整数或最接近的有效位的倍数 Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance ISO上限
CEILING   兼容性 将数字舍入为最接近的整数或最接近的指定基数的倍数 Rounds a number to the nearest integer or to the nearest multiple of significance  
CEILING.MATH 2013 数学与三角函数 将数字向上舍入为最接近的整数或最接近的指定基数的倍数 Rounds a number up, to the nearest integer or to the nearest multiple of significance  
CEILING.PRECISE   数学与三角函数 将数字舍入为最接近的整数或最接近的指定基数的倍数。
无论该数字的符号如何,该数字都向上舍入。
Rounds a number the nearest integer or to the nearest multiple of significance.
Regardless of the sign of the number, the number is rounded up.
 
AGGREGATE   数学与三角函数 返回列表或数据库中的聚合 Returns an aggregate in a list or database 聚合
DEGREES   数学与三角函数 将弧度转换为度 Converts radians to degrees 弧度-角度
RADIANS   数学与三角函数 将度转换为弧度 Converts degrees to radians 角度-弧度
ACOS   数学与三角函数 返回数字的反余弦值 Returns the arccosine of a number 反余弦
ACOSH   数学与三角函数 返回数字的反双曲余弦值 Returns the inverse hyperbolic cosine of a number 反双曲余弦
ACOT 2013 数学与三角函数 返回数字的反余切值 Returns the arccotangent of a number 反余切
ACOTH 2013 数学与三角函数 返回数字的双曲反余切值 Returns the hyperbolic arccotangent of a number 双曲反余切
ASIN   数学与三角函数 返回数字的反正弦值 Returns the arcsine of a number 反正弦
ASINH   数学与三角函数 返回数字的反双曲正弦值 Returns the inverse hyperbolic sine of a number 反双曲正弦
ATAN   数学与三角函数 返回数字的反正切值 Returns the arctangent of a number 反正切
ATAN2   数学与三角函数 返回 X 和 Y 坐标的反正切值 Returns the arctangent from x- and y-coordinates  
ATANH   数学与三角函数 返回数字的反双曲正切值 Returns the inverse hyperbolic tangent of a number 反双曲正切
COS   数学与三角函数 返回数字的余弦值 Returns the cosine of a number 余弦函数
COSH   数学与三角函数 返回数字的双曲余弦值 Returns the hyperbolic cosine of a number 余弦函数
COT 2013 数学与三角函数 返回数字的双曲余弦值 Returns the hyperbolic cosine of a number 余弦函数
COTH 2013 数学与三角函数 返回角度的余弦值 Returns the cotangent of an angle 余弦
CSC 2013 数学与三角函数 返回角度的余割值 Returns the cosecant of an angle  
CSCH 2013 数学与三角函数 返回角度的双曲余割值 Returns the hyperbolic cosecant of an angle  
SEC 2013 数学与三角函数 返回角度的正割值 Returns the secant of an angle  
SECH 2013 数学与三角函数 返回角度的双曲正切值 Returns the hyperbolic secant of an angle  
SIN   数学与三角函数 返回给定角度的正弦值 Returns the sine of the given angle 正弦
SINH   数学与三角函数 返回数字的双曲正弦值 Returns the hyperbolic sine of a number  
TAN   数学与三角函数 返回数字的正切值 Returns the tangent of a number 正切
TANH   数学与三角函数 返回数字的双曲正切值 Returns the hyperbolic tangent of a number  
EXP   数学与三角函数 返回 e 的 n 次方 Returns e raised to the power of a given number  
FACT   数学与三角函数 返回数字的阶乘 Returns the factorial of a number 阶乘
FACTDOUBLE   数学与三角函数 返回数字的双倍阶乘 Returns the double factorial of a number  
LN   数学与三角函数 返回数字的自然对数 Returns the natural logarithm of a number  
LOG   数学与三角函数 返回数字的以指定底为底的对数 Returns the logarithm of a number to a specified base  
LOG10   数学与三角函数 返回数字的以 10 为底的对数 Returns the base-10 logarithm of a number  
MDETERM   数学与三角函数 返回数组的矩阵行列式的值 Returns the matrix determinant of an array  
MINVERSE   数学与三角函数 返回数组的逆矩阵 Returns the matrix inverse of an array  
MMULT   数学与三角函数 返回两个数组的矩阵乘积 Returns the matrix product of two arrays  
MULTINOMIAL   数学与三角函数 返回一组数字的多项式 Returns the multinomial of a set of numbers 多项式
MUNIT 2013 数学与三角函数 返回单位矩阵或指定维度 Returns the unit matrix or the specified dimension  
PERCENTOF 365 数学与三角函数 对子集中的值求和并将其除以所有值 Sums the values in the subset and divides it by all the values 百分比
RAND   数学与三角函数 返回 0 和 1 之间的一个随机数 Returns a random number between 0 and 1 随机数
RANDARRAY 2021 数学与三角函数 返回 0 和 1 之间的随机数字数组。
但是,你可以指定要填充的行数和列数、最小值和最大值,以及返回整数或小数。
Returns an array of random numbers between 0 and 1.
However, you can specify the number of rows and columns to fill, minimum and maximum values, and whether to return whole numbers or decimal values.
随机数组
RANDBETWEEN   数学与三角函数 返回指定数字之间的随机数 Returns a random number between the numbers you specify 范围内随机数
SEQUENCE 2021 数学与三角函数 生成数组中的序列号列表,例如 1、2、3、4 Generates a list of sequential numbers in an array, such as 1, 2, 3, 4 序列
SERIESSUM   数学与三角函数 返回基于公式的幂级数的和 Returns the sum of a power series based on the formula 幂级数和
SIGN   数学与三角函数 返回数字的符号 Returns the sign of a number 符号
SQRTPI   数学与三角函数 返回 (数字 * π) 的平方根 Returns the square root of (number * pi) 平方根PI
SUBTOTAL   数学与三角函数 返回列表或数据库中的小计 Returns a subtotal in a list or database 小计
SUM   数学与三角函数 求参数的和 Adds its arguments 总计
SUMIF   数学与三角函数 按给定条件对指定单元格求和 Adds the cells specified by a given criteria SUMIF
SUMIFS   数学与三角函数 在区域中添加满足多个条件的单元格 Adds the cells in a range that meet multiple criteria SUMIFS
SUMPRODUCT   数学与三角函数 返回对应的数组元素的乘积和 Returns the sum of the products of corresponding array components 乘积和
SUMSQ   数学与三角函数 返回参数的平方和 Returns the sum of the squares of the arguments SUMSQ
SUMX2MY2   数学与三角函数 返回两数组中对应值平方差之和 Returns the sum of the difference of squares of corresponding values in two arrays SUMX2MY2
SUMX2PY2   数学与三角函数 返回两数组中对应值平方和之和 Returns the sum of the sum of squares of corresponding values in two arrays SUMX2PY2
SUMXMY2   数学与三角函数 返回两数组中对应值差的平方和 Returns the sum of squares of differences of corresponding values in two arrays SUMXMY2
AVEDEV   统计 Statistical 返回数据点与它们的平均值的绝对偏差平均值 Returns the average of the absolute deviations of data points from their mean  
AVERAGE   统计 Statistical 返回其参数的平均值 Returns the average of its arguments 平均值
AVERAGEA   统计 Statistical 返回其参数的平均值,包括数字、文本和逻辑值 Returns the average of its arguments, including numbers, text, and logical values  
AVERAGEIF   统计 Statistical 返回区域中满足给定条件的所有单元格的平均值(算术平均值) Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria  
AVERAGEIFS   统计 Statistical 返回满足多个条件的所有单元格的平均值(算术平均值)。 Returns the average (arithmetic mean) of all cells that meet multiple criteria.  
BETA.DIST 2010 统计 Statistical 返回 beta 累积分布函数 Returns the beta cumulative distribution function  
BETA.INVn 2010 统计 Statistical 返回指定 beta 分布的累积分布函数的反函数 Returns the inverse of the cumulative distribution function for a specified beta distribution  
BINOM.DIST 2010 统计 Statistical 返回一元二项式分布的概率 Returns the individual term binomial distribution probability  
BINOM.DIST.RANGE 2013 统计 Statistical 使用二项式分布返回试验结果的概率 Returns the probability of a trial result using a binomial distribution  
BINOM.INV 2010 统计 Statistical 返回使累积二项式分布小于或等于临界值的最小值 Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value  
CHISQ.DIST 2010 统计 Statistical 返回累积 beta 概率密度函数 Returns the cumulative beta probability density function  
CHISQ.DIST.RT 2010 统计 Statistical 返回 χ2 分布的单尾概率 Returns the one-tailed probability of the chi-squared distribution  
CHISQ.INV 2010 统计 Statistical 返回累积 beta 概率密度函数 Returns the cumulative beta probability density function  
CHISQ.INV.RT 2010 统计 Statistical 返回 χ2 分布的单尾概率的反函数 Returns the inverse of the one-tailed probability of the chi-squared distribution  
CHISQ.TEST 2010 统计 Statistical 返回独立性检验值 Returns the test for independence  
CONFIDENCE.NORM 2010 统计 Statistical 返回总体平均值的置信区间 Returns the confidence interval for a population mean  
CONFIDENCE.T 2010 统计 Statistical 返回总体平均值的置信区间(使用学生 t-分布) Returns the confidence interval for a population mean, using a Student's t distribution  
CORREL   统计 Statistical 返回两个数据集之间的相关系数 Returns the correlation coefficient between two data sets 相关系数
COUNT   统计 Statistical 计算参数列表中数字的个数 Counts how many numbers are in the list of arguments 计数
COUNTA   统计 Statistical 计算参数列表中值的个数 Counts how many values are in the list of arguments 计数A
COUNTBLANK   统计 Statistical 计算区域内空白单元格的数量 Counts the number of blank cells within a range 计数空白
COUNTIF   统计 Statistical 计算区域内符合给定条件的单元格的数量 Counts the number of cells within a range that meet the given criteria 计数IF
COUNTIFS   统计 Statistical 计算区域内符合多个条件的单元格的数量 Counts the number of cells within a range that meet multiple criteria 计数IFS
COVARIANCE.P 2010 统计 Statistical 返回协方差(成对偏差乘积的平均值) Returns covariance, the average of the products of paired deviations  
COVARIANCE.S 2010 统计 Statistical 返回样本协方差,即两个数据集中每对数据点的偏差乘积的平均值 Returns the sample covariance, the average of the products deviations for each data point pair in two data sets  
DEVSQ   统计 Statistical 返回偏差的平方和 Returns the sum of squares of deviations  
EXPON.DIST 2010 统计 Statistical 返回指数分布 Returns the exponential distribution  
F.DIST 2010 统计 Statistical 返回 F 概率分布 Returns the F probability distribution  
F.DIST.RT 2010 统计 Statistical 返回 F 概率分布 Returns the F probability distribution  
F.INV 2010 统计 Statistical 返回 F 概率分布的反函数 Returns the inverse of the F probability distribution  
F.INV.RT 2010 统计 Statistical 返回 F 概率分布的反函数 Returns the inverse of the F probability distribution  
F.TEST 2010 统计 Statistical 返回 F 检验的结果 Returns the result of an F-test  
FISHER   统计 Statistical 返回 Fisher 变换值 Returns the Fisher transformation  
FISHERINV   统计 Statistical 返回 Fisher 变换的反函数 Returns the inverse of the Fisher transformation  
FORECAST   统计 Statistical 返回线性趋势值。作为新预测的一部分,
此函数已被 FORECAST.LINEAR 取代,但仍可与早期版本兼容。
Returns a value along a linear trend
This function has been replaced with FORECAST.LINEAR as part of the new Forecasting, but it's still available for compatibility with earlier versions.
预测
FORECAST.ETS 2016 统计 Statistical 通过使用指数平滑 (ETS) 算法的 AAA 版本,返回基于现有(历史)值的未来值 Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm  
FORECAST.ETS.CONFINT 2016 统计 Statistical 返回指定目标日期预测值的置信区间 Returns a confidence interval for the forecast value at the specified target date  
FORECAST.ETS.SEASONALITY 2016 统计 Statistical 返回 Excel 针对指定时间系列检测到的重复模式的长度 Returns the length of the repetitive pattern Excel detects for the specified time series  
FORECAST.ETS.STAT 2016 统计 Statistical 返回作为时间序列预测的结果的统计值。 Returns a statistical value as a result of time series forecasting  
FORECAST.LINEAR 2016 统计 Statistical 返回基于现有值的未来值 Returns a future value based on existing values  
FREQUENCY   统计 Statistical 以垂直数组的形式返回频率分布 Returns a frequency distribution as a vertical array 频率
GAMMA 2013 统计 Statistical 返回 γ 函数值 Returns the Gamma function value  
GAMMA.DIST 2010 统计 Statistical 返回 γ 分布 Returns the gamma distribution  
GAMMA.INV 2010 统计 Statistical 返回 γ 累积分布函数的反函数 Returns the inverse of the gamma cumulative distribution  
GAMMALN   统计 Statistical 返回 γ 函数的自然对数,Γ(x) Returns the natural logarithm of the gamma function, Γ(x)  
GAMMALN.PRECISE 2010 统计 Statistical 返回 γ 函数的自然对数,Γ(x) Returns the natural logarithm of the gamma function, Γ(x)  
GAUSS 2013 统计 Statistical 返回小于标准正态累积分布 0.5 的值 Returns 0.5 less than the standard normal cumulative distribution 高斯
GEOMEAN   统计 Statistical 返回几何平均值 Returns the geometric mean 几何平均法
GROWTH   统计 Statistical 返回指数趋势值 Returns values along an exponential trend  
HARMEAN   统计 Statistical 返回调和平均值 Returns the harmonic mean  
HYPGEOM.DIST   统计 Statistical 返回超几何分布 Returns the hypergeometric distribution 超几何分布
INTERCEPT   统计 Statistical 返回线性回归线的截距 Returns the intercept of the linear regression line  
KURT   统计 Statistical 返回数据集的峰值 Returns the kurtosis of a data set 峰值
LARGE   统计 Statistical 返回数据集中第 k 个最大值 Returns the k-th largest value in a data set 大的
LINEST   统计 Statistical 返回线性趋势的参数 Returns the parameters of a linear trend  
LOGEST   统计 Statistical 返回指数趋势的参数 Returns the parameters of an exponential trend  
LOGNORM.DIST 2010 统计 Statistical 返回对数累积分布函数 Returns the cumulative lognormal distribution  
LOGNORM.INV 2010 统计 Statistical 返回对数累积分布的反函数 Returns the inverse of the lognormal cumulative distribution  
MAX   统计 Statistical 返回参数列表中的最大值 Returns the maximum value in a list of arguments MAX
MAXA   统计 Statistical 返回参数列表中的最大值,包括数字、文本和逻辑值 Returns the maximum value in a list of arguments, including numbers, text, and logical values MAXA
MAXIFS 2019 统计 Statistical 返回一组给定条件或标准指定的单元格之间的最大值 Returns the maximum value among cells specified by a given set of conditions or criteria MAXIFS
MEDIAN   统计 Statistical 返回给定数值集合的中值 Returns the median of the given numbers MEDIAN
MIN   统计 Statistical 返回参数列表中的最小值 Returns the minimum value in a list of arguments 最小值
MINA   统计 Statistical 返回参数列表中的最小值,包括数字、文本和逻辑值 Returns the smallest value in a list of arguments, including numbers, text, and logical values MINA
MINIFS 2019 统计 Statistical 返回一组给定条件或标准指定的单元格之间的最小值。 Returns the minimum value among cells specified by a given set of conditions or criteria. MINIFS
MODE.MULT 2010 统计 Statistical 返回数组或数据区域中最常出现或重复的值的垂直数组 Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data  
MODE.SNGL 2010 统计 Statistical 返回在数据集内出现次数最多的值 Returns the most common value in a data set  
NEGBINOM.DIST 2010 统计 Statistical 返回负二项式分布 Returns the negative binomial distribution  
NORM.DIST 2010 统计 Statistical 返回正态累积分布 Returns the normal cumulative distribution  
NORM.S.DIST 2010 统计 Statistical 返回标准正态累积分布 Returns the standard normal cumulative distribution  
NORM.S.INV 2010 统计 Statistical 返回标准正态累积分布函数的反函数 Returns the inverse of the standard normal cumulative distribution  
NORMINV   统计 Statistical 返回正态累积分布的反函数 Returns the inverse of the normal cumulative distribution  
PEARSON   统计 Statistical 返回 Pearson 乘积矩相关系数 Returns the Pearson product moment correlation coefficient  
PERCENTILE.EXC 2010 统计 Statistical 返回某个范围内值的第 k 个百分点值,其中k在0到1之间(不包括0和1) Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive 百分位数.EXC
PERCENTILE.INC 2010 统计 Statistical 返回区域中数值的第 k 个百分点的值 Returns the k-th percentile of values in a range 百分位数.INC
PERCENTRANK.EXC 2010 统计 Statistical 返回某个值在数据集中的排名(以百分比表示),数据集的百分比(不包括0到1) Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set  
PERCENTRANK.INC 2010 统计 Statistical 返回数据集中值的百分比排位 Returns the percentage rank of a value in a data set  
PERMUT   统计 Statistical 返回给定数目对象的排列数 Returns the number of permutations for a given number of objects  
PERMUTATIONA 2013 统计 Statistical 返回可从总计对象中选择的给定数目对象(含重复)的排列数 Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects  
PHI 2013 统计 Statistical 返回标准正态分布的密度函数值 Returns the value of the density function for a standard normal distribution  
POISSON.DIST 2010 统计 Statistical 返回泊松分布 Returns the Poisson distribution  
PROB   统计 Statistical 返回区域中的数值落在指定区间内的概率 Returns the probability that values in a range are between two limits 概率
QUARTILE.EXC 2010 统计 Statistical 基于 0 到 1(不含 0 和 1)之间的百分位数值,返回数据集的四分位数 Returns the quartile of the data set, based on percentile values from 0..1, exclusive  
QUARTILE.INC 2010 统计 Statistical 返回一组数据的四分位点 Returns the quartile of a data set  
RANK.AVG 2010 统计 Statistical 返回一列数字的数字排位 Returns the rank of a number in a list of numbers  
RANK.EQ 2010 统计 Statistical 返回一列数字的数字排位 Returns the rank of a number in a list of numbers  
RSQ   统计 Statistical 返回 Pearson 乘积矩相关系数的平方 Returns the square of the Pearson product moment correlation coefficient  
SKEW   统计 Statistical 返回分布的不对称度 Returns the skewness of a distribution 倾斜
SKEW.P 2013 统计 Statistical 返回一个分布的不对称度:
用来体现某一分布相对其平均值的不对称程度
Returns the skewness of a distribution based on a population:
A characterization of the degree of asymmetry of a distribution around its mean
倾斜.P
SLOPE   统计 Statistical 返回线性回归线的斜率 Returns the slope of the linear regression line 斜率
SMALL   统计 Statistical 返回数据集中的第 k 个最小值 Returns the k-th smallest value in a data set
STANDARDIZE   统计 Statistical 返回正态化数值 Returns a normalized value 标准化
STDEV.P 2010 统计 Statistical 基于整个样本总体计算标准偏差 Calculates standard deviation based on the entire population 标准差.P
STDEV.S 2010 统计 Statistical 基于样本估算标准偏差 Estimates standard deviation based on a sample 标准差.S
STDEVA   统计 Statistical 基于样本(包括数字、文本和逻辑值)估算标准偏差 Estimates standard deviation based on a sample, including numbers, text, and logical values 标准差
STDEVPA   统计 Statistical 根据总体计算标准差,包括数字、文本和逻辑值 Calculates standard deviation based on the entire population, including numbers, text, and logical values 标准差PA
STEYX   统计 Statistical 返回通过线性回归法预测每个 x 的 y 值时所产生的标准误差 Returns the standard error of the predicted y-value for each x in the regression  
T.DIST 2010 统计 Statistical 返回学生 t-分布的百分点(概率) Returns the Percentage Points (probability) for the Student t-distribution  
T.DIST.2T 2010 统计 Statistical 返回学生 t-分布的百分点(概率) Returns the Percentage Points (probability) for the Student t-distribution  
T.DIST.RT 2010 统计 Statistical 返回学生 t-分布 Returns the Student's t-distribution  
T.INV 2010 统计 Statistical 返回作为概率和自由度函数的学生 t 分布的 t 值 Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom  
T.INV.2T 2010 统计 Statistical 返回学生 t-分布的反函数 Returns the inverse of the Student's t-distribution  
T.TEST 2010 统计 Statistical 返回与学生 t-检验相关的概率 Returns the probability associated with a Student's t-test  
TREND   统计 Statistical 返回线性趋势值 Returns values along a linear trend 趋势
TRIMMEAN   统计 Statistical 返回数据集的内部平均值 Returns the mean of the interior of a data set 修剪平均值
VAR.P 2010 统计 Statistical 计算基于样本总体的方差 Calculates variance based on the entire population  
VAR.S 2010 统计 Statistical 基于样本估算方差 Estimates variance based on a sample  
VARA   统计 Statistical 基于样本(包括数字、文本和逻辑值)估算方差 Estimates variance based on a sample, including numbers, text, and logical values  
VARPA   统计 Statistical 基于样本总体(包括数字、文本和逻辑值)计算标准偏差 Calculates variance based on the entire population, including numbers, text, and logical values  
WEIBULL.DIST 2010 统计 Statistical 返回 Weibull 分布 Returns the Weibull distribution  
Z.TEST 2010 统计 Statistical 返回 z 检验的单尾概率值 Returns the one-tailed probability-value of a z-test  
ARRAYTOTEXT 2021 文本 Text 返回任意指定范围的文本值数组。 Returns an array of text values from any specified range  
ASC   文本 Text 将字符串中的全角(双字节)英文字母或片假名更改为半角(单字节)字符 Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters 全角-半角
DBCS 2013 文本 Text 将字符串中的半角(单字节)英文字母或片假名更改为全角(双字节)字符 Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters 半角-全角
JIS   文本 Text 将字符串中的半宽度(单字节)字符更改为全宽(双字节)字符 Changes half-width (single-byte) characters within a string to full-width (double-byte) characters 半角-全角
BAHTTEXT   文本 Text 使用 ß(泰铢)货币格式将数字转换为文本 Converts a number to text, using the ß (baht) currency format  
CHAR   文本 Text 返回由代码数字指定的字符 Returns the character specified by the code number 字符
CLEAN   文本 Text 删除文本中所有非打印字符 Removes all nonprintable characters from text 清理
CODE   文本 Text 返回文本字符串中第一个字符的数字代码 Returns a numeric code for the first character in a text string 代码
CONCAT 2019 文本 Text 将多个范围和/或字符串中的文本合并,但不提供分隔符或 IgnoreEmpty 参数。 Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments. 连接
CONCATENATE   文本 Text 将几个文本项合并为一个文本项 Joins several text items into one text item 连接
DETECTLANGUAGE 365 文本 Text 标识指定文本的语言 Identifies the language of a specified text 检测语言
DOLLAR   文本 Text 使用 $(人民币)货币格式将数字转换为文本 Converts a number to text, using the $ (dollar) currency format 美元
EXACT   文本 Text 检查两个文本值是否相同 Checks to see if two text values are identical 是否相同
FIND, FINDB   文本 Text 在一个文本值中查找另一个文本值(区分大小写) Finds one text value within another (case-sensitive) 查找
FIXED   文本 Text 将数字格式设置为具有固定小数位数的文本 Formats a number as text with a fixed number of decimals 固定
LEFT, LEFTB   文本 Text 返回文本值中最左边的字符 Returns the leftmost characters from a text value 取字-左
MID, MIDB   文本 Text 从文本字符串中的指定位置起返回特定个数的字符 Returns a specific number of characters from a text string starting at the position you specify 取字-中间
RIGHT, RIGHTB   文本 Text 返回文本值中最右边的字符 Returns the rightmost characters from a text value 取字-右
LEN, LENB   文本 Text 返回文本字符串中的字符个数 Returns the number of characters in a text string 字符个数
LOWER   文本 Text 将文本转换为小写 Converts text to lowercase 小写
UPPER   文本 Text 将文本转换为大写形式 Converts text to uppercase 大写
VALUE   文本 Text 将文本参数转换为数字 Converts a text argument to a number
VALUETOTEXT 2021 文本 Text 从任意指定值返回文本 Returns text from any specified value 文本值
PROPER   文本 Text 将文本值的每个字的首字母大写 Capitalizes the first letter in each word of a text value 首字母大写
NUMBERVALUE 2013 文本 Text 以与区域设置无关的方式将文本转换为数字 Converts text to number in a locale-independent manner  
PHONETIC   文本 Text 提取文本字符串中的拼音(汉字注音)字符 Extracts the phonetic (furigana) characters from a text string 拼音
REGEXEXTRACT 365 文本 Text 提取所提供文本中与模式匹配的字符串 Extracts strings within the provided text that matches the pattern  
REGEXREPLACE 365 文本 Text 将所提供文本中与模式匹配的字符串替换为替换项 Replaces strings within the provided text that matches the pattern with replacement  
REGEXTEST 365 文本 Text 确定文本的任何部分是否与模式匹配 Determines whether any part of text matches the pattern  
REPLACE, REPLACEB   文本 Text 替换文本中的字符 Replaces characters within text 替换
REPT   文本 Text 按给定次数重复文本 Repeats text a given number of times 重复
SEARCH, SEARCHB   文本 Text 在一个文本值中查找另一个文本值(不区分大小写) Finds one text value within another (not case-sensitive) 搜索
SUBSTITUTE   文本 Text 在文本字符串中用新文本替换旧文本 Substitutes new text for old text in a text string 替换
T   文本 Text 将参数转换为文本 Converts its arguments to text  
TEXT   文本 Text 设置数字格式并将其转换为文本 Formats a number and converts it to text 文本
TEXTAFTER 2024 文本 Text 返回在给定字符或字符串之后发生的文本 Returns text that occurs after given character or string  
TEXTBEFORE 2024 文本 Text 返回在给定字符或字符串之前发生的文本 Returns text that occurs before a given character or string  
TEXTJOIN 2019 文本 Text 合并来自多个范围和/或字符串的文本 Combines the text from multiple ranges and/or strings  
TEXTSPLIT 2024 文本 Text 使用列和行分隔符拆分文本字符串 Splits text strings by using column and row delimiters 文本分割
TRANSLATE 365 文本 Text 将文本从一种语言翻译为另一种语言 Translates a text from one language to another 翻译
TRIM   文本 Text 删除文本中的空格 Removes spaces from text 删除空格
UNICHAR 2013 文本 Text 返回给定数值引用的 Unicode 字符 Returns the Unicode character that is references by the given numeric value  
UNICODE 2013 文本 Text 返回对应于文本的第一个字符的数字(代码点) Returns the number (code point) that corresponds to the first character of the text  
CELL   信息 Information 返回有关单元格格式、位置或内容的信息。
此函数在 Excel 网页版 中不可用。
Returns information about the formatting, location, or contents of a cell
This function is not available in Excel for the web.
单元格
ERROR.TYPE   信息 Information 返回对应于错误类型的数字 Returns a number corresponding to an error type  
INFO   信息 Information 返回有关当前操作环境的信息。
此函数在 Excel 网页版 中不可用。
Returns information about the current operating environment
This function is not available in Excel for the web.
信息
ISBLANK   信息 Information 如果值为空,则返回 TRUE Returns TRUE if the value is blank is空白
ISERR   信息 Information 如果值为除 #N/A 以外的任何错误值,则返回 TRUE Returns TRUE if the value is any error value except #N/A is错误
ISERROR   信息 Information 如果值为任何错误值,则返回 TRUE Returns TRUE if the value is any error value is错误s
ISEVEN   信息 Information 如果数字为偶数,则返回 TRUE Returns TRUE if the number is even is偶数
ISODD   信息 Information 如果数字为奇数,则返回 TRUE Returns TRUE if the number is odd is奇数
ISFORMULA 2013 信息 Information 如果有对包含公式的单元格的引用,则返回 TRUE Returns TRUE if there is a reference to a cell that contains a formula is公式
ISLOGICAL   信息 Information 如果值为逻辑值,则返回 TRUE Returns TRUE if the value is a logical value is逻辑
ISNA   信息 Information 如果值为错误值 #N/A,则返回 TRUE Returns TRUE if the value is the #N/A error value isNA
ISNONTEXT   信息 Information 如果值不是文本,则返回 TRUE Returns TRUE if the value is not text is非文本
ISNUMBER   信息 Information 如果值为数字,则返回 TRUE Returns TRUE if the value is a number is数字
ISOMITTED 2024 信息 Information 检查 LAMBDA 中是否缺少值,并返回 TRUE 或 FALSE Checks whether the value in a LAMBDA is missing and returns TRUE or FALSE is缺少值
ISREF   信息 Information 如果值为引用值,则返回 TRUE Returns TRUE if the value is a reference is引用
ISTEXT   信息 Information 如果值为文本,则返回 TRUE Returns TRUE if the value is text is文本
N   信息 Information 返回转换为数字的值 Returns a value converted to a number  
NA   信息 Information 返回错误值 #N/A Returns the error value #N/A  
SHEET 2013 信息 Information 返回引用工作表的工作表编号 Returns the sheet number of the referenced sheet 工作表
SHEETS 2013 信息 Information 返回引用中的工作表数 Returns the number of sheets in a reference 工作表
STOCKHISTORY   信息 Information 检索有关金融工具的历史数据,并将其作为数组加载 Retrieves historical data about a financial instrument and loads it as an array  
STOCKHISTORY 365 信息 Information 检索有关金融工具的历史数据 Retrieves historical data about a financial instrument  
TYPE   信息 Information 返回表示值的数据类型的数字 Returns a number indicating the data type of a value 类型
 

2.3 所有函数之二

函数名称 Year 类型 说明 description
ACCRINT   财务 Financial 返回定期支付利息的债券的应计利息 Returns the accrued interest for a security that pays periodic interest
ACCRINTM   财务 Financial 返回到期支付利息的债券的应计利息 Returns the accrued interest for a security that pays interest at maturity
AMORDEGRC   财务 Financial 使用折旧系数返回每个记帐期的折旧值 Returns the depreciation for each accounting period by using a depreciation coefficient
AMORLINC   财务 Financial 返回每个记帐期的折旧值 Returns the depreciation for each accounting period
COUPDAYBS   财务 Financial 返回从票息期开始到结算日之间的天数 Returns the number of days from the beginning of the coupon period to the settlement date
COUPDAYS   财务 Financial 返回包含结算日的票息期天数 Returns the number of days in the coupon period that contains the settlement date
COUPDAYSNC   财务 Financial 返回从结算日到下一票息支付日之间的天数 Returns the number of days from the settlement date to the next coupon date
COUPNCD   财务 Financial 返回结算日之后的下一个票息支付日 Returns the next coupon date after the settlement date
COUPNUM   财务 Financial 返回结算日与到期日之间可支付的票息数 Returns the number of coupons payable between the settlement date and maturity date
COUPPCD   财务 Financial 返回结算日之前的上一票息支付日 Returns the previous coupon date before the settlement date
CUMIPMT   财务 Financial 返回两个付款期之间累积支付的利息 Returns the cumulative interest paid between two periods
CUMPRINC   财务 Financial 返回两个付款期之间为贷款累积支付的本金 Returns the cumulative principal paid on a loan between two periods
DB   财务 Financial 使用固定余额递减法返回指定期间的资产折旧值 Returns the depreciation of an asset for a specified period by using the fixed-declining balance method
DDB   财务 Financial 使用双倍余额递减法或其他指定方法,返回一笔资产在给定期间内的折旧值 Returns the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify
DISC   财务 Financial 返回债券的贴现率 Returns the discount rate for a security
DOLLARDE   财务 Financial 将以分数表示的价格转换为以小数表示的价格 Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number
DOLLARFR   财务 Financial 将以小数表示的价格转换为以分数表示的价格 Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction
DURATION   财务 Financial 返回定期支付利息的债券的每年期限 Returns the annual duration of a security with periodic interest payments
EFFECT   财务 Financial 返回年有效利率 Returns the effective annual interest rate
FV   财务 Financial 返回一笔投资的未来值 Returns the future value of an investment
FVSCHEDULE   财务 Financial 返回应用一系列复利率计算的初始本金的未来值 Returns the future value of an initial principal after applying a series of compound interest rates
INTRATE   财务 Financial 返回完全投资型债券的利率 Returns the interest rate for a fully invested security
IPMT   财务 Financial 返回一笔投资在给定期间内支付的利息 Returns the interest payment for an investment for a given period
IRR   财务 Financial 返回一系列现金流的内部收益率 Returns the internal rate of return for a series of cash flows
ISPMT   财务 Financial 计算特定投资期内要支付的利息 Calculates the interest paid during a specific period of an investment
MDURATION   财务 Financial 返回假设面值为 $100 的有价证券的 Macauley 修正期限 Returns the Macauley modified duration for a security with an assumed par value of $100
MIRR   财务 Financial 返回正负现金流以不同利率融资的内部收益率 Returns the internal rate of return where positive and negative cash flows are financed at different rates
NOMINAL   财务 Financial 返回年度的名义利率 Returns the annual nominal interest rate
NPER   财务 Financial 返回投资的期数 Returns the number of periods for an investment
NPV   财务 Financial 返回基于一系列定期的现金流和贴现率计算的投资的净现值 Returns the net present value of an investment based on a series of periodic cash flows and a discount rate
ODDFPRICE   财务 Financial 返回每张票面为 $100 且第一期为奇数的债券的现价 Returns the price per $100 face value of a security with an odd first period
ODDFYIELD   财务 Financial 返回第一期为奇数的债券的收益 Returns the yield of a security with an odd first period
ODDLPRICE   财务 Financial 返回每张票面为 $100 且最后一期为奇数的债券的现价 Returns the price per $100 face value of a security with an odd last period
ODDLYIELD   财务 Financial 返回最后一期为奇数的债券的收益 Returns the yield of a security with an odd last period
PDURATION 2013 财务 Financial 返回投资到达指定值所需的期数 Returns the number of periods required by an investment to reach a specified value
PMT   财务 Financial 返回年金的定期支付金额 Returns the periodic payment for an annuity
PPMT   财务 Financial 返回一笔投资在给定期间内偿还的本金 Returns the payment on the principal for an investment for a given period
PRICE   财务 Financial 返回每张票面为 $100 且定期支付利息的债券的现价 Returns the price per $100 face value of a security that pays periodic interest
PRICEDISC   财务 Financial 返回每张票面为 $100 的已贴现债券的现价 Returns the price per $100 face value of a discounted security
PRICEMAT   财务 Financial 返回每张票面为 $100 且在到期日支付利息的债券的现价 Returns the price per $100 face value of a security that pays interest at maturity
PV   财务 Financial 返回投资的现值 Returns the present value of an investment
RATE   财务 Financial 返回年金的各期利率 Returns the interest rate per period of an annuity
RECEIVED   财务 Financial 返回完全投资型债券在到期日收回的金额 Returns the amount received at maturity for a fully invested security
RRI 2013 财务 Financial 返回某项投资增长的等效利率 Returns an equivalent interest rate for the growth of an investment
SLN   财务 Financial 返回固定资产的每期线性折旧费 Returns the straight-line depreciation of an asset for one period
SYD   财务 Financial 返回某项固定资产按年限总和折旧法计算的每期折旧金额 Returns the sum-of-years' digits depreciation of an asset for a specified period
TBILLEQ   财务 Financial 返回国库券的等价债券收益 Returns the bond-equivalent yield for a Treasury bill
TBILLPRICE   财务 Financial 返回面值 $100 的国库券的价格 Returns the price per $100 face value for a Treasury bill
TBILLYIELD   财务 Financial 返回国库券的收益率 Returns the yield for a Treasury bill
VDB   财务 Financial 使用余额递减法返回指定或部分期间的资产折旧 Returns the depreciation of an asset for a specified or partial period by using a declining balance method
XIRR   财务 Financial 返回一组现金流的内部收益率,这些现金流不一定定期发生 Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic
XNPV   财务 Financial 返回一组现金流的净现值,这些现金流不一定定期发生 Returns the net present value for a schedule of cash flows that is not necessarily periodic
YIELD   财务 Financial 返回定期支付利息的债券的收益 Returns the yield on a security that pays periodic interest
YIELDDISC   财务 Financial 返回已贴现债券的年收益;例如,短期国库券 Returns the annual yield for a discounted security; for example, a Treasury bill
YIELDMAT   财务 Financial 返回在到期日支付利息的债券的年收益 Returns the annual yield of a security that pays interest at maturity
CUBEKPIMEMBER   多维 Cube 返回关键绩效指标 (KPI) 名称、属性和度量,并显示单元格中的名称和属性。
KPI 是一项用于监视单位业绩的可量化的指标,如每月总利润或每季度雇员调整。
Returns a key performance indicator (KPI) name, property, and measure, and displays the name and property in the cell.
A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, used to monitor an organization's performance.
CUBEMEMBER   多维 Cube 返回多维数据集层次结构中的成员或元组。
用于验证多维数据集内是否存在该成员或元组。
Returns a member or tuple in a cube hierarchy.
Use to validate that the member or tuple exists in the cube.
CUBEMEMBERPROPERTY   多维 Cube 返回多维数据集内成员属性的值。
用于验证多维数据集内是否存在某个成员名并返回此成员的指定属性。
Returns the value of a member property in the cube.
Use to validate that a member name exists within the cube and to return the specified property for this member.
CUBERANKEDMEMBER   多维 Cube 返回集合中的第 n 个或前n名成员。
用于返回集合中的一个或多个元素,如业绩排在前几名的销售人员或前 10 名的学生。
Returns the nth, or ranked, member in a set.
Use to return one or more elements in a set, such as the top sales performer or top 10 students.
CUBESET   多维 Cube 通过向服务器上的多维数据集发送集合表达式来定义一组计算的成员或元组,
该多维数据集会创建集合,然后将该集合返回到 Microsoft Office Excel。
Defines a calculated set of members or tuples by sending a set expression to the cube on the server,
Which creates the set, and then returns that set to Microsoft Office Excel.
CUBESETCOUNT   多维 Cube 返回集合中的项目数。 Returns the number of items in a set.
CUBEVALUE   多维 Cube 从多维数据集中返回汇总值。 Returns an aggregated value from a cube.
BESSELI   工程 Engineering 返回修正的贝赛耳函数 In(x) Returns the modified Bessel function In(x)
BESSELJ   工程 Engineering 返回贝赛耳函数 Jn(x) Returns the Bessel function Jn(x)
BESSELK   工程 Engineering 返回修正的贝赛耳函数 Kn(x) Returns the modified Bessel function Kn(x)
BESSELY   工程 Engineering 返回贝赛耳函数 Yn(x) Returns the Bessel function Yn(x)
BIN2DEC   工程 Engineering 将二进制数转换为十进制数 Converts a binary number to decimal
BIN2HEX   工程 Engineering 将二进制数转换为十六进制数 Converts a binary number to hexadecimal
BIN2OCT   工程 Engineering 将二进制数转换为八进制数 Converts a binary number to octal
BITAND 2013 工程 Engineering 返回两个数的“按位与” Returns a 'Bitwise And' of two numbers
BITLSHIFT 2013 工程 Engineering 返回左移 shift_amount 位的计算值接收数 Returns a value number shifted left by shift_amount bits
BITOR 2013 工程 Engineering 返回两个数的“按位或” Returns a bitwise OR of 2 numbers
BITRSHIFT 2013 工程 Engineering 返回右移 shift_amount 位的计算值接收数 Returns a value number shifted right by shift_amount bits
BITXOR 2013 工程 Engineering 返回两个数的按位“异或” Returns a bitwise 'Exclusive Or' of two numbers
COMPLEX   工程 Engineering 将实系数和虚系数转换为复数 Converts real and imaginary coefficients into a complex number
CONVERT   工程 Engineering 将数字从一种度量系统转换为另一种度量系统 Converts a number from one measurement system to another
DEC2BIN   工程 Engineering 将十进制数转换为二进制数 Converts a decimal number to binary
DEC2HEX   工程 Engineering 将十进制数转换为十六进制数 Converts a decimal number to hexadecimal
DEC2OCT   工程 Engineering 将十进制数转换为八进制数 Converts a decimal number to octal
DELTA   工程 Engineering 检验两个值是否相等 Tests whether two values are equal
ERF   工程 Engineering 返回误差函数 Returns the error function
ERF.PRECISE 2010 工程 Engineering 返回误差函数 Returns the error function
ERFC   工程 Engineering 返回互补误差函数 Returns the complementary error function
ERFC.PRECISE 2010 工程 Engineering 返回从 x 到无穷大积分的互补 ERF 函数 Returns the complementary ERF function integrated between x and infinity
GESTEP   工程 Engineering 检验数字是否大于阈值 Tests whether a number is greater than a threshold value
HEX2BIN   工程 Engineering 将十六进制数转换为二进制数 Converts a hexadecimal number to binary
HEX2DEC   工程 Engineering 将十六进制数转换为十进制数 Converts a hexadecimal number to decimal
HEX2OCT   工程 Engineering 将十六进制数转换为八进制数 Converts a hexadecimal number to octal
IMABS   工程 Engineering 返回复数的绝对值(模数) Returns the absolute value (modulus) of a complex number
IMAGINARY   工程 Engineering 返回复数的虚系数 Returns the imaginary coefficient of a complex number
IMARGUMENT   工程 Engineering 返回参数 theta,即以弧度表示的角 Returns the argument theta, an angle expressed in radians
IMCONJUGATE   工程 Engineering 返回复数的共轭复数 Returns the complex conjugate of a complex number
IMCOS   工程 Engineering 返回复数的余弦 Returns the cosine of a complex number
IMCOSH 2013 工程 Engineering 返回复数的双曲余弦值 Returns the hyperbolic cosine of a complex number
IMCOT 2013 工程 Engineering 返回复数的余弦值 Returns the cotangent of a complex number
IMCSC 2013 工程 Engineering 返回复数的余割值 Returns the cosecant of a complex number
IMCSCH 2013 工程 Engineering 返回复数的双曲余割值 Returns the hyperbolic cosecant of a complex number
IMDIV   工程 Engineering 返回两个复数的商 Returns the quotient of two complex numbers
IMEXP   工程 Engineering 返回复数的指数 Returns the exponential of a complex number
IMLN   工程 Engineering 返回复数的自然对数 Returns the natural logarithm of a complex number
IMLOG10   工程 Engineering 返回复数的以 10 为底的对数 Returns the base-10 logarithm of a complex number
IMLOG2   工程 Engineering 返回复数的以 2 为底的对数 Returns the base-2 logarithm of a complex number
IMPOWER   工程 Engineering 返回复数的整数幂 Returns a complex number raised to an integer power
IMPRODUCT   工程 Engineering 返回复数的 Product Returns the product of complex numbers
IMREAL   工程 Engineering 返回复数的实系数 Returns the real coefficient of a complex number
IMSEC 2013 工程 Engineering 返回复数的正割值 Returns the secant of a complex number
IMSECH 2013 工程 Engineering 返回复数的双曲正割值 Returns the hyperbolic secant of a complex number
IMSIN   工程 Engineering 返回复数的正弦 Returns the sine of a complex number
IMSINH 2013 工程 Engineering 返回复数的双曲正弦值 Returns the hyperbolic sine of a complex number
IMSQRT   工程 Engineering 返回复数的平方根 Returns the square root of a complex number
IMSUB   工程 Engineering 返回两个复数的差 Returns the difference between two complex numbers
IMSUM   工程 Engineering 返回多个复数的和 Returns the sum of complex numbers
IMTAN 2013 工程 Engineering 返回复数的正切值 Returns the tangent of a complex number
OCT2BIN   工程 Engineering 将八进制数转换为二进制数 Converts an octal number to binary
OCT2DEC   工程 Engineering 将八进制数转换为十进制数 Converts an octal number to decimal
OCT2HEX   工程 Engineering 将八进制数转换为十六进制数 Converts an octal number to hexadecimal
CALL   加载项和自动化 调用动态链接库或代码源中的过程 Calls a procedure in a dynamic link library or code resource
EUROCONVERT   加载项和自动化 将数字转换为欧元形式,将数字由欧元形式转换为欧盟成员国货币形式,
或利用欧元作为中间货币将数字由某一欧盟成员国货币转化为另一欧盟成员国货币的形式(三角转换关系)。
Converts a number to euros, converts a number from euros to a euro member currency,
Or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation).
REGISTER.ID   加载项和自动化 返回已注册过的指定动态链接库 (DLL) 或代码源的注册 ID 返回已注册过的指定动态链接库 (DLL) 或代码源的注册 ID
BETADIST   兼容性 返回 beta 累积分布函数 Returns the beta cumulative distribution function
BETAINV   兼容性 返回指定 beta 分布的累积分布函数的反函数 Returns the inverse of the cumulative distribution function for a specified beta distribution
BINOMDIST   兼容性 返回一元二项式分布的概率 Returns the individual term binomial distribution probability
CEILING   兼容性 将数字舍入为最接近的整数或最接近的指定基数的倍数 Rounds a number to the nearest integer or to the nearest multiple of significance
CHIDIST   兼容性 返回 χ2 分布的单尾概率 Returns the one-tailed probability of the chi-squared distribution
CHIINV   兼容性 返回 χ2 分布的单尾概率的反函数 Returns the inverse of the one-tailed probability of the chi-squared distribution
CHITEST   兼容性 返回独立性检验值 Returns the test for independence
CONFIDENCE   兼容性 返回总体平均值的置信区间 Returns the confidence interval for a population mean
COVAR   兼容性 返回协方差(成对偏差乘积的平均值) Returns covariance, the average of the products of paired deviations
CRITBINOM   兼容性 返回使累积二项式分布小于或等于临界值的最小值 Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value
EXPONDIST   兼容性 返回指数分布 Returns the exponential distribution
FDIST   兼容性 返回 F 概率分布 Returns the F probability distribution
FINV   兼容性 返回 F 概率分布的反函数 Returns the inverse of the F probability distribution
FLOOR   兼容性 将数字向下舍入 Rounds a number down, toward zero
FTEST   兼容性 返回 F 检验的结果 Returns the result of an F-test
GAMMADIST   兼容性 返回 γ 分布 Returns the gamma distribution
GAMMAINV   兼容性 返回 γ 累积分布函数的反函数 Returns the inverse of the gamma cumulative distribution
HYPGEOMDIST   兼容性 返回超几何分布 Returns the hypergeometric distribution
LOGINV   兼容性 返回对数累积分布的反函数 Returns the inverse of the lognormal cumulative distribution
LOGNORMDIST   兼容性 返回对数累积分布函数 Returns the cumulative lognormal distribution
MODE   兼容性 返回在数据集内出现次数最多的值 Returns the most common value in a data set
NEGBINOMDIST   兼容性 返回负二项式分布 Returns the negative binomial distribution
NORM.INV 2010 兼容性 返回正态累积分布的反函数 Returns the inverse of the normal cumulative distribution
NORMDIST   兼容性 返回正态累积分布 Returns the normal cumulative distribution
NORMSDIST   兼容性 返回标准正态累积分布 Returns the standard normal cumulative distribution
NORMSINV   兼容性 返回标准正态累积分布函数的反函数 Returns the inverse of the standard normal cumulative distribution
PERCENTILE   兼容性 返回区域中数值的第 k 个百分点的值 Returns the k-th percentile of values in a range
PERCENTRANK   兼容性 返回数据集中值的百分比排位 Returns the percentage rank of a value in a data set
POISSON   兼容性 返回泊松分布 Returns the Poisson distribution
QUARTILE   兼容性 返回一组数据的四分位点 Returns the quartile of a data set
RANK   兼容性 返回一列数字的数字排位 Returns the rank of a number in a list of numbers
STDEV   兼容性 基于样本估算标准偏差 Estimates standard deviation based on a sample
STDEVP   兼容性 基于整个样本总体计算标准偏差 Calculates standard deviation based on the entire population
TDIST   兼容性 返回学生 t-分布 Returns the Student's t-distribution
TINV   兼容性 返回学生 t-分布的反函数 Returns the inverse of the Student's t-distribution
TTEST   兼容性 返回与学生 t-检验相关的概率 Returns the probability associated with a Student's t-test
VAR   兼容性 基于样本估算方差 Estimates variance based on a sample
VARP   兼容性 计算基于样本总体的方差 Calculates variance based on the entire population
WEIBULL   兼容性 基于样本总体(包括数字、文本和逻辑值)计算标准偏差 Calculates variance based on the entire population, including numbers, text, and logical values
ZTEST   兼容性 返回 z 检验的单尾概率值 Returns the one-tailed probability-value of a z-test
DAVERAGE   Database 返回所选数据库条目的平均值 Returns the average of selected database entries
DCOUNT   Database 计算数据库中包含数字的单元格的数量 Counts the cells that contain numbers in a database
DCOUNTA   Database 计算数据库中非空单元格的数量 Counts nonblank cells in a database
DGET   Database 从数据库提取符合指定条件的单个记录 Extracts from a database a single record that matches the specified criteria
DMAX   Database 返回所选数据库条目的最大值 Returns the maximum value from selected database entries
DMIN   Database 返回所选数据库条目的最小值 Returns the minimum value from selected database entries
DPRODUCT   Database 将数据库中符合条件的记录的特定字段中的值相乘 Multiplies the values in a particular field of records that match the criteria in a database
DSTDEV   Database 基于所选数据库条目的样本估算标准偏差 Estimates the standard deviation based on a sample of selected database entries
DSTDEVP   Database 基于所选数据库条目的样本总体计算标准偏差 Calculates the standard deviation based on the entire population of selected database entries
DSUM   Database 对数据库中符合条件的记录的字段列中的数字求和 Adds the numbers in the field column of records in the database that match the criteria
DVAR   Database 基于所选数据库条目的样本估算方差 Estimates variance based on a sample from selected database entries
DVARP   Database 基于所选数据库条目的样本总体计算方差 Calculates variance based on the entire population of selected database entries
ENCODEURL 2013 Web 返回 URL 编码的字符串。
此函数在 Excel 网页版 中不可用。
Returns a URL-encoded string
This function is not available in Excel for the web.
FILTERXML 2013 Web 使用指定的 XPath,返回 XML 内容中的特定数据。
此函数在 Excel 网页版 中不可用。
Returns specific data from the XML content by using the specified XPath
This function is not available in Excel for the web.
WEBSERVICE 2013 Web 返回 Web 服务中的数据。
此函数在 Excel 网页版 中不可用。
Returns data from a web service.
This function is not available in Excel for the web.
 

2.4 ROUND函数

可用于舍去小数的相关函数如下... 
函数名称 基数 2.3 -2.3 6.7 -6.7 数字变化 说明
ROUND   2 -2 7 -7 四舍五入  
ROUNDUP   3 -3 7 -7 远离0 向上取整
ROUNDDOWN   2 -2 6 -6 靠近0 向下取整
TRUNC   2 -2 6 -6 靠近0 截尾取整
EVEN   4 -4 8 -8 远离0 将数字向上舍入到最接近的偶数
ODD   3 -3 7 -7 远离0 将数字向上舍入为最接近的奇数
MROUND 1 2 -2 7 -7 靠近基数 返回一个舍入到所需倍数的数字
INT   2 -3 6 -7 变小取整 将数字向下舍入到最接近的整数
FLOOR   2 -3 6 -7 变小取倍数 将数字向下舍入
FLOOR.MATH 2 2 -4 6 -8 变小取倍数 将数字向下舍入为最接近的整数或最接近的指定基数的倍数
FLOOR.PRECISE 2.2 2.2 -4.4 6.6 -8.8 变小取倍数 将数字舍入为最接近的整数或最接近的指定基数的倍数。
ISO.CEILING 2 4 -2 8 -6 变大取倍数 返回一个数字,该数字向上舍入为最接近的整数或最接近的有效位的倍数
CEILING   3 -2 7 -6 变大取倍数 将数字舍入为最接近的整数或最接近的指定基数的倍数
CEILING.MATH 2 4 -2 8 -6 变大取倍数 将数字向上舍入为最接近的整数或最接近的指定基数的倍数
CEILING.PRECISE 1.8 3.6 -1.8 7.2 -5.4 变大取倍数 将数字舍入为最接近的整数或最接近的指定基数的倍数。
 

3. Spreadsheet

3.1 免费电子表格软件

Spreadsheet 免费 开源 在线 备注
LibreOffice Y Y    
OpenOffice Y Y    
Collabora Y Y Y 需网络
Google Y   Y 需网络
WPS电子表格 Y     含广告
 

3.2 Excel局限性和错误

  • 数值精度
  • 统计函数
  • Excel MOD函数错误
  • 1900年虚构的闰日
  • 日期范围
  • 转换问题
  • 大字符串的错误
  • 文件名