Count if on Single Criteria with multiply conditions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Am trying to do a countif when the criteria can be one of many from a list

I am currently using

=(COUNTIF(INDEX(A1:j12,,2),Sheet2!$C$3))+(COUNTIF(INDEX(A1:J12,,2),Sheet2!$C$4))+(COUNTIF(INDEX(A1:J12,,2),Sheet2!$C$5))+(COUNTIF(INDEX(A1:J12,,2),Sheet2!$C$6))+(COUNTIF(INDEX(A1:J12,,2),Sheet2!$C$7))+(COUNTIF(INDEX(A1:J12,,2),Sheet2!$C$8))+(COUNTIF(INDEX(A1:J12,,2),Sheet2!$C$9))

this is only one of around 100 calculations of the same format within this
spreadsheet as you can see very messy is there a way of been able to do a
countif if the criteria is part of a list eg

=COUNTIF(INDEX(A1:j12,,2),Sheet2!$C$3:$C$9)

i know this formula doesnot work and will not work but is there some way of
making it so it counts these values

any way around this would be great


Thanks Damien
 

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

Back
Top