Excel函数-数据库函数大全(Excel Database Functions)

Excel大概有460多个函数,其中数据库函数有以下12个。

不过,在实际工作中还真没用过这些函数。

原因是,去掉这些函数名前的D(代表Database),都是些很常用的函数,如,AVERAGE()、COUNT()等,没必要再去特意用带D的函数。

数据库函数和其相对应的普通函数的区别就在于其允许用户指定一些统计条件,只对满足条件的数据进行统计。

以下列表基于http://www.excelfunctions.net/上的数据整理而来。

Function

Hyperlink

Usage

DAVERAGE

http://www.excelfunctions.net/Excel-Daverage-Function.html

Calculates the average of values in a field of a list or database, that satisfy specified conditions

DCOUNT

http://www.excelfunctions.net/Excel-Dcount-Function.html

Returns the number of cells containing numbers in a field of a list or database that satisfy specified conditions

DCOUNTA

http://www.excelfunctions.net/Excel-Dcounta-Function.html

Returns the number of non-blank cells in a field of a list or database, that satisfy specified conditions

DGET

http://www.excelfunctions.net/Excel-Dget-Function.html

Returns a single value from a field of a list or database, that satisfy specified conditions

DMAX

http://www.excelfunctions.net/Excel-Dmax-Function.html

Returns the maximum value from a field of a list or database, that satisfy specified conditions

DMIN

http://www.excelfunctions.net/Excel-Dmin-Function.html

Returns the minimum value from a field of a list or database, that satisfy specified conditions

DPRODUCT

http://www.excelfunctions.net/Excel-Dproduct-Function.html

Calculates the product of values in a field of a list or database, that satisfy specified conditions

DSTDEV

http://www.excelfunctions.net/Excel-Dstdev-Function.html

Calculates the standard deviation (based on a sample of a population) of values in a field of a list or database, that satisfy specified conditions

DSTDEVP

http://www.excelfunctions.net/Excel-Dstdevp-Function.html

Calculates the standard deviation (based on an entire population) of values in a field of a list or database, that satisfy specified conditions

DSUM

http://www.excelfunctions.net/Excel-Dsum-Function.html

Calculates the sum of values in a field of a list or database, that satisfy specified conditions

DVAR

http://www.excelfunctions.net/Excel-Dvar-Function.html

Calculates the variance (based on a sample of a population) of values in a field of a list or database, that satisfy specified conditions

DVARP

http://www.excelfunctions.net/Excel-Dvarp-Function.html

Calculates the variance (based on an entire population) of values in a field of a list or database, that satisfy specified conditions

你可能感兴趣的:(数据分析(Data,Analysis),数据库(DB))