Hi all,
I use the function Subtotal(range; range) most of the time.
If the count = 0 (zero) I want to do something; if not do something else.
So that should be simple:
if (Subtotal(R1:R2)= 0 do thing1; do thing2)
but..... the IF function never sees 0 (zero) but instead of this 1.
I tried the Code() function and this shows 49 (one) instead of 48 (zero) when the subtotal() shows 0
I also tries Value() but no success
Anyone?
Bob NL
I use the function Subtotal(range; range) most of the time.
If the count = 0 (zero) I want to do something; if not do something else.
So that should be simple:
if (Subtotal(R1:R2)= 0 do thing1; do thing2)
but..... the IF function never sees 0 (zero) but instead of this 1.
I tried the Code() function and this shows 49 (one) instead of 48 (zero) when the subtotal() shows 0
I also tries Value() but no success
Anyone?
Bob NL