Excel-functions

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 reference4040 查找与引用
Logical1919 逻辑
Date and time2525 日期与时间
Math and trigonometry8080 数学与三角函数
Statistical111111 统计
Text4343 文本
Information2323 信息
Engineering541354工程
Compatibility40240兼容性
Financial55 55财务
Cube7 7多维数据集
Add-in and Automation3 3加载项和自动化
Database12 12数据库
Web3 3Web

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选择
CHOOSECOLS2024查找与引用返回数组中的指定列Returns the specified columns from an array选择列
CHOOSEROWS2024查找与引用返回数组中的指定行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行数
DROP2024查找与引用从数组的开头或结尾排除指定数量的行或列Excludes a specified number of rows or columns from the start or end of an array排除
EXPAND2024查找与引用将数组展开或填充到指定的行和列维度Expands or pads an array to specified row and column dimensions扩展
FILTER2021查找与引用基于定义的条件筛选一定范围内数据。Filters a range of data based on criteria you define过滤器
FORMULATEXT2013查找与引用将给定引用的公式返回为文本Returns the formula at the given reference as text公式-文本
GETPIVOTDATA 查找与引用返回存储在数据透视表中的数据Returns data stored in a PivotTable report数据透视
GROUPBY365查找与引用帮助用户根据指定的字段对数据进行分组、聚合、排序和筛选Helps a user group, aggregate, sort, and filter data based on the fields you specify分组
PIVOTBY365查找与引用帮助用户根据指定的行和列字段对数据进行分组、聚合、排序和筛选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
XLOOKUP2021查找与引用搜索区域或数组,并返回与之找到的第一个匹配项对应的项。
如果不存在匹配项,则 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
HSTACK2024查找与引用按顺序水平追加数组,以返回更大的数组Appends arrays horizontally and in sequence to return a larger array堆栈-H
VSTACK2024查找与引用按顺序垂直追加数组,以返回更大的数组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超级链接
IMAGE2024查找与引用返回来自给定源的图像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匹配
XMATCH2021查找与引用返回项目在数组或单元格区域中的相对位置。 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实时数据
SORT2021查找与引用对区域或数组的内容进行排序Sorts the contents of a range or array排序
SORTBY2021查找与引用根据相应区域或数组中的值对区域或数组的内容进行排序Sorts the contents of a range or array based on the values in a corresponding range or array排序依据
TAKE2024查找与引用从数组的开头或结尾返回指定数量的连续行或列Returns a specified number of contiguous rows or columns from the start or end of an array 
TOCOL2024查找与引用返回单列中的数组Returns the array in a single column单列数组
TOROW2024查找与引用返回单行中的数组Returns the array in a single row单行数组
TRANSPOSE 查找与引用返回数组的转置Returns the transpose of an array转置
TRIMRANGE365查找与引用从区域或数组的边缘扫描,直到找到非空单元格(或值),然后排除这些空行或空列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修剪范围
UNIQUE2021查找与引用返回列表或区域的唯一值列表Returns a list of unique values in a list or range唯一
WRAPCOLS2024查找与引用在指定数量的元素之后,将按列提供的值的行或列换行Wraps the provided row or column of values by columns after a specified number of elements按列换行
WRAPROWS2024查找与引用在指定数量的元素之后,将按行提供的值的行或列换行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,则返回 TRUEReturns TRUE if all of its arguments are TRUE
OR 逻辑 Logical如果任一参数为 TRUE,则返回 TRUEReturns TRUE if any argument is TRUE
NOT 逻辑 Logical对其参数的逻辑求反Reverses the logic of its argument
XOR2013逻辑 Logical返回所有参数的逻辑“异或”值Returns a logical exclusive OR of all arguments异或
LAMBDA2024逻辑 Logical创建自定义、可重用项并通过易记名称调用它们Create custom, reusable and call them by a friendly nameLAMBDA
BYCOL2024逻辑 Logical对每一列应用 LAMBDA 并返回结果数组Applies a LAMBDA to each column and returns an array of the resultsLA 按行
BYROW2024逻辑 Logical对每一行应用 LAMBDA 并返回结果数组Applies a LAMBDA to each row and returns an array of the resultsLA 按列
MAKEARRAY2024逻辑 Logical通过应用 LAMBDA 返回指定行和列大小的计算数组Returns a calculated array of a specified row and column size, by applying a LAMBDALA
MAP2024逻辑 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 valueLA
REDUCE2024逻辑 Logical通过对每个值应用 LAMBDA 函数,将数组缩减为累加值,并在累加器中返回总值Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulatorLA 减少
SCAN2024逻辑 Logical通过对每个值应用 LAMBDA 扫描数组,并返回包含每个中间值的数组Scans an array by applying a LAMBDA to each value and returns an array that has each intermediate valueLA 扫描
TRUE 逻辑 Logical返回逻辑值 TRUEReturns the logical value TRUE
FALSE 逻辑 Logical返回逻辑值 FALSEReturns the logical value FALSE
IF 逻辑 Logical指定要执行的逻辑检测Specifies a logical test to performIF
IFERROR 逻辑 Logical如果公式的计算结果错误,则返回您指定的值;否则返回公式的结果Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formulaif错误
IFNA2013逻辑 Logical如果表达式解析为 #N/A,则返回指定值;否则返回表达式的结果Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expressionifNA
IFS2019逻辑 Logical检查是否满足一个或多个条件,且是否返回与第一个 TRUE 条件对应的值。Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition.IFS
LET2021逻辑 Logical将名称分配给计算结果Assigns names to calculation results 
SWITCH2019逻辑 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取号数
DAYS2013日期与时间返回两个日期之间的天数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小时
ISOWEEKNUM2013日期与时间返回给定日期在全年中的 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.INTL2010日期与时间返回两个日期之间的完整工作日的天数(使用参数指明周末有几天并指明是哪几天)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.INTL2010日期与时间使用参数返回指定工作日数之前或之后日期的序列号,
以指示哪些天是周末以及有多少天是周末
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绝对值
ARABIC2013数学与三角函数将罗马数字转换为阿拉伯数字Converts a Roman number to Arabic, as a number阿拉伯数
ROMAN 数学与三角函数将阿拉伯数字转换为文字形式的罗马数字Converts an arabic numeral to roman, as text罗马数字
PI 数学与三角函数返回 pi 的值Returns the value of piPI
BASE 数学与三角函数将数字转换为具备给定基数 (base) 的文本表示Converts a number into a text representation with the given radix (base) 
DECIMAL2013数学与三角函数将给定基数内的数的文本表示转换为十进制数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组合数
COMBINA2013数学与三角函数返回给定数目项目具有重复项的组合数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.MATH2013数学与三角函数将数字向下舍入为最接近的整数或最接近的指定基数的倍数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.CEILING2013数学与三角函数返回一个数字,该数字向上舍入为最接近的整数或最接近的有效位的倍数Returns a number that is rounded up to the nearest integer or to the nearest multiple of significanceISO上限
CEILING 兼容性将数字舍入为最接近的整数或最接近的指定基数的倍数Rounds a number to the nearest integer or to the nearest multiple of significance 
CEILING.MATH2013数学与三角函数将数字向上舍入为最接近的整数或最接近的指定基数的倍数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反双曲余弦
ACOT2013数学与三角函数返回数字的反余切值Returns the arccotangent of a number反余切
ACOTH2013数学与三角函数返回数字的双曲反余切值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余弦函数
COT2013数学与三角函数返回数字的双曲余弦值Returns the hyperbolic cosine of a number余弦函数
COTH2013数学与三角函数返回角度的余弦值Returns the cotangent of an angle余弦
CSC2013数学与三角函数返回角度的余割值Returns the cosecant of an angle 
CSCH2013数学与三角函数返回角度的双曲余割值Returns the hyperbolic cosecant of an angle 
SEC2013数学与三角函数返回角度的正割值Returns the secant of an angle 
SECH2013数学与三角函数返回角度的双曲正切值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多项式
MUNIT2013数学与三角函数返回单位矩阵或指定维度Returns the unit matrix or the specified dimension 
PERCENTOF365数学与三角函数对子集中的值求和并将其除以所有值Sums the values in the subset and divides it by all the values百分比
RAND 数学与三角函数返回 0 和 1 之间的一个随机数Returns a random number between 0 and 1随机数
RANDARRAY2021数学与三角函数返回 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范围内随机数
SEQUENCE2021数学与三角函数生成数组中的序列号列表,例如 1、2、3、4Generates 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 criteriaSUMIF
SUMIFS 数学与三角函数在区域中添加满足多个条件的单元格Adds the cells in a range that meet multiple criteriaSUMIFS
SUMPRODUCT 数学与三角函数返回对应的数组元素的乘积和Returns the sum of the products of corresponding array components乘积和
SUMSQ 数学与三角函数返回参数的平方和Returns the sum of the squares of the argumentsSUMSQ
SUMX2MY2 数学与三角函数返回两数组中对应值平方差之和Returns the sum of the difference of squares of corresponding values in two arraysSUMX2MY2
SUMX2PY2 数学与三角函数返回两数组中对应值平方和之和Returns the sum of the sum of squares of corresponding values in two arraysSUMX2PY2
SUMXMY2 数学与三角函数返回两数组中对应值差的平方和Returns the sum of squares of differences of corresponding values in two arraysSUMXMY2
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.DIST2010统计 Statistical返回 beta 累积分布函数Returns the beta cumulative distribution function 
BETA.INVn2010统计 Statistical返回指定 beta 分布的累积分布函数的反函数Returns the inverse of the cumulative distribution function for a specified beta distribution 
BINOM.DIST2010统计 Statistical返回一元二项式分布的概率Returns the individual term binomial distribution probability 
BINOM.DIST.RANGE2013统计 Statistical使用二项式分布返回试验结果的概率Returns the probability of a trial result using a binomial distribution 
BINOM.INV2010统计 Statistical返回使累积二项式分布小于或等于临界值的最小值Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value 
CHISQ.DIST2010统计 Statistical返回累积 beta 概率密度函数Returns the cumulative beta probability density function 
CHISQ.DIST.RT2010统计 Statistical返回 χ2 分布的单尾概率Returns the one-tailed probability of the chi-squared distribution 
CHISQ.INV2010统计 Statistical返回累积 beta 概率密度函数Returns the cumulative beta probability density function 
CHISQ.INV.RT2010统计 Statistical返回 χ2 分布的单尾概率的反函数Returns the inverse of the one-tailed probability of the chi-squared distribution 
CHISQ.TEST2010统计 Statistical返回独立性检验值Returns the test for independence 
CONFIDENCE.NORM2010统计 Statistical返回总体平均值的置信区间Returns the confidence interval for a population mean 
CONFIDENCE.T2010统计 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.P2010统计 Statistical返回协方差(成对偏差乘积的平均值)Returns covariance, the average of the products of paired deviations 
COVARIANCE.S2010统计 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.DIST2010统计 Statistical返回指数分布Returns the exponential distribution 
F.DIST2010统计 Statistical返回 F 概率分布Returns the F probability distribution 
F.DIST.RT2010统计 Statistical返回 F 概率分布Returns the F probability distribution 
F.INV2010统计 Statistical返回 F 概率分布的反函数Returns the inverse of the F probability distribution 
F.INV.RT2010统计 Statistical返回 F 概率分布的反函数Returns the inverse of the F probability distribution 
F.TEST2010统计 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.ETS2016统计 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.CONFINT2016统计 Statistical返回指定目标日期预测值的置信区间Returns a confidence interval for the forecast value at the specified target date 
FORECAST.ETS.SEASONALITY2016统计 Statistical返回 Excel 针对指定时间系列检测到的重复模式的长度Returns the length of the repetitive pattern Excel detects for the specified time series 
FORECAST.ETS.STAT2016统计 Statistical返回作为时间序列预测的结果的统计值。Returns a statistical value as a result of time series forecasting 
FORECAST.LINEAR2016统计 Statistical返回基于现有值的未来值Returns a future value based on existing values 
FREQUENCY 统计 Statistical以垂直数组的形式返回频率分布Returns a frequency distribution as a vertical array频率
GAMMA2013统计 Statistical返回 γ 函数值Returns the Gamma function value 
GAMMA.DIST2010统计 Statistical返回 γ 分布Returns the gamma distribution 
GAMMA.INV2010统计 Statistical返回 γ 累积分布函数的反函数Returns the inverse of the gamma cumulative distribution 
GAMMALN 统计 Statistical返回 γ 函数的自然对数,Γ(x)Returns the natural logarithm of the gamma function, Γ(x) 
GAMMALN.PRECISE2010统计 Statistical返回 γ 函数的自然对数,Γ(x)Returns the natural logarithm of the gamma function, Γ(x) 
GAUSS2013统计 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.DIST2010统计 Statistical返回对数累积分布函数Returns the cumulative lognormal distribution 
LOGNORM.INV2010统计 Statistical返回对数累积分布的反函数Returns the inverse of the lognormal cumulative distribution 
MAX 统计 Statistical返回参数列表中的最大值Returns the maximum value in a list of argumentsMAX
MAXA 统计 Statistical返回参数列表中的最大值,包括数字、文本和逻辑值Returns the maximum value in a list of arguments, including numbers, text, and logical valuesMAXA
MAXIFS2019统计 Statistical返回一组给定条件或标准指定的单元格之间的最大值Returns the maximum value among cells specified by a given set of conditions or criteriaMAXIFS
MEDIAN 统计 Statistical返回给定数值集合的中值Returns the median of the given numbersMEDIAN
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 valuesMINA
MINIFS2019统计 Statistical返回一组给定条件或标准指定的单元格之间的最小值。Returns the minimum value among cells specified by a given set of conditions or criteria.MINIFS
MODE.MULT2010统计 Statistical返回数组或数据区域中最常出现或重复的值的垂直数组Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data 
MODE.SNGL2010统计 Statistical返回在数据集内出现次数最多的值Returns the most common value in a data set 
NEGBINOM.DIST2010统计 Statistical返回负二项式分布Returns the negative binomial distribution 
NORM.DIST2010统计 Statistical返回正态累积分布Returns the normal cumulative distribution 
NORM.S.DIST2010统计 Statistical返回标准正态累积分布Returns the standard normal cumulative distribution 
NORM.S.INV2010统计 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.EXC2010统计 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.INC2010统计 Statistical返回区域中数值的第 k 个百分点的值Returns the k-th percentile of values in a range百分位数.INC
PERCENTRANK.EXC2010统计 Statistical返回某个值在数据集中的排名(以百分比表示),数据集的百分比(不包括0到1)Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set 
PERCENTRANK.INC2010统计 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 
PERMUTATIONA2013统计 Statistical返回可从总计对象中选择的给定数目对象(含重复)的排列数Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects 
PHI2013统计 Statistical返回标准正态分布的密度函数值Returns the value of the density function for a standard normal distribution 
POISSON.DIST2010统计 Statistical返回泊松分布Returns the Poisson distribution 
PROB 统计 Statistical返回区域中的数值落在指定区间内的概率Returns the probability that values in a range are between two limits概率
QUARTILE.EXC2010统计 Statistical基于 0 到 1(不含 0 和 1)之间的百分位数值,返回数据集的四分位数Returns the quartile of the data set, based on percentile values from 0..1, exclusive 
QUARTILE.INC2010统计 Statistical返回一组数据的四分位点Returns the quartile of a data set 
RANK.AVG2010统计 Statistical返回一列数字的数字排位Returns the rank of a number in a list of numbers 
RANK.EQ2010统计 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.P2013统计 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.P2010统计 Statistical基于整个样本总体计算标准偏差Calculates standard deviation based on the entire population标准差.P
STDEV.S2010统计 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.DIST2010统计 Statistical返回学生 t-分布的百分点(概率)Returns the Percentage Points (probability) for the Student t-distribution 
T.DIST.2T2010统计 Statistical返回学生 t-分布的百分点(概率)Returns the Percentage Points (probability) for the Student t-distribution 
T.DIST.RT2010统计 Statistical返回学生 t-分布Returns the Student's t-distribution 
T.INV2010统计 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.2T2010统计 Statistical返回学生 t-分布的反函数Returns the inverse of the Student's t-distribution 
T.TEST2010统计 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.P2010统计 Statistical计算基于样本总体的方差Calculates variance based on the entire population 
VAR.S2010统计 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.DIST2010统计 Statistical返回 Weibull 分布Returns the Weibull distribution 
Z.TEST2010统计 Statistical返回 z 检验的单尾概率值Returns the one-tailed probability-value of a z-test 
ARRAYTOTEXT2021文本 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全角-半角
DBCS2013文本 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代码
CONCAT2019文本 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连接
DETECTLANGUAGE365文本 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
VALUETOTEXT2021文本 Text从任意指定值返回文本Returns text from any specified value文本值
PROPER 文本 Text将文本值的每个字的首字母大写Capitalizes the first letter in each word of a text value首字母大写
NUMBERVALUE2013文本 Text以与区域设置无关的方式将文本转换为数字Converts text to number in a locale-independent manner 
PHONETIC 文本 Text提取文本字符串中的拼音(汉字注音)字符Extracts the phonetic (furigana) characters from a text string拼音
REGEXEXTRACT365文本 Text提取所提供文本中与模式匹配的字符串Extracts strings within the provided text that matches the pattern 
REGEXREPLACE365文本 Text将所提供文本中与模式匹配的字符串替换为替换项Replaces strings within the provided text that matches the pattern with replacement 
REGEXTEST365文本 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文本
TEXTAFTER2024文本 Text返回在给定字符或字符串之后发生的文本Returns text that occurs after given character or string 
TEXTBEFORE2024文本 Text返回在给定字符或字符串之前发生的文本Returns text that occurs before a given character or string 
TEXTJOIN2019文本 Text合并来自多个范围和/或字符串的文本Combines the text from multiple ranges and/or strings 
TEXTSPLIT2024文本 Text使用列和行分隔符拆分文本字符串Splits text strings by using column and row delimiters文本分割
TRANSLATE365文本 Text将文本从一种语言翻译为另一种语言Translates a text from one language to another翻译
TRIM 文本 Text删除文本中的空格Removes spaces from text删除空格
UNICHAR2013文本 Text返回给定数值引用的 Unicode 字符Returns the Unicode character that is references by the given numeric value 
UNICODE2013文本 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如果值为空,则返回 TRUEReturns TRUE if the value is blankis空白
ISERR 信息 Information如果值为除 #N/A 以外的任何错误值,则返回 TRUEReturns TRUE if the value is any error value except #N/Ais错误
ISERROR 信息 Information如果值为任何错误值,则返回 TRUEReturns TRUE if the value is any error valueis错误s
ISEVEN 信息 Information如果数字为偶数,则返回 TRUEReturns TRUE if the number is evenis偶数
ISODD 信息 Information如果数字为奇数,则返回 TRUEReturns TRUE if the number is oddis奇数
ISFORMULA2013信息 Information如果有对包含公式的单元格的引用,则返回 TRUEReturns TRUE if there is a reference to a cell that contains a formulais公式
ISLOGICAL 信息 Information如果值为逻辑值,则返回 TRUEReturns TRUE if the value is a logical valueis逻辑
ISNA 信息 Information如果值为错误值 #N/A,则返回 TRUEReturns TRUE if the value is the #N/A error valueisNA
ISNONTEXT 信息 Information如果值不是文本,则返回 TRUEReturns TRUE if the value is not textis非文本
ISNUMBER 信息 Information如果值为数字,则返回 TRUEReturns TRUE if the value is a numberis数字
ISOMITTED2024信息 Information检查 LAMBDA 中是否缺少值,并返回 TRUE 或 FALSEChecks whether the value in a LAMBDA is missing and returns TRUE or FALSEis缺少值
ISREF 信息 Information如果值为引用值,则返回 TRUEReturns TRUE if the value is a referenceis引用
ISTEXT 信息 Information如果值为文本,则返回 TRUEReturns TRUE if the value is textis文本
N 信息 Information返回转换为数字的值Returns a value converted to a number 
NA 信息 Information返回错误值 #N/AReturns the error value #N/A 
SHEET2013信息 Information返回引用工作表的工作表编号Returns the sheet number of the referenced sheet工作表
SHEETS2013信息 Information返回引用中的工作表数Returns the number of sheets in a reference工作表
STOCKHISTORY 信息 Information检索有关金融工具的历史数据,并将其作为数组加载Retrieves historical data about a financial instrument and loads it as an array 
STOCKHISTORY365信息 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
PDURATION2013财务 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
RRI2013财务 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
BITAND2013工程 Engineering返回两个数的“按位与”Returns a 'Bitwise And' of two numbers
BITLSHIFT2013工程 Engineering返回左移 shift_amount 位的计算值接收数Returns a value number shifted left by shift_amount bits
BITOR2013工程 Engineering返回两个数的“按位或”Returns a bitwise OR of 2 numbers
BITRSHIFT2013工程 Engineering返回右移 shift_amount 位的计算值接收数Returns a value number shifted right by shift_amount bits
BITXOR2013工程 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.PRECISE2010工程 Engineering返回误差函数Returns the error function
ERFC 工程 Engineering返回互补误差函数Returns the complementary error function
ERFC.PRECISE2010工程 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
IMCOSH2013工程 Engineering返回复数的双曲余弦值Returns the hyperbolic cosine of a complex number
IMCOT2013工程 Engineering返回复数的余弦值Returns the cotangent of a complex number
IMCSC2013工程 Engineering返回复数的余割值Returns the cosecant of a complex number
IMCSCH2013工程 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返回复数的 ProductReturns the product of complex numbers
IMREAL 工程 Engineering返回复数的实系数Returns the real coefficient of a complex number
IMSEC2013工程 Engineering返回复数的正割值Returns the secant of a complex number
IMSECH2013工程 Engineering返回复数的双曲正割值Returns the hyperbolic secant of a complex number
IMSIN 工程 Engineering返回复数的正弦Returns the sine of a complex number
IMSINH2013工程 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
IMTAN2013工程 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.INV2010兼容性返回正态累积分布的反函数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
ENCODEURL2013Web返回 URL 编码的字符串。
此函数在 Excel 网页版 中不可用。
Returns a URL-encoded string
This function is not available in Excel for the web.
FILTERXML2013Web使用指定的 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.
WEBSERVICE2013Web返回 Web 服务中的数据。
此函数在 Excel 网页版 中不可用。
Returns data from a web service.
This function is not available in Excel for the web.

