Help please

jazz8922

New Member
Joined
Nov 27, 2012
Messages
9
Please can I ask for some help.

I’m trying to work out a formula with multiple conditions without success.
Column A is date opens
Column b is date rejected
Column c is date closed
Column d is type of work

I am trying to get a formula that will tell me how many open cases I have for each type of work.

So I need a formula to tell me if b and c are blank. A is not blank and count the type of work(specific text).

Hope that makes sense🫣

Thanks
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Countifs is what you are looking for:
Excel Formula:
=COUNTIFS(D:D,"=workname",A:A,"<>",B:B,"=",C:C,"=")
 
Upvote 0
Solution

Forum statistics

Threads
1,214,573
Messages
6,120,318
Members
448,956
Latest member
Adamsxl

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