Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kamlesh
 
Posts: n/a
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kamlesh
 
Posts: n/a
Default Summary Counts Functions to filter multiple conditions

1 small correction in my post. I am using COUNTIF function and not the COUNT
function.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default 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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Array Formula With Multiple Conditions JR573PUTT Excel Discussion (Misc queries) 3 February 16th 06 11:37 PM
Multiple conditions and multiple return values Minerva Excel Worksheet Functions 3 February 16th 06 06:57 AM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
COUNTIF using multiple conditions? Muse of Fire New Users to Excel 3 December 29th 04 08:49 PM
linking multiple sheets to a summary sheet greg g Excel Discussion (Misc queries) 1 December 16th 04 07:43 AM


All times are GMT +1. The time now is 01:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"