Count Number of Visible Rows in Filtered View

M

magmike

I use conditional formatting to color my rows according to the point
in the sales process that contact is in. I often Filter rows by color.
However, when I do so, if I want to know how many rows I have showing
in that filtered view, I must count them!

Does anyone know of a formula or script that would count how many rows
are visible in the filtered view?

Thanks in advance!

magmike
 
D

DanielCo

Use the SUBTOTAL function with the 103 function numbre :
=SUBTOTAL(103,A:A)
or
=SUBTOTAL(103,A:A)-1
to substtract the header cell
Daniel
 
M

magmike

Use the SUBTOTAL function with the 103 function numbre :
=SUBTOTAL(103,A:A)
or
=SUBTOTAL(103,A:A)-1
to substtract the header cell
Daniel







- Show quoted text -

That was easy - thanks!
 

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