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

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
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,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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