PC Review


Reply
Thread Tools Rate Thread

COUNT multiple ranges

 
 
_Scott_
Guest
Posts: n/a
 
      15th Dec 2005
Hi Guys

This formlua has has me stumped, what I am trying to do is...

IF the data in column B equals say POP & the data in Column C equals JOP
that entry receives a count (both entries must be on the same row to receive
a count)


example data
A B C D E
1 POP JOP
2 PPP JOP
3 POP GUP
4 POP JOP
5 YUP KUP
6 POP JOP

So the above table would return the count of 3

any help will be appreciated


 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      16th Dec 2005
=SUMPRODUCT(--(B1:B6="POP"),--(C1:C6="JOP"))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"_Scott_" <http://(E-Mail Removed)> wrote in message
news:43a1fc1f$0$13314$(E-Mail Removed)...
> Hi Guys
>
> This formlua has has me stumped, what I am trying to do is...
>
> IF the data in column B equals say POP & the data in Column C equals JOP
> that entry receives a count (both entries must be on the same row to

receive
> a count)
>
>
> example data
> A B C D E
> 1 POP JOP
> 2 PPP JOP
> 3 POP GUP
> 4 POP JOP
> 5 YUP KUP
> 6 POP JOP
>
> So the above table would return the count of 3
>
> any help will be appreciated
>
>



 
Reply With Quote
 
_Scott_
Guest
Posts: n/a
 
      16th Dec 2005
Thanks for that works brilliantly
"Bob Phillips" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> =SUMPRODUCT(--(B1:B6="POP"),--(C1:C6="JOP"))
>
> --
>
> HTH
>
> RP
> (remove nothere from the email address if mailing direct)
>
>
> "_Scott_" <http://(E-Mail Removed)> wrote in message
> news:43a1fc1f$0$13314$(E-Mail Removed)...
>> Hi Guys
>>
>> This formlua has has me stumped, what I am trying to do is...
>>
>> IF the data in column B equals say POP & the data in Column C equals JOP
>> that entry receives a count (both entries must be on the same row to

> receive
>> a count)
>>
>>
>> example data
>> A B C D E
>> 1 POP JOP
>> 2 PPP JOP
>> 3 POP GUP
>> 4 POP JOP
>> 5 YUP KUP
>> 6 POP JOP
>>
>> So the above table would return the count of 3
>>
>> any help will be appreciated
>>
>>

>
>



 
Reply With Quote
 
Excelders
Guest
Posts: n/a
 
      16th Dec 2005

are you just counting the POP-JOP combination or would JOP-POP be valid
too?


--
Excelders
------------------------------------------------------------------------
Excelders's Profile: http://www.excelforum.com/member.php...o&userid=15568
View this thread: http://www.excelforum.com/showthread...hreadid=493998

 
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
complex count formulas using multiple criteria in different ranges Nutmeg007 Microsoft Excel Misc 4 24th Dec 2009 04:18 PM
Count functions with multiple conditions/ranges kEV Microsoft Excel Worksheet Functions 3 21st Jul 2008 12:43 PM
Need to Count Occurences in Multiple Ranges =?Utf-8?B?TG9yaXM=?= Microsoft Excel Worksheet Functions 3 19th Jul 2007 09:36 PM
Evaluating multiple ranges for a count function JustMe602 Microsoft Excel Worksheet Functions 4 7th Oct 2005 02:37 AM
How to use COUNT using multiple ranges LIZZIE Microsoft Excel Misc 9 9th May 2004 06:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:18 AM.