| 函数名称 |
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 |
类型 |