Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() ![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have you considered using a Pivot Table?
"jjcx" wrote: ![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi,
Pivot Table will certainly help you or you can use Filters Thanks Shail jjcx wrote: ![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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: ![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 ... ![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
#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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
text disappers when sorting column | Excel Worksheet Functions | |||
I am using wrap text in excel, so why isn't all my text wrapping? | Excel Discussion (Misc queries) | |||
Count Intervals of Filtered TEXT values in Column and Return Count across a Row | Excel Worksheet Functions | |||
Sorting order - text and numbers | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |