Count question with two conditions - help

imported_unknown

Active Member
Joined
Jan 13, 2002
Messages
424
Hi, I have a table with columns A, B, C, D.
Column A has a person's last name;
Column B has the date the person in Column A was assigned a particular case;
Column C has the date the person in Column A completed a particular case;
Column D just has the case number;


How do I count the number of cases "still open," blanks in column C, of a particular person in Column A.

Thanks for any help
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
On 2002-10-03 12:39, aiki985 wrote:
Hi, I have a table with columns A, B, C, D.
Column A has a person's last name;
Column B has the date the person in Column A was assigned a particular case;
Column C has the date the person in Column A completed a particular case;
Column D just has the case number;


How do I count the number of cases "still open," blanks in column C, of a particular person in Column A.

Thanks for any help

=SUMPRODUCT((A2:A30=E1)*(LEN(B2:B30)>0)*(LEN(C2:C30)=0))

where E1 houses a name of interest.
 
Upvote 0

Forum statistics

Threads
1,215,440
Messages
6,124,882
Members
449,193
Latest member
PurplePlop

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