Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have two categories: cat1 and cat2
I want to calculate the average of (cat1+cat2), without taking into account the lines in which both cat1 and cat2 are null or zero.
Many thanks!
have tried something like this: If( cat1+cat <> 0, <your average calculaton>)