乔山办公网我们一直在努力
您的位置:乔山办公网 > office365 > maxifs函数的vba代码-office switch函数,switch函数的用法

maxifs函数的vba代码-office switch函数,switch函数的用法

作者:乔山办公网日期:

返回目录:office365


EXCEL2016新增函e69da5e887aae799bee5baa6363数有:

IFS
Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition.

SWITCH
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.

FORECAST.ETS.CONFINT
Returns a confidence interval for the forecast value at the specified target date

FORECAST.ETS
Returns a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm

FORECAST.LINEAR
Returns a future value based on existing values

FORECAST.ETS.STAT
Returns a statistical value as a result of time series forecasting

FORECAST.ETS.SEASONALITY
Returns the length of the repetitive pattern Excel detects for the specified time series

MAXIFS
Returns the maximum value among cells specified by a given set of conditions or criteria

MINIFS
Returns the minimum value among cells specified by a given set of conditions or criteria.

TEXTJOIN
Combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined. If the delimiter is an empty text string, this function will effectively concatenate the ranges.

CONCAT
Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.

maxifs 函数,是在2016年1月功能更新中,EXCEL 2016新增的几个常用重要函数中的一个,主要有:ifs, switch, maxifs, minifs, concat, textjoin 等。


ifs,switch,maxifs,minifs,concat,textjoin等。
注意,要能使用上述函数,Office的版本很重要,并不是所有的Office 2016能使用。建议
在https://products.office.com/zh-CN/try试用Office 365,安装最新版的Office 2016.
你也可以在通过Office 365安装程序进行在线安装。安装程序下载地址:
http://down.51cto.com/data/2250280

IMAXIFS 函数返回一组给定条件或标准指定的单元格中的最大值。
MINIFS 函数返回一组给定条件或标准指定的单元格之间的最小值。

语法:
MAXIFS(max_range, criteria_range1,criteria1, [criteria_range2, criteria2], ...)
MINIFS(min_range, criteria_range1, criteria1,[criteria_range2, criteria2], ...)

参数说明
max_range、min_range:(必需)确定最大值(最小值)的实际单元格区域。
criteria_range1:(必需)是一组用于条件计算的单元格。
criteria1 :(必需):用于确定哪些单元格是最大值(最小值)的条件,格式为数字、表达式或文本。一组相同的条件适7a64e4b893e5b19e365用于 MINIFS、SUMIFS 和AVERAGEIFS 函数。
criteria_range2, criteria2, ...:(可选)附加区域及其关联条件。最多可以输入 126 个区域/条件对。

备注:max_range 和criteria_rangeN 参数的大小和形状必须相同,否则这些函数会返回 #VALUE! 错误。

示例如下图:
统计性别为男,职称为中级的记录的工资最大值:
=MAXIFS(D2:D10,B2:B10,"男",C2:C10,"中级")
统计性别为女,职称为副高的记录的工资最小值:
=MINIFS(D2:D10,B2:B10,"女",C2:C10,"副高")

相关阅读

关键词不能为空
极力推荐

ppt怎么做_excel表格制作_office365_word文档_365办公网