PC Review


Reply
Thread Tools Rate Thread

Counting number of occurrences based on 2 ranges

 
 
Dynamo
Guest
Posts: n/a
 
      5th Nov 2003
Hi

Have two ranges a1:a55 and e1:e55 and want to count the number of occurrences
where cell a = "Yes" and cell e = 27-11-03. Cant use countif because only counts
the occurrences based on one range.

Any help appreciated
Regards
Dynamo

 
Reply With Quote
 
 
 
 
Arvi Laanemets
Guest
Posts: n/a
 
      5th Nov 2003
Hi

=SUMPRODUCT((a1:a55="Yes")*(e1:e55=DATE(2003,11,27)))
or
=SUMPRODUCT((a1:a55="Yes")*(e1:e55=MyDate))
where MyDate is reference to cell with date


--
(When sending e-mail, use address (E-Mail Removed))
Arvi Laanemets


"Dynamo" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi
>
> Have two ranges a1:a55 and e1:e55 and want to count the number of

occurrences
> where cell a = "Yes" and cell e = 27-11-03. Cant use countif because only

counts
> the occurrences based on one range.
>
> Any help appreciated
> Regards
> Dynamo
>



 
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
Counting the number of occurrences... Zakhary Microsoft Excel Worksheet Functions 2 3rd May 2009 07:36 PM
Counting number of occurrences. a.riva@UCL Microsoft Excel Worksheet Functions 1 28th Oct 2007 03:44 AM
Counting number of occurrences. a.riva@UCL Microsoft Excel Programming 1 25th Oct 2007 04:54 PM
Counting number occurrences thermometer Microsoft Excel Discussion 3 6th Jun 2006 08:06 PM
Counting number of occurrences =?Utf-8?B?THlsZUJfQXVzdGlu?= Microsoft Excel Worksheet Functions 1 15th Sep 2005 10:42 PM


Features
 

Advertising
 

Newsgroups
 


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