Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Complex count formula

How do I count values from different fields if they meet certain criteria?
Here is a sample formula:
=COUNT(IF(('Defect Log'!$D$2:$D$1377="Severity 3 (Med/Low)")*('Defect
Log'!$F$2:$F$1377="20 In Analysis"),1))+(IF(('Defect
Log'!$D$2:$D$1377="Severity 3 (Med/Low)")*('Defect Log'!$F$2:$F$1377="10
New"),1))+(IF(('Defect Log'!$D$2:$D$1377="Severity 3 (Med/Low)")*('Defect
Log'!$F$2:$F$1377="30 Resolution In Progress"),1))+(IF(('Defect
Log'!$D$2:$D$1377="Severity 3 (Med/Low)")*('Defect Log'!$F$2:$F$1377="45 Hot
Fix Delivered"),1))

It counts 20 In Analysis and 10 New but after that it stops. Any suggestions
would be greatly appreciated.
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 751
Default Complex count formula

=SUMPRODUCT(('Defect Log'!$D$2:$D$1377="Severity 3
(Med/Low)")*(('Defect Log'!$F$2:$F$1377="20 In Analysis")+('Defect
Log'!$F$2:$F$1377="10 New")+('Defect Log'!$F$2:$F$1377="30 Resolution
In Progress")+('Defect Log'!$F$2:$F$1377="45 Hot Fix Delivered")0))

HTH
Kostis Vezerides


Wmcculler wrote:
How do I count values from different fields if they meet certain criteria?
Here is a sample formula:
=COUNT(IF(('Defect Log'!$D$2:$D$1377="Severity 3 (Med/Low)")*('Defect
Log'!$F$2:$F$1377="20 In Analysis"),1))+(IF(('Defect
Log'!$D$2:$D$1377="Severity 3 (Med/Low)")*('Defect Log'!$F$2:$F$1377="10
New"),1))+(IF(('Defect Log'!$D$2:$D$1377="Severity 3 (Med/Low)")*('Defect
Log'!$F$2:$F$1377="30 Resolution In Progress"),1))+(IF(('Defect
Log'!$D$2:$D$1377="Severity 3 (Med/Low)")*('Defect Log'!$F$2:$F$1377="45 Hot
Fix Delivered"),1))

It counts 20 In Analysis and 10 New but after that it stops. Any suggestions
would be greatly appreciated.
Thanks


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
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
2 questions regarding count formula Melinda New Users to Excel 8 November 3rd 06 04:44 AM
Formula to count numbers Epinn Excel Worksheet Functions 10 October 30th 06 03:30 AM
I Need Help with complex formula ? Dan Thompson Excel Worksheet Functions 1 September 14th 05 12:00 AM
SUMPRODUCT Formula to Count Row of data Below Matched Criteria Sam via OfficeKB.com Excel Worksheet Functions 8 February 3rd 05 01:37 AM


All times are GMT +1. The time now is 07:29 PM.

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"