Countif based on 3 conditions

ArunBalaji

New Member
Joined
Jun 1, 2018
Messages
7
Hi all,

Attached is the spreadsheet that shows start time, end time, total time, Region & status.

I am looking for a formula that counts the start time within time range 9 to 10 and status =completed.

Can someone guide me ?

Regards,
Arun
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
James. Thank You. I am using the below formula.

=COUNTIFS(A2:A101,">=9:00",A2:A101,"<=10:00")

But i want to add one more condition, need to check status too.

Ex: time between 9 to 10 and status = completed

Please advise
 
Upvote 0
Just add another criteria and criteria range after. This would be criteria 3 and criteria range 3.

Does that help?
 
Upvote 0


I have attached the screenprint. Hope this might explain my need.
 
Upvote 0

Forum statistics

Threads
1,223,952
Messages
6,175,593
Members
452,654
Latest member
mememe101

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