Need to take a count of a column based on multiple criteria

PhantomJoe

New Member
Joined
Sep 7, 2017
Messages
22
So I'm having an issue with a countifs formula. I've got the formula to work but there's one more criteria that I cannot figure out how to account for.

My current formula is as follows: =COUNTIFS(Data!BC:BC,0,Data!I:I,"Closed")+COUNTIFS(Data!BC:BC,0,Data!I:I,"HM Review")+COUNTIFS(Data!BC:BC,0,Data!I:I,"Interviewing")+COUNTIFS(Data!BC:BC,0,Data!I:I,"New Req")+COUNTIFS(Data!BC:BC,0,Data!I:I,"Offer Made")+COUNTIFS(Data!BC:BC,0,Data!I:I,"Screening")+COUNTIFS(Data!BC:BC,0,Data!I:I,"Sourcing")

In the existing formula, I have various statuses in column "I" that I am taking counts of and this part works fine. The additional variable is that sometimes the status is blank (column I) but it still needs to get counted. I cannot find a way to work this into my existing formula.

In theory I want to take a count of column A where column A is not null but column I is null (and only count instances where A is not null and I is null) and have it added as a component to existing countif formula.

Is this possible?
 
Last edited:

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
np. you can also use array formula if your formula is getting too long:

=Sum(COUNTIFS(Data!BC:BC,0,Data!I:I,{"Closed","Review", "interviewing"....})
 
Upvote 0

Forum statistics

Threads
1,216,054
Messages
6,128,516
Members
449,456
Latest member
SammMcCandless

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