Totals: CountIf – ignoring null val
Posted: Tue Mar 25, 2014 8:10 am
Hello,
if we count the number of used values of a column in a DataBand, we want the cells that contain no value (null) does not count.
The formula
{CountIf (Data, SampleData.Al2O3 > 0)}
works, but 0 can also be an allowable value.
The ideal would be the formula with the condition "<> Null"
{CountIf (Data, SampleData.Al2O3 <> Null)}
but so returns no result.
Is there a solution?
Thanks!
Stephan
if we count the number of used values of a column in a DataBand, we want the cells that contain no value (null) does not count.
The formula
{CountIf (Data, SampleData.Al2O3 > 0)}
works, but 0 can also be an allowable value.
The ideal would be the formula with the condition "<> Null"
{CountIf (Data, SampleData.Al2O3 <> Null)}
but so returns no result.
Is there a solution?
Thanks!
Stephan