Hi
Is it possible to define a cell as in use/active even when the result is zero?
I have a filter that distinguishes active cells so can I combine this with the formula so it returns a zero?
Thanks,
Hi
Is it possible to define a cell as in use/active even when the result is zero?
I have a filter that distinguishes active cells so can I combine this with the formula so it returns a zero?
Thanks,
Best answer by Benoit
Hi,
In Pigment, zero and empty cells (blanks) are differentiated.
So ISDEFINED(metric), would return all non-blank cells (active) as true
ISBLANK(metric), would return all blank cells (inactive) as true
and if you wish to isolate active and zero cells only, you’d do an IF(metric = 0, true).
Hope it helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.