Thread: Countif and
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Internetdomainowner@hotmail.com is offline
external usenet poster
 
Posts: 32
Default Countif and

On Jul 23, 11:16*am, "HH" wrote:
I can't seem to come up with the right code to say the following:

Count if $H&1:$H199 = "5th" and if B2 = "Active"

H1:199 will always be the same reference. * B2 will change to c3, etc.

Help please
Hank


What about this...

=COUNTIF(A:A, A1)

A:A will never change
A1 will change when you paste down...

If that's not the answer could you tell me what exactly you want as
the end result?