Subtracting CountIF from CountIF

Tgirl22

New Member
Joined
Sep 29, 2014
Messages
2
New to all of this so please bare w/me..
I am trying to write a formula and I think CountIF is the right one to use, but I am stuck.
Basically I am wanting the formula to count how many items there are after filtering on 3 columns.

In column T there are 169 items that are true and I used this formula - =countif(Deliverables!T:T,"TRUE")
But of those 163 I need to remove in column H anything that says DBA or Data Support.

How do I do this?
Thanks!!!
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Check out the COUNTIFS forumla.
=COUNTIF(Deliverables!T:T, TRUE)-COUNTIFS(Deliverables!T:T, TRUE, Deliverables!H:H, "DBA")-COUNTIFS(Deliverables!T:T, TRUE, Deliverables!H:H, "Data Support")

Welcome to the board :)

/AJ
 
Upvote 0
WELCOME TO THE FORUM

What of a countifs

=COUNTIFS(Deliverables!T:T,"TRUE",Deliverables!H:H,"<DBA",Deliverables!,"<>Data Support")
 
Upvote 0
It's very likely we don't have a true picture of what your data looks like or what your request really is. Maybe if you could help with that
 
Upvote 0

Forum statistics

Threads
1,214,531
Messages
6,120,073
Members
448,943
Latest member
sharmarick

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