Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Data filtering(?) Question

Hi all,

How can I list the most common word in a given range? I have office 2007, if
this matters. The range could all potentially carry the same value, or there
could be blank lines as well, so considering the blank line issue would be
appreciated. Thanks for the help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Data filtering(?) Question

Try this array formula** :

=INDEX(A1:A20,MODE(IF(A1:A20<"",MATCH(A1:A20,A1:A 20,0))))

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

--
Biff
Microsoft Excel MVP


"BryGuy77" wrote in message
...
Hi all,

How can I list the most common word in a given range? I have office 2007,
if
this matters. The range could all potentially carry the same value, or
there
could be blank lines as well, so considering the blank line issue would be
appreciated. Thanks for the help!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default Data filtering(?) Question

Hi,

For some reason, using MODE doesn't work for me with text, perhaps because
I'm using Excel 2003?

This similar array formula seems to do the trick.

{=INDEX(A1:A20,MATCH(MAX(COUNTIF(A1:A20,A1:A20)),C OUNTIF(A1:A20,A1:A20),0))
}

Dave

url:http://www.ureader.com/msg/103456964.aspx
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
simple dates & Filtering question?? Yaseen Al-Lawati[_2_] Excel Discussion (Misc queries) 2 March 16th 08 10:55 AM
Filtering question EllenM Excel Discussion (Misc queries) 2 April 10th 07 01:22 PM
Data Filtering question. KUKA Guy Excel Worksheet Functions 9 March 9th 07 11:33 AM
Excel Filtering Question TA Excel Discussion (Misc queries) 3 August 18th 06 05:19 AM
Filtering Question allanbugg Excel Discussion (Misc queries) 2 June 28th 06 01:23 PM


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