#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Counting

I have a workbook containing 2 sheets. the first sheet (sheet1) contains an
issues log, as follows:

Issue IssueDescrp Category Status
------ -------------- ---------- -------
900 xxxx 1 Open
901 xxxx 9 Closed
902 xxxx 9 Closed
etc
etc

The second sheet (sheet2) I want to summarize each category in column C
(Category) that are indicated as closed in column D (Status). How do I
formulaize this??

Help is greatly appreciated :-)



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Counting

=SUMPRODUCT(--(Sheet1!C2:C100=<Category),--(Sheet1!d2:D100=<Status))

Replace Category/Status by literals or cells containing value of these

"faberk" wrote:

I have a workbook containing 2 sheets. the first sheet (sheet1) contains an
issues log, as follows:

Issue IssueDescrp Category Status
------ -------------- ---------- -------
900 xxxx 1 Open
901 xxxx 9 Closed
902 xxxx 9 Closed
etc
etc

The second sheet (sheet2) I want to summarize each category in column C
(Category) that are indicated as closed in column D (Status). How do I
formulaize this??

Help is greatly appreciated :-)



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Counting

Ugh...I negelected to mention that it was the count of each category i want,
where the status is "closed". So sorry :-(


"Toppers" wrote:

=SUMPRODUCT(--(Sheet1!C2:C100=<Category),--(Sheet1!d2:D100=<Status))

Replace Category/Status by literals or cells containing value of these

"faberk" wrote:

I have a workbook containing 2 sheets. the first sheet (sheet1) contains an
issues log, as follows:

Issue IssueDescrp Category Status
------ -------------- ---------- -------
900 xxxx 1 Open
901 xxxx 9 Closed
902 xxxx 9 Closed
etc
etc

The second sheet (sheet2) I want to summarize each category in column C
(Category) that are indicated as closed in column D (Status). How do I
formulaize this??

Help is greatly appreciated :-)



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
Counting unique values giantwolf Excel Discussion (Misc queries) 4 August 28th 06 01:31 PM
conditional counting with Excel LeicaElmar Excel Worksheet Functions 1 October 17th 05 10:23 PM
Counting rows, then counting values. Michael via OfficeKB.com Excel Discussion (Misc queries) 7 August 4th 05 10:57 PM
Counting names in a column but counting duplicate names once TBoe Excel Discussion (Misc queries) 9 May 11th 05 11:24 PM
Counting... Patrick G Excel Worksheet Functions 3 February 23rd 05 10:05 PM


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

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

About Us

"It's about Microsoft Excel"