Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Tracking High Frequency Occurences

Thank you so much for your reply, I am not going to be able to try it out
tonight, since it is late and I am tired, but I will post again tomorrow and
let you know if it works for me.

Thank you for working with me on this, you have greatly helped both me and
my coworkers and saved us tons of time.

"T. Valko" wrote:

Ok, this is not easy!

You basically have 2 formula options. One requires that you create a one
column array of your data. The other requires that you download and install
the *free* addin Morefunc.xll from:

http://xcell05.free.fr/english/

Included in this addin is a function that'll turn multi-dimensional ranges
into a one dimensional array. Then you can use array** formulas like this:

For the most frequently occurring item:

Assuming your range of data is given a defined name of rng.

=INDEX(ARRAY.JOIN(rng),MODE(MATCH(ARRAY.JOIN(rng), ARRAY.JOIN(rng),0)+{0,0}))

Assume the above formula is entered into cell F2. Then enter this formula in
F3 and copy down to F4:

=INDEX(ARRAY.JOIN(rng),MODE(IF(COUNTIF(F$2:F2,ARRA Y.JOIN(rng))=0,MATCH(ARRAY.JOIN(rng),ARRAY.JOIN(rn g),0)+{0,0})))

You can make the formulas shorter by giving this portion a defined name
since it's repeated often in the formulas:

ARRAY.JOIN(rng)

Suppose we name that Array then the formulas become:

=INDEX(Array,MODE(MATCH(Array,Array,0)+{0,0}))

=INDEX(Array,MODE(IF(COUNTIF(F$2:F2,Array)=0,MATCH (Array,Array,0)+{0,0})))

*All* of the above formulas are array formulas. ** Array formulas need to be
entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER)

--
Biff
Microsoft Excel MVP


"Landon Cornett" wrote in message
...
The lists of data are the same length, and there are actually 5 columns of
data, one for each day of the work week, and there are no blank cells
within
the range.


"T. Valko" wrote:

What makes this difficult is that your data is in multiple columns. Are
there any empty/blank cells within the range? Are both lists of data the
same length?

--
Biff
Microsoft Excel MVP


"Landon Cornett" <Landon wrote in
message
...
I am trying to track the most frequently occurring statements on a
sheet.
For example:

Column A Column B
People Apples
People People
Places People
Apples People
Oranges Places
Bananas Places

I need to track the top 3 occurences, so in this circumstance, I would
want
the output at the bottom of the screen to read:

Trends:
People
Places
Apples

Any help would be appreciated.






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
Counting occurences of a name [email protected] Excel Worksheet Functions 3 October 8th 07 12:52 AM
Count Occurences Lmurraz Excel Discussion (Misc queries) 3 July 11th 07 02:46 PM
How to insert tracking numbers into my webpage for RMA tracking wiglady Excel Discussion (Misc queries) 0 April 4th 06 12:44 PM
histograms - frequency and relative frequency? confusedstudent Excel Discussion (Misc queries) 2 February 8th 06 08:20 AM
Counting Occurences Pete Excel Discussion (Misc queries) 7 May 2nd 05 08:28 PM


All times are GMT +1. The time now is 05:44 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"