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

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
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,215,330
Messages
6,124,308
Members
449,151
Latest member
JOOJ

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