Using the COUNTIF function

robertpl

New Member
Joined
Jun 25, 2010
Messages
9
Good afternoon everyone and thankyou for your time. I am having a problem figuring out the correct formula I need. I am using the following formula to count from a different tab specific cells that are stated as Not Started. I need to expand this to include cell within the same range that are blank. I have tried adding a comma and "" after the quotes following Not Started in many forms but have not had luck. Any input would be greatly appreciated...Thank you all

=COUNTIF(EHS!$I3:$I36,"Not Started")
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Try this:

=SUMPRODUCT((EHS!$I3:$I36="")+(EHS!$I3:$I36="Not Started"))
 
Upvote 0
Good afternoon everyone and thankyou for your time. I am having a problem figuring out the correct formula I need. I am using the following formula to count from a different tab specific cells that are stated as Not Started. I need to expand this to include cell within the same range that are blank. I have tried adding a comma and "" after the quotes following Not Started in many forms but have not had luck. Any input would be greatly appreciated...Thank you all

=COUNTIF(EHS!$I3:$I36,"Not Started")

Also...

=SUM(COUNTIF(EHS!$I3:$I36,{"","Not Started"}))
 
Upvote 0
Aladin,

Now I have to remember that one! That is a great way to do an OR criteria sum!!!

I love it!
 
Upvote 0
Opps! I meant:

"OR criteria counting".

Not only must we robustify our formulas, but our words also!
 
Upvote 0

Forum statistics

Threads
1,214,515
Messages
6,119,973
Members
448,933
Latest member
Bluedbw

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