RussChilds

Active Member
Joined
Jun 8, 2007
Messages
267
Hi All,

I've got a basic count formula of:

=COUNTIF(P$3:$P$208,">0")

I also want to add to this formula to only count C3:C208 if the result is great than 0.

Can you help?!

Many thanks,
Russell
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
There is another function called COUNTIFS which allows multiple criterias to be met. Try that.
 
Upvote 0
Thanks Steve! I'm nearly there. I want to count >0 in P3:P208 but only if "Yes" in C3:C308 but not returning the right numbers:

=SUM(COUNTIFS($P$3:$P$208,{">0"},$C$3:$C$208,"Y"))

Many thanks!
Russ
 
Upvote 0
You dont need that sum:

=COUNTIFS($P$3:$P$208,">0",$C$3:$C$208,"Y")

However it should produce the same numbers. Why do you say "Yes" in C3:C308 then use "Y" in the formula?
 
Upvote 0

Forum statistics

Threads
1,215,379
Messages
6,124,607
Members
449,174
Latest member
ExcelfromGermany

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