ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Summary Counts Functions to filter multiple conditions (https://www.excelbanter.com/excel-worksheet-functions/77102-summary-counts-functions-filter-multiple-conditions.html)

Kamlesh

Summary Counts Functions to filter multiple conditions
 
Hello,

I have an XLS with following columns.

Defect# | Team_Name | Defect_Description | Date_Assigned | Status | Remarks


Based on the above data, I am creating the following summary sheet.


Status
OPEN NN
CLOSED NN
IN-PROGRESS NN

With above summary, I would be able to only Status-wise report.

I am getting the NN value using COUNT() function. I want to extend my
summary sheet to include the Team_Name also. The new summary should look
like below:

Status TOTAL Team1 Team2 Team3
OPEN NN NN1 NN2 NN3
CLOSED NN NN1 NN2 NN3
IN-PROGRESS NN NN1 NN2 NN3

With above summary, I would be able to see Team-wise and Status-wise report.

Any suggestions for to achieve the summary both team-wise + status-wise?

Regards,
Kamlesh

Kamlesh

Summary Counts Functions to filter multiple conditions
 
1 small correction in my post. I am using COUNTIF function and not the COUNT
function.


Bob Phillips

Summary Counts Functions to filter multiple conditions
 
Try this

=SUMPRODUCT((A2:A4="CLOSED")*(C1:E1="Team1")*C2:E4 )

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Kamlesh" wrote in message
...
1 small correction in my post. I am using COUNTIF function and not the

COUNT
function.





All times are GMT +1. The time now is 02:45 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com