I would like to keep a count on the amount of entries in a worksheet.
Hi Diana,
you should distinguish between a filtered and unfiltered data set.
The formula
=TEXT(COUNTA(dynItemSet);"0000")&" / "&TEXT(SUBTOTAL
(3;dynItemSet);"0000")
gives you by COUNT a counter for the unfiltered, and by SUBTOTAL a
counter for the filtered data set.
Hope that helps, have fun
Cheers
Michael