countif in a subtotal function

R

rexmann

Hi All

I am using the Subtotal function, is it possible to use the subtotal
function but to perform a countIF or equally any other alternative?

I am filtering and need the countIF and can't find a work around

Any help greatly appreciated

Kind regards

Rexmann
 
B

Bob Phillips

Here is an example

=SUMPRODUCT(SUBTOTAL(3,OFFSET(C1,ROW($C$2:$C$20)-ROW($C$1),,1)),--($C$2:$C$20="Assigned"))
 

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

Similar Threads

Subtotal for text fields 0
Subtotal Countif 6
Copy within a subtotal 1
Subtotals and copy and Paste 2
Using Subtotal function 0
SUBTOTAL A LIST 2
Conditional subtotal 10
COUNTIF Subtotal Function? 2

Top