how can i use countif function inside a filtered range

S

Shane Devenshire

Hi,

Not much detail here, so this is the general idea:

=SUMPRODUCT(SUBTOTAL(3,OFFSET(C13:C18,ROW(13:18)-13,0,1)),--(C13:C18="Red"))
 
R

Roger Govier

Hi

Try
=SUMPRODUCT(SUBTOTAL(3,OFFSET(C13:C18,ROW(13:18)-13,0,1)),
--(C13:C18="Red"),--(A13:A18=N2))


--

Regards
Roger Govier

pauladkin said:
Shane Devenshire wrote on 02/24/2009 02:05 ET :
Hi
can you advise how I would extend the command to include a further
condition
such as
--(a13:a18=n2))

I am trying to get the summary boxes to count visible rows only and where
the
project is closed and its budget is over the value in a cell i.e n2

I have tried just adding it to the end but clearly that would be too easy
!!

Thanks
Paul.

__________ Information from ESET Smart Security, version of virus
signature database 5206 (20100618) __________

The message was checked by ESET Smart Security.

http://www.eset.com

__________ Information from ESET Smart Security, version of virus signature database 5206 (20100618) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 

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