PC Review


Reply
Thread Tools Rate Thread

Count occurrents based on criteria in different column

 
 
Blueagm
Guest
Posts: n/a
 
      16th Aug 2008
Look at Data in D & E. If blank, and if column C = "studio", then count
occurrences.

C D E
Studio Allen Barnes
Private Jones
Studio
Double Hayes Hayes
Studio Taylor
In this case, the answer should be (3).
OR, IF POSSIBLE, would like to look at blanks, and deliver totals of C, i.e.
Studio = 3, Private = 1

Also, would it be possible to look at multiple sets of columns, Look at D,
E, H, I and deliver summary from C and G?
 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      16th Aug 2008
Try this:

=SUMPRODUCT((C2:C6="studio")*(D2:E6=""))
=SUMPRODUCT((C2:C6="private")*(D2:E6=""))

>Also, would it be possible to look at multiple sets of
>columns, Look at D, E, H, I and deliver summary
>from C and G?


Just string them together:

=SUMPRODUCT((C2:C6="studio")*(D2:E6=""))+SUMPRODUCT((G2:G6="studio")*(H2:I6=""))

--
Biff
Microsoft Excel MVP


"Blueagm" <(E-Mail Removed)> wrote in message
news:A5D86E6C-318C-4E81-BD5E-(E-Mail Removed)...
> Look at Data in D & E. If blank, and if column C = "studio", then count
> occurrences.
>
> C D E
> Studio Allen Barnes
> Private Jones
> Studio
> Double Hayes Hayes
> Studio Taylor
> In this case, the answer should be (3).
> OR, IF POSSIBLE, would like to look at blanks, and deliver totals of C,
> i.e.
> Studio = 3, Private = 1
>
> Also, would it be possible to look at multiple sets of columns, Look at D,
> E, H, I and deliver summary from C and G?



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Based on Mulipple Criteria acrossed Column count last column LBitler Microsoft Excel Worksheet Functions 1 12th Feb 2009 06:58 PM
count entries based on criteria in a different column ccKennedy Microsoft Excel Worksheet Functions 2 9th Jan 2009 11:26 PM
count entries based on criteria in a different column ccKennedy Microsoft Excel Worksheet Functions 2 9th Jan 2009 07:50 PM
Count no. of nonblank cells in one column based on criteria of ano =?Utf-8?B?QmVhY2ggTG92ZXI=?= Microsoft Excel Misc 9 19th Feb 2007 03:39 PM
Count Non-Blanks in one column based on criteria in another =?Utf-8?B?U2NvdHRQY29sYQ==?= Microsoft Excel Worksheet Functions 3 3rd Nov 2006 10:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:32 PM.