I have a field in an MS Acess query that has records like - 1,000; 534; 769.13; 0; 654; 0, etc. It can also have few null records.
I want to calculate the average of all records which are greater than zero. Ignore zero values or null values.
Appreciate your help.
I want to calculate the average of all records which are greater than zero. Ignore zero values or null values.
Appreciate your help.