Count if one cell contains one of three options and another is blank

SaraWitch

Active Member
Joined
Sep 29, 2015
Messages
377
Office Version
  1. 365
Platform
  1. Windows
Hello peeps,

I want to count column H if it contains "Archive", "Update" or "Rename" and cell I is blank.

I have tried a combination of formulas, including:
=SUM(COUNTIFS($I8:$K$100,$H$8:$K100,{"Archive","Update","Rename"}))
=COUNTIF($H$8:$K100,"Archive")+COUNTIF($H$8:$K100,"Update")+COUNTIF($H$8:$K100,"Rename")+COUNTIF($I$8:$I100,"")

Lost count of the others I tried!

Any help would be gratefully received... :)
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
How about
Excel Formula:
=SUM(COUNTIFS($I8:$I$100,"",$H$8:$H100,{"Archive","Update","Rename"}))
 
Upvote 0
Solution
I omitted to say that I had put "" but, of course! I was doing conditional formatting at the same time and put the wrong formula in the main sheet!

Thank you so much, @Fluff! :giggle:
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,334
Members
452,636
Latest member
laura12345

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