admin 发表于 2024-10-17 08:30:02

【Excel函数】学习各个Excel函数名称对应功能

<p>&nbsp; 【Excel函数】学习各个Excel函数名称对应功能</p>
<div>&nbsp;</div>
<div>&nbsp; 目录树</div>
<div>&nbsp;</div>
<div>信息函数</div>
<div>&nbsp; &nbsp; &nbsp; ERROR.TYPE函数返回错误类型与代号</div>
<div>&nbsp; &nbsp; &nbsp; ISBLANK函数快速查看单元格空格</div>
<div>&nbsp; &nbsp; &nbsp; ISERROR函数判断数值是否错误</div>
<div>&nbsp; &nbsp; &nbsp; ISERR函数与IF函数一步去除错误字符</div>
<div>&nbsp; &nbsp; &nbsp; ISLOGICAL函数检验逻辑值</div>
<div>&nbsp; &nbsp; &nbsp; ISNA函数处理错误值</div>
<div>&nbsp; &nbsp; &nbsp; ISNONTEXT函数检验值是否为非文本</div>
<div>&nbsp; &nbsp; &nbsp; ISNUMBER函数一秒判断是否是数值</div>
<div>&nbsp; &nbsp; &nbsp; ISODD函数判断数值奇偶</div>
<div>&nbsp; &nbsp; &nbsp; ISREF函数判断值是否为单元格引用</div>
<div>&nbsp; &nbsp; &nbsp; ISTEXT函数检测参数是否为文本</div>
<div>&nbsp; &nbsp; &nbsp; NA函数美化折线图</div>
<div>&nbsp; &nbsp; &nbsp; N函数将非数值转换成数值</div>
<div>&nbsp; &nbsp; &nbsp; Phonetic函数链接非连贯的文本</div>
<div>&nbsp; &nbsp; &nbsp; SEVEN函数判断数值是否偶数</div>
<div>&nbsp; &nbsp; &nbsp; TYPE函数检验数值类型</div>
<div>&nbsp; &nbsp; &nbsp; 超级神秘的CELL函数</div>
<div>&nbsp; &nbsp; &nbsp; 超级神秘的INFO函数查询操作环境信息</div>
<div>&nbsp;</div>
<div>工程函数</div>
<div>&nbsp; &nbsp; &nbsp; BESSELI函数一秒返回修正贝塞尔函数</div>
<div>&nbsp; &nbsp; &nbsp; BESSELK函数计算贝塞尔Kn(x)的函数</div>
<div>&nbsp; &nbsp; &nbsp; BESSELY函数快速计算贝塞尔函数值</div>
<div>&nbsp; &nbsp; &nbsp; BIN2DEC函数二进制数转十进制数</div>
<div>&nbsp; &nbsp; &nbsp; BIN2HEX函数将二进制数转换成十六进制数</div>
<div>&nbsp; &nbsp; &nbsp; BIN2OCT函数二进制转八进制数</div>
<div>&nbsp; &nbsp; &nbsp; BITAND函数求C语言中的按位与</div>
<div>&nbsp; &nbsp; &nbsp; BITOR函数计算两个数值按位运算</div>
<div>&nbsp; &nbsp; &nbsp; BITRSHIFT函数计算数值右移的数值</div>
<div>&nbsp; &nbsp; &nbsp; BITXOR函数返回数值异或值</div>
<div>&nbsp; &nbsp; &nbsp; COMPLEX函数批量创建复数</div>
<div>&nbsp; &nbsp; &nbsp; CONVERT函数-全能的单位转换器</div>
<div>&nbsp; &nbsp; &nbsp; DEC2BIN函数将十进制转换二进制数</div>
<div>&nbsp; &nbsp; &nbsp; DELTA函数判断两数值是否相等</div>
<div>&nbsp; &nbsp; &nbsp; ERFC函数计算数值余误差</div>
<div>&nbsp; &nbsp; &nbsp; ERF函数计算误差函数值</div>
<div>&nbsp; &nbsp; &nbsp; GESTEP函数快速查看是否及格</div>
<div>&nbsp; &nbsp; &nbsp; HEX2BIN函数将十六进制数转换成二进制数</div>
<div>&nbsp; &nbsp; &nbsp; HEX2DEC函数十六进制转换十进制</div>
<div>&nbsp; &nbsp; &nbsp; HEX2OCT函数十六进制转八进制</div>
<div>&nbsp; &nbsp; &nbsp; IMABS函数1秒求复数绝对值</div>
<div>&nbsp; &nbsp; &nbsp; IMAGINARY函数提取复数的虚系数</div>
<div>&nbsp; &nbsp; &nbsp; IMARGUMENT函数快速计算复数对应的角度</div>
<div>&nbsp; &nbsp; &nbsp; IMCONJUGATE函数快速计算复数的共轭复数</div>
<div>&nbsp; &nbsp; &nbsp; IMCOS函数快速计算复数余弦值</div>
<div>&nbsp; &nbsp; &nbsp; IMDIV函数快速计算复数的商</div>
<div>&nbsp; &nbsp; &nbsp; IMEXP函数1秒求复数的指数</div>
<div>&nbsp; &nbsp; &nbsp; IMLN函数计算自然对数</div>
<div>&nbsp; &nbsp; &nbsp; IMLOG10函数计算复数的常用对数</div>
<div>&nbsp; &nbsp; &nbsp; IMLOG2函数计算以2位底数的复数的对数</div>
<div>&nbsp; &nbsp; &nbsp; IMPOWER函数1秒求复数的整数幂</div>
<div>&nbsp; &nbsp; &nbsp; IMPRODUCT函数计算复数乘积</div>
<div>&nbsp; &nbsp; &nbsp; IMREAL函数提取复数的实系数</div>
<div>&nbsp; &nbsp; &nbsp; IMSIN函数快速计算复数正弦值</div>
<div>&nbsp; &nbsp; &nbsp; IMSQRT函数计算复数的平方根</div>
<div>&nbsp; &nbsp; &nbsp; IMSUB函数1秒求复数的差</div>
<div>&nbsp; &nbsp; &nbsp; IMSUM函数1秒求复数的和</div>
<div>&nbsp; &nbsp; &nbsp; OCT2DEC函数八进制数转换十进制数</div>
<div>&nbsp; &nbsp; &nbsp; OCT2HEX函数八进制转十六进制</div>
<div>&nbsp; &nbsp; &nbsp; 八进制数快捷转换成二进制数</div>
<div>&nbsp; &nbsp; &nbsp; 十进制数如何转换成十六进制数</div>
<div>&nbsp; &nbsp; &nbsp; 十进制数转换成八进制数</div>
<div>&nbsp; &nbsp; &nbsp; 巧用BESSELJ函数返回贝塞尔函数值</div>
<div>&nbsp;</div>
<div>数学与三角函数</div>
<div>&nbsp; &nbsp; &nbsp; ABS函数计算绝对值</div>
<div>&nbsp; &nbsp; &nbsp; ACOSH函数计算反双曲余弦值</div>
<div>&nbsp; &nbsp; &nbsp; ACOS函数计算反余弦值</div>
<div>&nbsp; &nbsp; &nbsp; ASINH函数计算反双曲正弦值</div>
<div>&nbsp; &nbsp; &nbsp; ASIN函数计算反正弦值</div>
<div>&nbsp; &nbsp; &nbsp; ATAN2函数计算给定坐标的反正切值</div>
<div>&nbsp; &nbsp; &nbsp; ATANH函数计算数值的反双曲正切值</div>
<div>&nbsp; &nbsp; &nbsp; ATAN函数求反正切值</div>
<div>&nbsp; &nbsp; &nbsp; CEILING函数向上舍入</div>
<div>&nbsp; &nbsp; &nbsp; COMBIN函数求组合数</div>
<div>&nbsp; &nbsp; &nbsp; COSH函数计算双曲余弦值</div>
<div>&nbsp; &nbsp; &nbsp; COS函数求余弦值</div>
<div>&nbsp; &nbsp; &nbsp; DEGREES函数 弧度值转换角度值</div>
<div>&nbsp; &nbsp; &nbsp; EVEN函数将数值向上舍入为最接近的偶数</div>
<div>&nbsp; &nbsp; &nbsp; EXP函数计算e的n次幂</div>
<div>&nbsp; &nbsp; &nbsp; FACTDOUBLE函数计算数字的双倍阶乘</div>
<div>&nbsp; &nbsp; &nbsp; FACT函数快速计算数字的阶乘</div>
<div>&nbsp; &nbsp; &nbsp; FLOOR函数向下舍入</div>
<div>&nbsp; &nbsp; &nbsp; GCD函数计算整数的最大公约数</div>
<div>&nbsp; &nbsp; &nbsp; INT函数一秒求整</div>
<div>&nbsp; &nbsp; &nbsp; LCM函数计算最小公倍数</div>
<div>&nbsp; &nbsp; &nbsp; LN函数计算指定数值的自然对数</div>
<div>&nbsp; &nbsp; &nbsp; LOG10函数求数值以10为底的对数</div>
<div>&nbsp; &nbsp; &nbsp; LOG函数按指定底数返回对数</div>
<div>&nbsp; &nbsp; &nbsp; MAXIFS函数按条件求最大值</div>
<div>&nbsp; &nbsp; &nbsp; MDETERM函数快速求矩阵行列式的值</div>
<div>&nbsp; &nbsp; &nbsp; MINIFS函数按条件求最小值</div>
<div>&nbsp; &nbsp; &nbsp; MINVERSE函数求逆矩阵行列式</div>
<div>&nbsp; &nbsp; &nbsp; MMULT函数计算矩阵乘积</div>
<div>&nbsp; &nbsp; &nbsp; MOD函数求除法余数</div>
<div>&nbsp; &nbsp; &nbsp; MROUND函数舍入数值最近倍数</div>
<div>&nbsp; &nbsp; &nbsp; MULTINOMIAL函数计算各参数阶相乘乘积比例</div>
<div>&nbsp; &nbsp; &nbsp; ODD函数将数值向上舍入为最接近的奇数</div>
<div>&nbsp; &nbsp; &nbsp; PI函数计算圆周长和圆面积</div>
<div>&nbsp; &nbsp; &nbsp; POWER函数如何进行乘幂计算</div>
<div>&nbsp; &nbsp; &nbsp; PRODUCT函数进行乘积计算</div>
<div>&nbsp; &nbsp; &nbsp; RADIANS函数将角度转换弧度</div>
<div>&nbsp; &nbsp; &nbsp; RANDBETWEEN函数实时生成随机整数</div>
<div>&nbsp; &nbsp; &nbsp; RAND函数自动生成随机数据</div>
<div>&nbsp; &nbsp; &nbsp; ROMAN函数将数值转换成罗马数字</div>
<div>&nbsp; &nbsp; &nbsp; ROUNDDOWN函数向下舍入</div>
<div>&nbsp; &nbsp; &nbsp; ROUNDUP函数向上舍入小数</div>
<div>&nbsp; &nbsp; &nbsp; ROUND对小数进行四舍五入</div>
<div>&nbsp; &nbsp; &nbsp; SERIESSUM函数计算幂级数之和</div>
<div>&nbsp; &nbsp; &nbsp; SIGN函数检验数值正负性</div>
<div>&nbsp; &nbsp; &nbsp; SINH函数快速计算双曲正弦值</div>
<div>&nbsp; &nbsp; &nbsp; SIN函数一秒计算正弦值</div>
<div>&nbsp; &nbsp; &nbsp; SQRTPI函数求乘以&pi;后的平方根</div>
<div>&nbsp; &nbsp; &nbsp; SQRT函数求平方根值</div>
<div>&nbsp; &nbsp; &nbsp; SUBTOTAL函数计算隐藏单元格</div>
<div>&nbsp; &nbsp; &nbsp; Sumifs函数多条件求和</div>
<div>&nbsp; &nbsp; &nbsp; SUMSQ函数计算数值平方和</div>
<div>&nbsp; &nbsp; &nbsp; SUMX2MY2函数求两数组中对应数值的平方差之和</div>
<div>&nbsp; &nbsp; &nbsp; SUMX2PY2求两数组中对应数值的平方和之和</div>
<div>&nbsp; &nbsp; &nbsp; SUMXMY2函数求两数组对应数值之差的平方和</div>
<div>&nbsp; &nbsp; &nbsp; TANH函数快速计算双曲正切值</div>
<div>&nbsp; &nbsp; &nbsp; TAN函数求正切值</div>
<div>&nbsp; &nbsp; &nbsp; TRUNC函数截去数字小数部分</div>
<div>&nbsp; &nbsp; &nbsp; 入门函数SUM!每个人都必须会</div>
<div>&nbsp; &nbsp; &nbsp; 快速统计产品销售总额以及总量</div>
<div>&nbsp; &nbsp; &nbsp; 舍去商小数的除法运算-QUOTIENT函数</div>
<div>&nbsp;</div>
<div>数据库函数</div>
<div>&nbsp; &nbsp; &nbsp; COUNTA函数计算非空单元格个数</div>
<div>&nbsp; &nbsp; &nbsp; DAVERAGE函数求平均值</div>
<div>&nbsp; &nbsp; &nbsp; Dcounta函数统计满足指定条件的个数</div>
<div>&nbsp; &nbsp; &nbsp; DCOUNT函数统计符合条件的数据个数</div>
<div>&nbsp; &nbsp; &nbsp; DGET函数快速按条件查找个值</div>
<div>&nbsp; &nbsp; &nbsp; DMAX函数一秒筛选满足条件的最大数值</div>
<div>&nbsp; &nbsp; &nbsp; DMIN函数一秒筛选满足条件的最小数值</div>
<div>&nbsp; &nbsp; &nbsp; DPRODUCT函数计算利润乘积</div>
<div>&nbsp; &nbsp; &nbsp; DSTDEVP函数计算满足条件的标准偏差</div>
<div>&nbsp; &nbsp; &nbsp; DSTDEV函数计算指定条件样本的估算标准偏差</div>
<div>&nbsp; &nbsp; &nbsp; DSUM函数快速条件求和</div>
<div>&nbsp; &nbsp; &nbsp; DVARP函数计算满足条件样本的总体方差</div>
<div>&nbsp; &nbsp; &nbsp; DVAR函数计算数据库数据样本的总体方差</div>
<div>&nbsp;</div>
<div>文本函数</div>
<div>&nbsp; &nbsp; &nbsp; ASC函数将全角字符转换成半角字符</div>
<div>&nbsp; &nbsp; &nbsp; BAHTTEXT函数将数字转换成泰铢</div>
<div>&nbsp; &nbsp; &nbsp; CHAR函数将代码转换为字符</div>
<div>&nbsp; &nbsp; &nbsp; CLEAN函数删除文本中不能打印的字符</div>
<div>&nbsp; &nbsp; &nbsp; CODE函数查询字符编号</div>
<div>&nbsp; &nbsp; &nbsp; CONCATENATE函数顺序合并单元格内容</div>
<div>&nbsp; &nbsp; &nbsp; CONCAT函数组合文本</div>
<div>&nbsp; &nbsp; &nbsp; DOLLAR函数将数值转换货币格式</div>
<div>&nbsp; &nbsp; &nbsp; EXACT函数核对两项字符串是否一致</div>
<div>&nbsp; &nbsp; &nbsp; FINDB函数定位某值首次出现的字节数</div>
<div>&nbsp; &nbsp; &nbsp; FIND函数定位某值首次出现的字符数</div>
<div>&nbsp; &nbsp; &nbsp; FIXED函数指定小数位数取整</div>
<div>&nbsp; &nbsp; &nbsp; FORMULATEXT函数一键返回引用格公式</div>
<div>&nbsp; &nbsp; &nbsp; LEFTB函数提取字节个数</div>
<div>&nbsp; &nbsp; &nbsp; Left函数一秒提取地址信息</div>
<div>&nbsp; &nbsp; &nbsp; LENB函数计算文本字节数</div>
<div>&nbsp; &nbsp; &nbsp; LEN函数计算文本字符</div>
<div>&nbsp; &nbsp; &nbsp; LOWER函数一键转换英文大小写</div>
<div>&nbsp; &nbsp; &nbsp; MIDB截取指定字符</div>
<div>&nbsp; &nbsp; &nbsp; MID函数一秒提取身份证年月日</div>
<div>&nbsp; &nbsp; &nbsp; NumberString函数将数字转换成中文</div>
<div>&nbsp; &nbsp; &nbsp; PROPER函数转换首字母大写其余小写</div>
<div>&nbsp; &nbsp; &nbsp; REPLACEB函数批量更正错误数据</div>
<div>&nbsp; &nbsp; &nbsp; REPT函数复制文本</div>
<div>&nbsp; &nbsp; &nbsp; RIGHTB函数截取后段字符</div>
<div>&nbsp; &nbsp; &nbsp; RIGHT函数截取后段字符</div>
<div>&nbsp; &nbsp; &nbsp; RMB函数将数值转换成货币</div>
<div>&nbsp; &nbsp; &nbsp; SEARCHB函数查找指定字节所在位置</div>
<div>&nbsp; &nbsp; &nbsp; SEARCH函数查找字符首次出现位置</div>
<div>&nbsp; &nbsp; &nbsp; SUBSTITUTE函数批量修改单元格内容</div>
<div>&nbsp; &nbsp; &nbsp; TEXTJOIN函数-- 更强大的合并文本函数</div>
<div>&nbsp; &nbsp; &nbsp; TRIM函数清除字符首尾空格</div>
<div>&nbsp; &nbsp; &nbsp; UPPER函数一键转换英文大小写</div>
<div>&nbsp; &nbsp; &nbsp; VALUE函数将数字文本转换成数值</div>
<div>&nbsp; &nbsp; &nbsp; WIDECHAR函数半角字符转全角字符</div>
<div>&nbsp; &nbsp; &nbsp; 巧用T函数提取文本数据</div>
<div>&nbsp; &nbsp; &nbsp; 强大的转换函数</div>
<div>&nbsp;</div>
<div>日期与时间函数</div>
<div>&nbsp; &nbsp; &nbsp; DATEDIF函数计算日期间隔数</div>
<div>&nbsp; &nbsp; &nbsp; DATEVALUE函数将日期转换成日期序列号</div>
<div>&nbsp; &nbsp; &nbsp; DATE函数转换日期格式</div>
<div>&nbsp; &nbsp; &nbsp; DAYS360函数计算两个时间的相差天数</div>
<div>&nbsp; &nbsp; &nbsp; DAY函数显示日期天数</div>
<div>&nbsp; &nbsp; &nbsp; EDATE函数批量计算到期日</div>
<div>&nbsp; &nbsp; &nbsp; EOMONTH函数计算到期日</div>
<div>&nbsp; &nbsp; &nbsp; HOUR函数计算小时时差</div>
<div>&nbsp; &nbsp; &nbsp; MINUTE函数计算两个时间段的分钟时长</div>
<div>&nbsp; &nbsp; &nbsp; NETWORKDAYS.INTL函数计算自定义休息日员工在岗天数</div>
<div>&nbsp; &nbsp; &nbsp; NETWORKDAYS函数快速计算员工在岗天数</div>
<div>&nbsp; &nbsp; &nbsp; NOW函数插入实时时间并自动更新</div>
<div>&nbsp; &nbsp; &nbsp; SECOND函数提取时间秒数</div>
<div>&nbsp; &nbsp; &nbsp; TIMEVALUE函数计算员工加班时间</div>
<div>&nbsp; &nbsp; &nbsp; TIME函数表示时间</div>
<div>&nbsp; &nbsp; &nbsp; Today函数快速计算间隔天数</div>
<div>&nbsp; &nbsp; &nbsp; WEEKDAY函数判断星期几</div>
<div>&nbsp; &nbsp; &nbsp; WEEKNUM函数计算学期周数</div>
<div>&nbsp; &nbsp; &nbsp; WORKDAY函数统计员工离岗日期</div>
<div>&nbsp; &nbsp; &nbsp; YEARFRAC函数计算一段日期占全年总日期比例</div>
<div>&nbsp; &nbsp; &nbsp; YEAR函数一秒提取年份</div>
<div>&nbsp; &nbsp; &nbsp; 巧用MONTH函数提取日期的月份值</div>
<div>&nbsp;</div>
<div>查找引用函数</div>
<div>&nbsp; &nbsp; &nbsp; ADDRESS函数转化绝对引用</div>
<div>&nbsp; &nbsp; &nbsp; AREAS函数计算区域个数</div>
<div>&nbsp; &nbsp; &nbsp; CHOOSE函数筛选数据</div>
<div>&nbsp; &nbsp; &nbsp; COLUMNS函数统计列数项目</div>
<div>&nbsp; &nbsp; &nbsp; COLUMN函数轻松标注单元格列号</div>
<div>&nbsp; &nbsp; &nbsp; GETPIVOTDATA函数快速查找透视表数据</div>
<div>&nbsp; &nbsp; &nbsp; HLOOKUP横向查找数据</div>
<div>&nbsp; &nbsp; &nbsp; HYPERLINK函数一键跳转指定链接</div>
<div>&nbsp; &nbsp; &nbsp; Index函数一秒查找数据</div>
<div>&nbsp; &nbsp; &nbsp; INDIRECT函数引用单元格内容</div>
<div>&nbsp; &nbsp; &nbsp; LOOKUP函数快速查找数据</div>
<div>&nbsp; &nbsp; &nbsp; Match函数进行快速匹配</div>
<div>&nbsp; &nbsp; &nbsp; Offset函数快速查找目标数据</div>
<div>&nbsp; &nbsp; &nbsp; ROWS函数计算单元格行数</div>
<div>&nbsp; &nbsp; &nbsp; ROW函数快速标注序数</div>
<div>&nbsp; &nbsp; &nbsp; RTD函数获取实时数据</div>
<div>&nbsp; &nbsp; &nbsp; TRANSPOSE函数转置表格横行竖列</div>
<div>&nbsp; &nbsp; &nbsp; vlookup函数秒速配两表数据</div>
<div>&nbsp; &nbsp; &nbsp; vlookup可以逆向查找吗</div>
<div>&nbsp; &nbsp; &nbsp; 只有部分字符匹配,如何用vlookup查询</div>
<div>&nbsp; &nbsp; &nbsp; 强大的计算器--EVALUATE函数</div>
<div>&nbsp;</div>
<div>统计函数</div>
<div>&nbsp; &nbsp; &nbsp; 0.1秒算出FINV函数值</div>
<div>&nbsp; &nbsp; &nbsp; ARP函数计算总体样本数据的方差</div>
<div>&nbsp; &nbsp; &nbsp; AVEDEV函数计算平均绝对偏差</div>
<div>&nbsp; &nbsp; &nbsp; AVERAGEA函数计算有文本的数字平均值</div>
<div>&nbsp; &nbsp; &nbsp; AVERAGEIFS函数计算多条件的平均值</div>
<div>&nbsp; &nbsp; &nbsp; AVERAGEIF函数指定条件求平均值</div>
<div>&nbsp; &nbsp; &nbsp; AVERAGE函数快速求数据平均值</div>
<div>&nbsp; &nbsp; &nbsp; BETADIST函数求beta累积分布函数</div>
<div>&nbsp; &nbsp; &nbsp; BETAINV函数求beta分布函数的反函数值</div>
<div>&nbsp; &nbsp; &nbsp; BINOM.DIST.RANGE函数计算二项式分布返回试验结果的概率</div>
<div>&nbsp; &nbsp; &nbsp; BINOM.DIST函数检验实验成功概率值</div>
<div>&nbsp; &nbsp; &nbsp; BINOM.INV函数计算大于等于临界值的最小整数</div>
<div>&nbsp; &nbsp; &nbsp; BINOMDIST函数检验实验成功概率值</div>
<div>&nbsp; &nbsp; &nbsp; CHIDIST函数检验初始假设</div>
<div>&nbsp; &nbsp; &nbsp; CHIINV函数求&chi;2分布的单尾概率的反函数值</div>
<div>&nbsp; &nbsp; &nbsp; CHISQ.DIST函数计算&chi;2分布的左尾概率</div>
<div>&nbsp; &nbsp; &nbsp; CHISQ.INV函数求&chi;2分布的左尾概率的反函数值</div>
<div>&nbsp; &nbsp; &nbsp; CONFIDENCE函数计算置信区间</div>
<div>&nbsp; &nbsp; &nbsp; CORREL函数计算两数据集的相关系数</div>
<div>&nbsp; &nbsp; &nbsp; COUNTBLANK函数计算空白单元格个数</div>
<div>&nbsp; &nbsp; &nbsp; COUNTIFS函数快捷统计满足不同条件的数据</div>
<div>&nbsp; &nbsp; &nbsp; COUNTIF统计字符出现次数</div>
<div>&nbsp; &nbsp; &nbsp; count函数一键统计有参数的项目</div>
<div>&nbsp; &nbsp; &nbsp; COVAR函数计算协方差</div>
<div>&nbsp; &nbsp; &nbsp; CRITBINOM函数计算使二项式分布大于等于临界值的最小值</div>
<div>&nbsp; &nbsp; &nbsp; DEVSQ函数计算偏差平方和</div>
<div>&nbsp; &nbsp; &nbsp; EXPONDIST函数计算指数函数</div>
<div>&nbsp; &nbsp; &nbsp; FISHERINV函数计算FISHER变换的反函数值</div>
<div>&nbsp; &nbsp; &nbsp; FISHER函数转换数值的FISHER的变换值</div>
<div>&nbsp; &nbsp; &nbsp; Forecast函数预测数据走向</div>
<div>&nbsp; &nbsp; &nbsp; FREQUENCY函数进行分段统计</div>
<div>&nbsp; &nbsp; &nbsp; FTEST函数计算数值双尾概率</div>
<div>&nbsp; &nbsp; &nbsp; GAMMADIST函数返回伽玛分布值</div>
<div>&nbsp; &nbsp; &nbsp; GAMMAINV函数计算伽玛函数反函数</div>
<div>&nbsp; &nbsp; &nbsp; GAMMALN.PRECISE函数计算伽玛函数自然对数</div>
<div>&nbsp; &nbsp; &nbsp; GAMMALN函数计算伽玛函数的自然对数</div>
<div>&nbsp; &nbsp; &nbsp; GEOMEAN函数求几何平均值</div>
<div>&nbsp; &nbsp; &nbsp; GROWTH函数预测未来等比数值</div>
<div>&nbsp; &nbsp; &nbsp; HARMEAN函数求调和平均值</div>
<div>&nbsp; &nbsp; &nbsp; HYPGEOMDIST函数给定样本的超几何分布概率</div>
<div>&nbsp; &nbsp; &nbsp; INTERCEPT函数计算直线与Y轴交点</div>
<div>&nbsp; &nbsp; &nbsp; KURT函数计算数值峰值</div>
<div>&nbsp; &nbsp; &nbsp; LARGE函数查找学生成绩前三名</div>
<div>&nbsp; &nbsp; &nbsp; LINEST函数求y=mx+b的斜率和截距</div>
<div>&nbsp; &nbsp; &nbsp; LOGEST函数计算回归拟合曲线值</div>
<div>&nbsp; &nbsp; &nbsp; LOGINV函数求反函数值</div>
<div>&nbsp; &nbsp; &nbsp; LOGNORMDIST函数计算X对数累积分布函数</div>
<div>&nbsp; &nbsp; &nbsp; MAXA函数计算数值的最大值</div>
<div>&nbsp; &nbsp; &nbsp; MAX函数一秒找到最大数值</div>
<div>&nbsp; &nbsp; &nbsp; MEDIAN函数快速找到中位数</div>
<div>&nbsp; &nbsp; &nbsp; MINA函数计算数值的最小值</div>
<div>&nbsp; &nbsp; &nbsp; MIN函数一秒查找最小值</div>
<div>&nbsp; &nbsp; &nbsp; MODE函数快速求众数</div>
<div>&nbsp; &nbsp; &nbsp; NEGBINOMDIST函数计算负二项式分布值</div>
<div>&nbsp; &nbsp; &nbsp; NORMDIST函数计算正态分布函数</div>
<div>&nbsp; &nbsp; &nbsp; NORMINV函数求反函数值</div>
<div>&nbsp; &nbsp; &nbsp; NORMSDIST函数计算标准正态累积分布函数值</div>
<div>&nbsp; &nbsp; &nbsp; NORMSINV函数计算标准正态累积分布函数的反函数</div>
<div>&nbsp; &nbsp; &nbsp; PEARSON函数计算自变量因变量相关系数</div>
<div>&nbsp; &nbsp; &nbsp; PERCENTILE函数求数组的任意百分点的值</div>
<div>&nbsp; &nbsp; &nbsp; PERCENTRANK函数计算数值在数据集的百分比排位</div>
<div>&nbsp; &nbsp; &nbsp; PERMUT函数计算排列数</div>
<div>&nbsp; &nbsp; &nbsp; POISSON函数快速计算泊松累积分布函数值</div>
<div>&nbsp; &nbsp; &nbsp; PROB函数计算数值落在指定区间的概率</div>
<div>&nbsp; &nbsp; &nbsp; QUARTILE函数求四分位数</div>
<div>&nbsp; &nbsp; &nbsp; RANK.AVG函数给数据排序</div>
<div>&nbsp; &nbsp; &nbsp; RANK.EQ函数给数据排序</div>
<div>&nbsp; &nbsp; &nbsp; RANK函数自动排名</div>
<div>&nbsp; &nbsp; &nbsp; RSQ函数计算皮尔生乘积矩相关系数的平方</div>
<div>&nbsp; &nbsp; &nbsp; SKEW函数快速计算偏斜度</div>
<div>&nbsp; &nbsp; &nbsp; SLOPE函数计算线性回归线斜率</div>
<div>&nbsp; &nbsp; &nbsp; SMALL函数查找数据集的最小值</div>
<div>&nbsp; &nbsp; &nbsp; STANDARDIZE函数将数据正态化</div>
<div>&nbsp; &nbsp; &nbsp; STDEV.S函数计算样本标准偏差</div>
<div>&nbsp; &nbsp; &nbsp; STDEVA函数估算包括文本逻辑的标准偏差</div>
<div>&nbsp; &nbsp; &nbsp; STDEVPA函数计算整个样本总体的标准偏差</div>
<div>&nbsp; &nbsp; &nbsp; STDEVP函数计算样本标准偏差</div>
<div>&nbsp; &nbsp; &nbsp; STDEV函数计算样本标准偏差</div>
<div>&nbsp; &nbsp; &nbsp; STEYX函数估算标准误差值</div>
<div>&nbsp; &nbsp; &nbsp; TDIST函数快速计算学生T分布的概率</div>
<div>&nbsp; &nbsp; &nbsp; TINV函数计算自由度和双尾概率的区间点</div>
<div>&nbsp; &nbsp; &nbsp; TREND函数预测线性增长值</div>
<div>&nbsp; &nbsp; &nbsp; TRIMMEAN函数求平均值</div>
<div>&nbsp; &nbsp; &nbsp; TTEST函数运算T检验</div>
<div>&nbsp; &nbsp; &nbsp; VARA函数计算样本方差</div>
<div>&nbsp; &nbsp; &nbsp; VARPA函数计算样本总体方差</div>
<div>&nbsp; &nbsp; &nbsp; VAR函数计算部分样本数据的方差</div>
<div>&nbsp; &nbsp; &nbsp; WEIBULL函数快速计算韦布尔分布</div>
<div>&nbsp; &nbsp; &nbsp; WPS快速算出ZTEST函数值</div>
<div>&nbsp; &nbsp; &nbsp; 快速求出FDIST函数值</div>
<div>&nbsp; &nbsp; &nbsp; 快速求出检验假设的CHITEST函数值</div>
<div>&nbsp;</div>
<div>财务函数</div>
<div>&nbsp; &nbsp; &nbsp; ACCRINTM函数算到期一次性证券利息</div>
<div>&nbsp; &nbsp; &nbsp; ACCRINT函数算定期证券利息</div>
<div>&nbsp; &nbsp; &nbsp; AMORDEGRC函数计算财务常用的折旧值</div>
<div>&nbsp; &nbsp; &nbsp; AMORLINC函数计算资产结算期间折旧值</div>
<div>&nbsp; &nbsp; &nbsp; COUPDAYBS函数计算付息期到结算日的天数</div>
<div>&nbsp; &nbsp; &nbsp; COUPDAYSNC函数计算结算日到支付日的天数</div>
<div>&nbsp; &nbsp; &nbsp; CUMPRINC快速计算应还贷款本金</div>
<div>&nbsp; &nbsp; &nbsp; DB函数计算给定期间内的折旧值</div>
<div>&nbsp; &nbsp; &nbsp; DDB函数双倍余额递减计算折旧额</div>
<div>&nbsp; &nbsp; &nbsp; FV函数计算投资未来值</div>
<div>&nbsp; &nbsp; &nbsp; IPMT函数计算贷款利息</div>
<div>&nbsp; &nbsp; &nbsp; IRR函数算内部收益率</div>
<div>&nbsp; &nbsp; &nbsp; ISPMT函数计算特定投资期内要支付的利息</div>
<div>&nbsp; &nbsp; &nbsp; MIRR函数计算再投资的收益率</div>
<div>&nbsp; &nbsp; &nbsp; NPER函数计算贷款总期数</div>
<div>&nbsp; &nbsp; &nbsp; NPV函数一秒计算收支净额</div>
<div>&nbsp; &nbsp; &nbsp; PMT函数计算分期还款每期额度</div>
<div>&nbsp; &nbsp; &nbsp; PPMT函数计算规定期间本金偿还额</div>
<div>&nbsp; &nbsp; &nbsp; PRICE函数计算债券发行价格</div>
<div>&nbsp; &nbsp; &nbsp; PV函数计算投资现值</div>
<div>&nbsp; &nbsp; &nbsp; RATE函数求利率</div>
<div>&nbsp; &nbsp; &nbsp; SLN函数计算线性折旧值</div>
<div>&nbsp; &nbsp; &nbsp; SYD函数计算折旧值(年数总和法)</div>
<div>&nbsp; &nbsp; &nbsp; UMIPMT函数计算两个付款期之间累计利息</div>
<div>&nbsp; &nbsp; &nbsp; VDB函数计算给定期间的折旧值</div>
<div>&nbsp; &nbsp; &nbsp; XIRR函数计算基金收益率</div>
<div>&nbsp; &nbsp; &nbsp; XNPV函数计算不定期收益项目的净现值</div>
<div>&nbsp; &nbsp; &nbsp; YIELD函数计算定期支付利息的债券的收益率</div>
<div>&nbsp;</div>
<div>逻辑函数</div>
<div>函数</div>
<div>函数自定义报错结果</div>
<div>函数改变错误值</div>
<div>函数一秒将成绩转换成文字</div>
<div>函数反向判断事物是否满足条件</div>
<div>函数定义某个值匹配对应结果</div>
<div>函数判断条件是否成立</div>
<div>出勤天数计算全勤奖</div>
<div>快速进行逻辑判断的OR函数</div>
<div>用IFS函数实现多条件判断</div>
<div>逻辑函数FALSE的实例运用</div><p style="border-top: 1px dotted #d9d9d9;margin: 25px 0"></p>
页: [1]
查看完整版本: 【Excel函数】学习各个Excel函数名称对应功能