ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   help with text sorting (https://www.excelbanter.com/excel-worksheet-functions/102295-help-text-sorting.html)

jjcx

help with text sorting
 

:confused: 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


Barb Reinhardt

help with text sorting
 
Have you considered using a Pivot Table?

"jjcx" wrote:


:confused: 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



shail

help with text sorting
 
hi,

Pivot Table will certainly help you or you can use Filters

Thanks

Shail


jjcx wrote:
:confused: 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



Martin P

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:


:confused: 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



RagDyeR

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
...

:confused: 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



jjcx

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


RagDyeR

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




All times are GMT +1. The time now is 01:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com