Hi
I am using the Countif function below to find the number of times that a particular month name appears in the column AH.
=COUNTIF(AH2:AH299,"APRIL")
I have another column AJ that contains positive and negative values that relate to each month shown in column AH.
I would like to write a formula that counts the number of a particular month(APRIL) that has negative values and one that counts positive values
For example
=COUNTIF(AH2:AH299,"APRIL") AJ2:AJ299,>0
=COUNTIF(AH2:AH299,"APRIL") AJ2:AJ299,<0
The Countif only seems to allow one criteria,how can i get round this?
Thanks for the ideas
Ade
I am using the Countif function below to find the number of times that a particular month name appears in the column AH.
=COUNTIF(AH2:AH299,"APRIL")
I have another column AJ that contains positive and negative values that relate to each month shown in column AH.
I would like to write a formula that counts the number of a particular month(APRIL) that has negative values and one that counts positive values
For example
=COUNTIF(AH2:AH299,"APRIL") AJ2:AJ299,>0
=COUNTIF(AH2:AH299,"APRIL") AJ2:AJ299,<0
The Countif only seems to allow one criteria,how can i get round this?
Thanks for the ideas
Ade