Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default help with text sorting


i am trying to find a formula in excel that will find the
most frequent word from a list of words. The MODE function only works
on numbers and i wondered if any formulas worked on text. PLZ HELP -
THNX.


--
jjcx
------------------------------------------------------------------------
jjcx's Profile: http://www.excelforum.com/member.php...o&userid=36956
View this thread: http://www.excelforum.com/showthread...hreadid=566710

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,355
Default help with text sorting

Have you considered using a Pivot Table?

"jjcx" wrote:


i am trying to find a formula in excel that will find the
most frequent word from a list of words. The MODE function only works
on numbers and i wondered if any formulas worked on text. PLZ HELP -
THNX.


--
jjcx
------------------------------------------------------------------------
jjcx's Profile: http://www.excelforum.com/member.php...o&userid=36956
View this thread: http://www.excelforum.com/showthread...hreadid=566710


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 195
Default help with text sorting

hi,

Pivot Table will certainly help you or you can use Filters

Thanks

Shail


jjcx wrote:
i am trying to find a formula in excel that will find the
most frequent word from a list of words. The MODE function only works
on numbers and i wondered if any formulas worked on text. PLZ HELP -
THNX.


--
jjcx
------------------------------------------------------------------------
jjcx's Profile: http://www.excelforum.com/member.php...o&userid=36956
View this thread: http://www.excelforum.com/showthread...hreadid=566710


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default help with text sorting

With your list in column A, enter =COUNTIF(A:A,A1) in B1 and copy down.
C1:
=MAX(B:B)
D1:
=MATCH(C1,B:B,0)
E1:
=INDEX(A:A,D1)
E1 gives the most frequent word.
"jjcx" wrote:


i am trying to find a formula in excel that will find the
most frequent word from a list of words. The MODE function only works
on numbers and i wondered if any formulas worked on text. PLZ HELP -
THNX.


--
jjcx
------------------------------------------------------------------------
jjcx's Profile: http://www.excelforum.com/member.php...o&userid=36956
View this thread: http://www.excelforum.com/showthread...hreadid=566710


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default help with text sorting

This will work for numbers *and/or* text!

This also counts empty cells as 0's, so if they (empty cells) outnumber your
data values, you'll get a return of "0".

=INDEX(A1:A20,MODE(MATCH(A1:A20&"",A1:A20&"",0)))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"jjcx" wrote in message
...

i am trying to find a formula in excel that will find the
most frequent word from a list of words. The MODE function only works
on numbers and i wondered if any formulas worked on text. PLZ HELP -
THNX.


--
jjcx
------------------------------------------------------------------------
jjcx's Profile:
http://www.excelforum.com/member.php...o&userid=36956
View this thread: http://www.excelforum.com/showthread...hreadid=566710




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default help with text sorting


I tried the formula given above but still cant get the cell to return
anything but #N/A. Thnx 4 ure help if you have any ideas whats wrong
plz help.

THNX
JJCX.


--
jjcx
------------------------------------------------------------------------
jjcx's Profile: http://www.excelforum.com/member.php...o&userid=36956
View this thread: http://www.excelforum.com/showthread...hreadid=566710

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default help with text sorting

#N/A means you *don't* have more then 1 of each value!

Try manually keying in some duplicate values and see what happens.

Be awa
JJCX
and
JJ CX
Are *not* a match and would not count as such.

If data is imported, there could very well be invisibly imbedded characters
which preclude an exact match.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"jjcx" wrote in message
...

I tried the formula given above but still cant get the cell to return
anything but #N/A. Thnx 4 ure help if you have any ideas whats wrong
plz help.

THNX
JJCX.


--
jjcx
------------------------------------------------------------------------
jjcx's Profile:
http://www.excelforum.com/member.php...o&userid=36956
View this thread: http://www.excelforum.com/showthread...hreadid=566710


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
text disappers when sorting column Dahkat Excel Worksheet Functions 0 May 8th 06 08:17 PM
I am using wrap text in excel, so why isn't all my text wrapping? GatorDawg123 Excel Discussion (Misc queries) 2 May 6th 06 05:52 PM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Excel Worksheet Functions 9 July 31st 05 03:37 AM
Sorting order - text and numbers jmt Excel Discussion (Misc queries) 2 April 4th 05 01:25 AM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM


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