Counting Cells meeting two criteria

Crdtk8

New Member
Joined
Feb 12, 2015
Messages
5
I have a raw data sheet containg cells similiar to below
DateCAPTTailCBACATADiscrepancyCorrective ActStaFltMinDLY>30 Min<= 30 Mins
1/1/15163 3810 16 16
1/1/15171 301011 11
1/1/15158 2910114114
1/1/15155 29103838

<colgroup><col span="5"><col><col><col span="5"></colgroup><tbody>
</tbody>

What I'm trying to count is the amoount of time tail # 163 was delayed, and that delay was <= 30 Mins. I've played around with a countifs statement but can't seem to get it to work. Thank you in advanced for your help.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Welcome to the board.

Assuming your table starts in A1, try:

=COUNTIFS(C2:C5,163,L2:L5,">0")
 
Upvote 0
Welcome to the board.

Assuming your table starts in A1, try:

=COUNTIFS(C2:C5,163,L2:L5,">0")

Thank you so much, I feel silly that I didnt think to try it that way, but it worked perfectly! I apperciate your help and speedy response.
 
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,660
Members
449,462
Latest member
Chislobog

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