Jump to content

Recommended Posts

Posted

Hi

 

Trying to use a count ifs formula.

 

=COUNTIFS(K3:K246,"A",K3:K246,"B",K3:K246,"C")

 

its to count the number of A - C grades in one column, but it keeps returning a value of 0.

 

can anybody see where i might be going wrong? or suggest an alternative to countifs ?

 

 

thanks

 

James

Posted

It's not pretty but won't this do the job?

 

=SUM(COUNTIF(Grade,"a"),COUNTIF(Grade,"b"),COUNTIF(Grade,"c"))

 

Either that or insert a Pivot table which will count everything up for you.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...