D
Douglas
Somebody posted a really nice formula recently =SUMPRODUCT
(--(TRIM(E10:J10)<>"")) that will count the cells that
have a character in the cell but will not count if the
cell has a only spacebar keystokes in it. This is much
better than CountA() because CountA() would also count the
erroneous spacebar cells.
Question: How can you use this formula down a column like
a Subtotal() function so if you have a filter set it will
only look at the items in the filter.
Thank you for your help.
Douglas
(--(TRIM(E10:J10)<>"")) that will count the cells that
have a character in the cell but will not count if the
cell has a only spacebar keystokes in it. This is much
better than CountA() because CountA() would also count the
erroneous spacebar cells.
Question: How can you use this formula down a column like
a Subtotal() function so if you have a filter set it will
only look at the items in the filter.
Thank you for your help.
Douglas