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 Unique Occurrences

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

Division Store_Name
011 01100002 Irmo
011 01100006 MYRTLE BEACH
011 01100012 FOREST ACRES
011 01100016 Myrtle Beach
011 01100016 Myrtle Beach
011 01100016 Myrtle Beach
014 01400277 Ft. Mitchell
014 01400304 Cincinnati
014 01400305 Cincinnati
014 01400305 Cincinnati
014 01400305 Cincinnati

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: 3,718
Default Count Unique Occurrences

=SUM(N(FREQUENCY(IF(Division=11,MATCH(Store_Name,S tore_Name,)),MATCH(Store_Name,Store_Name,))0))

ctrl+shift+enter, not just enter


"Brandon G." wrote:

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

Division Store_Name
011 01100002 Irmo
011 01100006 MYRTLE BEACH
011 01100012 FOREST ACRES
011 01100016 Myrtle Beach
011 01100016 Myrtle Beach
011 01100016 Myrtle Beach
014 01400277 Ft. Mitchell
014 01400304 Cincinnati
014 01400305 Cincinnati
014 01400305 Cincinnati
014 01400305 Cincinnati

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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Count Unique Occurrences

On Aug 11, 11:40*pm, Teethless mama
wrote:
=SUM(N(FREQUENCY(IF(Division=11,MATCH(Store_Name,S tore_Name,)),MATCH(Store_*Name,Store_Name,))0))

ctrl+shift+enter, not just enter



"BrandonG." wrote:
I have multiple Criteria to count occurrences on. *For example,


Division * Store_Name
011 * * * *01100002 Irmo
011 * * * *01100006 MYRTLE BEACH
011 * * * *01100012 FOREST ACRES
011 * * * *01100016 Myrtle Beach
011 * * * *01100016 Myrtle Beach
011 * * * *01100016 Myrtle Beach
014 * * * *01400277 Ft. Mitchell
014 * * * *01400304 Cincinnati
014 * * * *01400305 Cincinnati
014 * * * *01400305 Cincinnati
014 * * * *01400305 Cincinnati


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


Thanks in advance


BrandonGalindo- Hide quoted text -


- Show quoted text -


What does Sum(N mean?
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Count Unique Occurrences

Another...

=SUMPRODUCT((Division=11)/COUNTIF(Store_Name,Store_Name))


"Brandon G." wrote:

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

Division Store_Name
011 01100002 Irmo
011 01100006 MYRTLE BEACH
011 01100012 FOREST ACRES
011 01100016 Myrtle Beach
011 01100016 Myrtle Beach
011 01100016 Myrtle Beach
014 01400277 Ft. Mitchell
014 01400304 Cincinnati
014 01400305 Cincinnati
014 01400305 Cincinnati
014 01400305 Cincinnati

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 names and occurrences Midjack Excel Worksheet Functions 8 January 16th 08 02:32 PM
Unique occurrences of a value Q Sean Excel Worksheet Functions 7 December 30th 06 01:55 PM
trying to COUNT occurrences when certain criteria is met Allan from Melbourne Excel Discussion (Misc queries) 4 August 2nd 06 11:01 AM
Count number of occurrences MarkM Excel Discussion (Misc queries) 1 July 27th 06 10:14 PM
Count unique occurrences of name jhicsupt Excel Discussion (Misc queries) 4 October 5th 05 05:46 PM


All times are GMT +1. The time now is 02:27 AM.

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"