Hi,
I am trying to get a count of only non-hidden cells from a new worksheet within the workbook for column b where column a says a specific phrase such as service. I have tried the below, but am not getting exactly what I need and the numbers are not accurate.
=SUMPRODUCT(SUBTOTAL(3,OFFSET(Static!$B$1,ROW(Static!$B$1:Static!$B$2000)-ROW(Static!$B$1),0)),(Static!$B$1:Static!$B$2000=A9)+0)*(Static!$A$1:Static!$A$2000="service")
Thank you!
I am trying to get a count of only non-hidden cells from a new worksheet within the workbook for column b where column a says a specific phrase such as service. I have tried the below, but am not getting exactly what I need and the numbers are not accurate.
=SUMPRODUCT(SUBTOTAL(3,OFFSET(Static!$B$1,ROW(Static!$B$1:Static!$B$2000)-ROW(Static!$B$1),0)),(Static!$B$1:Static!$B$2000=A9)+0)*(Static!$A$1:Static!$A$2000="service")
Thank you!