Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Count Multiple Criteria

I have multiple Criteria to count occurrences on. For example,

Division Store_Number
011 01100002
011 01100006
011 01100012
011 01100016
011 01100016
011 01100016
014 01400277
014 01400304
014 01400305
014 01400305
014 01400305


How do I say that there were 4 unique views at division 011 and 3
unique views at division 014?


Thanks in advance


Brandon Galindo

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Count Multiple Criteria

=SUM(--(FREQUENCY(IF(A2:A100=11,MATCH(B2:B100,B2:B100,0)) ,ROW(INDIRECT("1:"&ROWS(B2:B100))))0))

this is an array formula, so commit with Ctrl-Shift-Enter, not just Enter

--
__________________________________
HTH

Bob

"Brandon G." wrote in message
...
I have multiple Criteria to count occurrences on. For example,

Division Store_Number
011 01100002
011 01100006
011 01100012
011 01100016
011 01100016
011 01100016
014 01400277
014 01400304
014 01400305
014 01400305
014 01400305


How do I say that there were 4 unique views at division 011 and 3
unique views at division 014?


Thanks in advance


Brandon Galindo



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 if with multiple criteria Bertha needs help Excel Worksheet Functions 5 July 31st 08 05:18 PM
Count multiple cells against multiple criteria in an Excel spreads EricB Excel Worksheet Functions 7 June 3rd 08 09:09 PM
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
multiple criteria for count if gtsch Excel Discussion (Misc queries) 3 April 19th 06 02:29 AM


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

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"