Thread
:
Subtotal function for hidden row
View Single Post
#
2
Roger Govier
Posts: n/a
Hi
One way to deal with your columns would be
=COUNT(A1:X1)<COLUMN(X:X)+1-COLUMN(A:A)
This would return TRUE if there are no values in the hidden columns.
Regards
Roger Govier
wrote:
I have got a multisheets database where both rows and columns may be
hidden according to a given criteria. Only blanks rows and columns
should be hidden.
Now I need a formula to check if there is no "valuable" data hidden.
Checking test might be:
SUBTOTAL(9,reference) = SUBTOTAL(109,reference)
The problem is that it works for rows only and not for the columns.
Any ideas?
Thanks in advance
Tomek
Reply With Quote