count the number of cell entries after filtering

G

Guest

I have a spreadsheet with 10 columns and 735 rows. I need to be able to
filter down on these rows (columns b and i - know how to do this) and at the
bottom of column (i) I need it to count the number of cells in column (i)
that are left after the various filters have been applied.
 
S

starguy

enter this formula at the end of column i
=subtotal(2,i2:i735)
use appropriate range, i supposed that your data starts from row 2 an
goes to row 735
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top