Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Counting repeated occurances

I want to maintain a database with list of issues, their severity and their
status...i have three columns.

On the top i'need to sum up all the issues with the severity "Critical" and
the status is "Open" similarly "Critical" and "Closed" status - i'm unable to
combine two condictions originating from a range...EX.

Issue Severity Status

1. Highest Open
2. Critical Closed
3. Highest Closed
4. Critical Closed
5. Critical Open

EXPECTED RESULT

CRITICAL ISSUES OPEN = 1
CRITICAL ISSUES CLOSED = 2
HIGHEST ISSUES OPEN = 1
HIGHEST ISSUES CLOSED = 1

Any form of help would be appreciated.

Thanks and Regards,
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Counting repeated occurances

Use things like:

=SUMPRODUCT((B1:B5="Highest")*(C1:C5="Open"))

--
Gary''s Student
gsnu200710


"Kannan UGS" wrote:

I want to maintain a database with list of issues, their severity and their
status...i have three columns.

On the top i'need to sum up all the issues with the severity "Critical" and
the status is "Open" similarly "Critical" and "Closed" status - i'm unable to
combine two condictions originating from a range...EX.

Issue Severity Status

1. Highest Open
2. Critical Closed
3. Highest Closed
4. Critical Closed
5. Critical Open

EXPECTED RESULT

CRITICAL ISSUES OPEN = 1
CRITICAL ISSUES CLOSED = 2
HIGHEST ISSUES OPEN = 1
HIGHEST ISSUES CLOSED = 1

Any form of help would be appreciated.

Thanks and Regards,

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Counting repeated occurances

Xl 2007

COUNTIFS(B:B,"Highest",C:C,"Open")


"Kannan UGS" wrote:

I want to maintain a database with list of issues, their severity and their
status...i have three columns.

On the top i'need to sum up all the issues with the severity "Critical" and
the status is "Open" similarly "Critical" and "Closed" status - i'm unable to
combine two condictions originating from a range...EX.

Issue Severity Status

1. Highest Open
2. Critical Closed
3. Highest Closed
4. Critical Closed
5. Critical Open

EXPECTED RESULT

CRITICAL ISSUES OPEN = 1
CRITICAL ISSUES CLOSED = 2
HIGHEST ISSUES OPEN = 1
HIGHEST ISSUES CLOSED = 1

Any form of help would be appreciated.

Thanks and Regards,

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 occurances and multiplying by a quantity vahagberg Excel Discussion (Misc queries) 1 November 8th 06 11:02 PM
Counting occurances in one column if another col. meets a certain Robert Excel Worksheet Functions 1 October 9th 06 10:47 PM
Counting Occurances Rusty Excel Discussion (Misc queries) 5 July 10th 06 08:29 PM
counting occurances SR89 Excel Worksheet Functions 6 June 28th 06 01:46 AM
Counting Date Occurances JerryBS Excel Worksheet Functions 1 March 6th 05 07:29 PM


All times are GMT +1. The time now is 12:09 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"