Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 42
Default Sumproduct Formula to counts multiple criteria in two columns?

Hi

say:
Column A
Approved
Declined
Settled

Column B
System
Smart
EB
FT
NK

I need to count "Approved" in column 'A' if data in Column 'B' = EB,FT,NK
(excluding System & Smart)

When using < to exclude 'System & Smart' the Sumproduct seems to count the
blank cells.

Regards
Ericb
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Sumproduct Formula to counts multiple criteria in two columns?

Just add a test

=SUMPRODUCT(--(A2:A20="Approved"),--(B2:B20<"Smart"),--(B2:B20<"System"),--(B2:B20<""))

--
__________________________________
HTH

Bob

"EricB" wrote in message
...
Hi

say:
Column A
Approved
Declined
Settled

Column B
System
Smart
EB
FT
NK

I need to count "Approved" in column 'A' if data in Column 'B' = EB,FT,NK
(excluding System & Smart)

When using < to exclude 'System & Smart' the Sumproduct seems to count
the
blank cells.

Regards
Ericb



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
sumproduct for multiple criteria in different columns gbpg Excel Discussion (Misc queries) 4 March 31st 08 04:18 AM
Counts for Excel 2003 using multiple criteria [email protected] Excel Worksheet Functions 6 October 10th 07 08:36 PM
sumproduct formula (multiple criteria) Inter Excel Discussion (Misc queries) 11 August 9th 07 12:28 PM
Need formula that Counts items matching criteria using two columns Juana Cafe Excel Worksheet Functions 4 March 3rd 06 08:41 PM
Counts/Percents Multiple Criteria Michael Excel Worksheet Functions 2 January 31st 06 08:55 PM


All times are GMT +1. The time now is 05:03 PM.

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"