Forum Discussion
COUNTIF cells which contain some letters
- Jan 19, 2023
ribamero Try this one:
=SUM(COUNTIFS(A1:A10,"COLOR",B1:B10,{"G*","P*"}))
Demonstrated in the attached file.
Hi Rodrigo_!
Thank you for your message.
Well, in fact, the function that I'm working on is COUNTIFS. I wanted to write an easy example with COUNTIF.
I'm going to explain my question again using the COUNTIFS function:
I want to count the cells in the range B1:B10 that begin with letters "G" or "P" and are a COLOR, range A1:A10. Something like this, though I know the criteria is wrong: COUNTIFS(B1:B10;"[G,P]*";A1:A10;"COLOR")
Regards.
- Riny_van_EekelenJan 19, 2023Platinum Contributor
ribamero Try this one:
=SUM(COUNTIFS(A1:A10,"COLOR",B1:B10,{"G*","P*"}))
Demonstrated in the attached file.
- ribameroJan 19, 2023Copper Contributor
Hi Riny_van_Eekelen!
I tried your example, and it worked very well. It was just what I was looking for.
You have a deep knowledge of Excel that I don't have! Thank you a lot.
Regards.