Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Based on Mulipple Criteria acrossed Column count last column

I have tried Macros and VBA and can not get anything to work with out
performing part of the process manually.

A B C D
1 - Issued 4140 x
2 A Reject 4150 y
3 B Released SP z
4 - Issued 4140 x
5 - Reject SP w

Logic:
If A = -
and if B = Issued
and if C = 4140
then Count D

Answer 2

Can someone help

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Based on Mulipple Criteria acrossed Column count last column

Try this:
=Sumproduct(--(a1:a5="-"),--(b1:b5="Issued"),--(c1:c5=4140))

In your example, the value of D is immaterial. If you want to check for an
"x" in D, just add it to the above.

Regards,
Fred.

"LBitler" wrote in message
...
I have tried Macros and VBA and can not get anything to work with out
performing part of the process manually.

A B C D
1 - Issued 4140 x
2 A Reject 4150 y
3 B Released SP z
4 - Issued 4140 x
5 - Reject SP w

Logic:
If A = -
and if B = Issued
and if C = 4140
then Count D

Answer 2

Can someone help


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
count entries based on criteria in a different column ccKennedy Excel Worksheet Functions 2 January 9th 09 11:26 PM
count entries based on criteria in a different column ccKennedy Excel Worksheet Functions 2 January 9th 09 07:50 PM
Count occurrents based on criteria in different column Blueagm Excel Worksheet Functions 2 August 16th 08 11:15 PM
Count no. of nonblank cells in one column based on criteria of ano Beach Lover Excel Discussion (Misc queries) 9 February 19th 07 03:39 PM
Count Non-Blanks in one column based on criteria in another ScottPcola Excel Worksheet Functions 3 November 3rd 06 10:11 PM


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