Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default count multiple criteria

I saw a post with this question, but it had a sumproduct function. I need to
count the number of instances with a certain person, and from a certain
dept. I just want to count these. Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default count multiple criteria

Yes.
--
David Biddulph

wrote in message news:h_muj.39584$9j6.38777@attbi_s22...
I saw a post with this question, but it had a sumproduct function. I need
to
count the number of instances with a certain person, and from a certain
dept. I just want to count these. Is this possible?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default count multiple criteria

I tried the formula used in the earlier example. I dont' know why it works
but it does. You provided it I think so.....thanks. Not for the "yes".
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default count multiple criteria

If you are trying to reply to a message on this thread, please quote enough
of the context for readers to see to what and to whom you are replying. If
there is a formula that you don't understand, first look in Excel Help for
any functions that you don't understand. Also look at previous messages on
this group where similar formulae may well be explained (or where there may
well be pointers to web pages which explain particular constructs). If
there is still something you don't understand, explain in detail what it is
you don't understand, and then someone will probably try to help you.

More hints & tips at http://www.cpearson.com/excel/newposte.htm
--
David Biddulph

wrote in message news:C9nuj.39666$yE1.9244@attbi_s21...
I tried the formula used in the earlier example. I dont' know why it works
but it does. You provided it I think so.....thanks. Not for the "yes".



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default count multiple criteria

Try this:

=SUMPRODUCT(--(A1:A10="person"),--(B1:B10="dept"))

Or:

D1 = person
E1 = dept

=SUMPRODUCT(--(A1:A10=D1),--(B1:B10=E1))


--
Biff
Microsoft Excel MVP


wrote in message news:h_muj.39584$9j6.38777@attbi_s22...
I saw a post with this question, but it had a sumproduct function. I need
to
count the number of instances with a certain person, and from a certain
dept. I just want to count these. Is this possible?





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
Multiple Criteria, Count If, Sum Product to get count across range Jonathan Excel Worksheet Functions 5 January 9th 08 11:32 PM
Count multiple criteria FinChase Excel Worksheet Functions 5 August 22nd 07 04:50 AM
COUNT or SUM with multiple criteria Teri Excel Worksheet Functions 7 January 26th 06 05:07 PM
Multiple Count Criteria Reggie Mitchell Excel Worksheet Functions 1 December 14th 05 09:47 PM
I need to count while using multiple criteria Larry Excel Worksheet Functions 1 July 21st 05 04:56 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"