Count How many "C" in column C that have a "P" in column H

midiyuga

New Member
Joined
Oct 8, 2004
Messages
31
Office Version
  1. 2019
  2. 2013
  3. 2007
Platform
  1. MacOS
Can someone help me please?:
I need to see How many "C" in column C that have a "P" in column H

Screenshot 2024-09-06 at 10.20.10 PM.png
 
Hi midiyuga,

Try this (obviously changing the range to suit your data):

Excel Formula:
=COUNTIFS(C2:C100,"C",P2:P100,"P")

Regards,

Robert
 
Upvote 0

Forum statistics

Threads
1,226,883
Messages
6,193,492
Members
453,803
Latest member
hbvba

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top