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

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
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,226,117
Messages
6,189,068
Members
453,524
Latest member
AshJames

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