2.4 ROUND函数

可用于舍去小数的相关函数如下... 
函数名称基数2.3-2.36.7-6.7数字变化说明
ROUND 2-27-7四舍五入 
ROUNDUP 3-37-7远离0向上取整
ROUNDDOWN 2-26-6靠近0向下取整
TRUNC 2-26-6靠近0截尾取整
EVEN 4-48-8远离0将数字向上舍入到最接近的偶数
ODD 3-37-7远离0将数字向上舍入为最接近的奇数
MROUND12-27-7靠近基数返回一个舍入到所需倍数的数字
INT 2-36-7变小取整将数字向下舍入到最接近的整数
FLOOR 2-36-7变小取倍数将数字向下舍入
FLOOR.MATH22-46-8变小取倍数将数字向下舍入为最接近的整数或最接近的指定基数的倍数
FLOOR.PRECISE2.22.2-4.46.6-8.8变小取倍数将数字舍入为最接近的整数或最接近的指定基数的倍数。
ISO.CEILING24-28-6变大取倍数返回一个数字,该数字向上舍入为最接近的整数或最接近的有效位的倍数
CEILING 3-27-6变大取倍数将数字舍入为最接近的整数或最接近的指定基数的倍数
CEILING.MATH24-28-6变大取倍数将数字向上舍入为最接近的整数或最接近的指定基数的倍数
CEILING.PRECISE1.83.6-1.87.2-5.4变大取倍数将数字舍入为最接近的整数或最接近的指定基数的倍数。

3. Spreadsheet

3.1 免费电子表格软件

Spreadsheet免费开源在线备注
LibreOfficeYY  
OpenOfficeYY  
CollaboraYYY需网络
GoogleY Y需网络
WPS电子表格Y  含广告

3.2 Excel局限性和错误

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值