Hi,
I am trying to average a list of Ages but want to exclude any cells that are blank or zero. Here is my current formula. average(Client[Client Age])
I have tried multiple different ways to try and exclude blank and zero values but so far have been unsuccessful. Hoping someone might have some ideas.
Thank you.
Solved! Go to Solution.
Another way is to use SELECT() with your formula, like..
AVERAGE(SELECT(Client[Client Age],AND(ISNOTBLANK([Client Age]),[Client Age]>0)))
User | Count |
---|---|
18 | |
9 | |
8 | |
5 | |
5 |