Countif problem

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

I am using the formula below to find the letter D in a sheet.
I would like to also look for Dc as well in the same sheet.
Can this formula be easily modified?
Thanks
Jim



=COUNTIF(E3:AP148,"D")
 
=COUNTIF(E3:AP148,"D") + COUNTIF(E3:AP148,"Dc")

or

=sum(COUNTIF(E3:AP148,{"D","DC"}))
 

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