Hi all,
I have a table with 2 columns. One is "Date" and other is "Amount". My "Amount" contains alos null values. if i calculate the average of this column with Avg fucntion then it include the null values.Now i want to calculate average of this column in such a way that exclude null values.
Date Amount
1/1/07 100
2/1/07 200
3/1/07 Null
4/1/07 150
5/1/07 0
i want to calculate the average with this formula 450/3.Contain only values not even "0".
any help would be appriciated...
Regards
Message was edited by:
53637