B
Bruce
I wish to construct a formula that will give me the average yield only in
cases where the yield was not Null. The one below counts all enteries
including those with Nil yield.
=Avg([Settlement Yield])
Should it be something like :
=IF((Settlement Yield]) Is Not Null,=Avg([Settlement Yield]),Null))
Thank You
cases where the yield was not Null. The one below counts all enteries
including those with Nil yield.
=Avg([Settlement Yield])
Should it be something like :
=IF((Settlement Yield]) Is Not Null,=Avg([Settlement Yield]),Null))
Thank You