函數傳回一組數值的平均值,在這一組數值中的所有0及Null 都不會被計算(NZ代表No Zero)。
語法
AverageNZ(x1,x2,x3, … )
x1, x2, x3,… 必需是數字資料,您可以一次過計算27 個數值的平均值。
回傳值
Numeric
例子
AverageNZ(Column('This Rating'),Column('Last Rating'))
計算兩檢視欄的平均值,Null不會計算在內。
AverageNZ(2, 0, .Null., 4)
計算結果為3。0和 .NULL. 值都不計算(只計算兩個數字)。
Page url: http://www.racematenet.com/help/index.html?averagenz.htm