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

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
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,214,919
Messages
6,122,259
Members
449,075
Latest member
staticfluids

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